@charset "utf-8";
/* CSS Document */

html, body {
	margin:0 auto;
	padding:0;
	height:100%;
	min-height:auto;
	background-color: #004780; 
}


/* Hack for IE, Reset to 100% height */
	* html #Content {
		height: 100%;
	}
	/* End IE Hack */
	

a:link{
	color: #9FA617;
	text-decoration: none;
	font-weight: bold;

}

a:visited{
	color: #9FA617;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #004780;
	text-decoration: none;
	font-weight: bold;
}

.nav_top a:link{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.nav_top a:hover{
	color: #004780;
	text-decoration: none;
	}
	
.nav_top a:visited{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#footer a:link{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}

#footer a:visited{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}

.body_whole a:link{
	color: #9EA636;
	text-decoration: none;
	font-weight: bold;
}

.body_whole a:hover{
	color: #9EA636;
	text-decoration: none;
	}
	
.body_whole a:visited{
	color: #9EA636;
	text-decoration: none;
	font-weight: bold;
}


#site_container {
	position: relative;
	width: 900px;
	margin:0 auto;
	height:549;
	min-height:0;
	top: 10px;
}

.header_images {
	position: relative;
	width: 900px;
	margin: 0;
	height: 155px;
	top: 0px;
}
	
.body {
	position: relative;
	width: 900px;
	margin: 0;
	height: 568px;
	top: 0px;
	background-image: url(body.gif);
	background-repeat: no-repeat;
}

.nav_top {
	position: absolute;
	width: 552px;
	margin: 0;
	height: 40px;
	top: 2px;
	left: 348px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #666666;
	z-index:99;
}

.top_text {
	position: absolute;
	width: 194px;
	margin: 0;
	height: 50px;
	top: 63px;
	left: 673px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 35px;
	color:#BFBFBF;
}

.body_left {
	position: absolute;
	width: 310px;
	margin: 0;
	height: 432px;
	top: 123px;
	left: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
}

.body_right {
	position: absolute;
	width:544px;
	margin: 0;
	height: 619px;
	top: 122px;
	left: 338px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #333333;
} 

.body_whole {
	position: absolute;
	width:825px;
	margin: 0;
	height: 437px;
	top: 101px;
	left: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #333333;
	z-index:1;
} 		

#footer {
	position: absolute;
	width: 900px;
	margin: 0;
	height: 125px;
	top: 742px;
	left: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BFBFBF;
}
