body {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	color: #000;
	background-color: #ccc;
	text-align: left;
	}

a {
	text-decoration: none;
	color:  #0000ce;
	outline: none;
	border-bottom: 1px solid #0000ce;
	}
a:visited {
	color:  #0000ce;
	}
a:active {
	color:  #0000ce;
	}
a:hover {
	color: #f00;
	text-decoration: none;
	border-bottom: 1px solid #f00;
	}

.nav  a {
	text-decoration: none;
	color:  #fff;
	outline: none;
	border-bottom: 1px solid #999;
	}
.nav  a:visited {
	color:  #fff;
	}
.nav a:active {
	color:  #fff;
	}
.nav a:hover {
	color: red;
	text-decoration: none;
	border-bottom: 1px solid red;
	}
	
p {
	font-size: 14px;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 20px; 
	margin-left:30px;
	margin-right: 10px;
	}	
	
#centercontent p {
	font-size: 14px;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 20px; 
	margin-left:30px;
	margin-right: 10px;
	font-family: times, times new roman, sans-serif;
	}

ul {
	font-size: 12px;
	line-height: normal;
	color: #000;
	margin-left: 35px;
	margin-right: 5px;
	}

h1 {
	font-size: 22px;
	line-height: normal;
	font-weight: bold;
	color: #fff;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	}
h2 {
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #ccc;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	}
h3 {
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #04045c;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	text-align: center;
	}
h4 {
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: left;
	}

table {
	margin-left:20px;
	}

img {
	border: 0px;
	}
	
.box img {
	border: 0px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	}

.box {
	background-color: #999;
	border: 1px solid #000;
	padding: 5px;
	margin-left:15px;
	}
	
#spin {
	position: absolute;
	z-index:1;
	top: 15px;
	left: 25px;
	width:100px;
	height: 90px;
	}
	
#header {
	position: absolute;
	z-index:0;
	top: 0px;
	left: 0px;
	width:100%;
	height:80px;
	background-color: #04045c;
	}
	
#topnav {
	position: absolute;
	z-index:1;
	top: 0px;
	left: 160px;
	width:550px;
	height:70px;
	padding-top:10px;
	padding-bottom:10px;
	text-align: center;
	font-size: 12px;
	line-height: normal;
	color: #fff;
	}

#centercontent {
	position:absolute;
	z-index:1;
	top:-23px;
	left: 170px;
	width: 547px;
	padding: 10px;
	height: 989px;

	}

#leftcontent {
	position: absolute;
	z-index:1;
	left:2px;
	top:80px;
	width:180px;
	height: 458px;
	background-color: #04045c;
	text-align: left;
	font-size: 12px;
	line-height: normal;
	color: #fff;
	padding-left: 0px;
	}
	
#leftcorrner {
	position: absolute;
	z-index:2;
	left:147px;
	top:510px;
	width: 17px;
	height: 17px;
	background-image: url(images/bottomcorrner.gif);
	}
#topcorrner {
	position: absolute;
	z-index:0;
	left:170px;
	top:80px;
	width: 17px;
	height: 16px;
	background-image: url(images/topcorrner.gif);
	}
	
#footer {
	width: 550px;
	margin-bottom: 10px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	color: #000;
	font-size: 10px;
	}
	
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
