body {
	text-align:center;
	background-image: url(images/blue_bg.jpg);
	margin:0px;
	padding:0px;
	}

/* GLOBAL STYLES */

a {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	font-family:  Arial, Helvetica, sans-serif;
}

a:link {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	font-family:  Arial, Helvetica, sans-serif;
	}

a:visited {
	color: #000;
	text-decoration: underline;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	}	

/* OUTER STRUCTURE */
				
#outerframe {
	width: 1024px;
	height: 691px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	background-image: url(images/home_bg.jpg);
	background-repeat: no-repeat;
	}
			
#frame {
	width:900px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:8px;
	padding:0px;
	text-align:left;
	}
	
/* MAIN NAVIGATION */	

#content {
	width:900px;
	margin: 0px;
	padding:0px;
	float:right;
	}   

#content #main_navcontainer {
	margin: 230px 0px 0px 240px;
	padding: 0px 0px 0px 0px;
	width: 654px;
	float: left;
	}

/* CONTENT */ 	
			
#contentheaderLeft {
	width:450px;
	float: left;
	margin:485px 10px 0px 34px;
	}
			
#contentheaderRight {
	width:450px;
	padding-top: 10px;
	float: right;
	}

#contentheaderRight h1 {
	margin:35px 40px 0px 35px;
	font-family:  "Times New Roman", Times, serif;
	font-size:20px;
	color: #790906;
	font-weight: normal;
	}	

#contentheaderRight p {
	margin:10px 40px 0px 35px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 25px;
	font-weight: normal;
	}
		

.clear:after {content:"."; clear:both; display:block; height:0; visibility:hidden;}

	
/* FOOTER&COPYRIGHT */				

#footer {
	width:1024px;
	height: 27px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	}
	
#footer	#info {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #96a6cf;
	font-weight: normal;
	}
	
#footer	#info a {
	color: #96a6cf;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-family:  "Times New Roman", Times, serif;
}

#footer	#info a:link {
	color: #96a6cf;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-family:  "Times New Roman", Times, serif;
	}

#footer	#info a:visited {
	color: #96a6cf;
	text-decoration: none;
	}

#footer	#info a:hover {
	color: #96a6cf;
	text-decoration: underline;
	}