@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003682;
	background-color: #303d53;
	margin: 0px;
}
a {
	color:#a5a24a;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#top_div { 
	height:15px;
	width:100%;
	background-color:#303d53;
}
#header {
	background:url(images/bg_header.jpg) repeat-x;
	width:100%;
	height:127px;
	text-align:center;
}
#header_img {
	width:865px;
	margin:0 auto;
}
#nav_background {
	width:100%;
	background-color:#303d53;
	text-align:center;
}
#nav_main {
	width:865px;
	margin:0 auto;
	text-align:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding:3px 0;
}
#nav_main a {
	color:#FFF;
	text-decoration:none;
	padding:3px 10px;
}
#nav_main a:hover{
	color:#303d53;
	background-color:#fff;
	}
#nav_main div {
	display:inline;
}
#clear {
	clear:both; 
	height:0; 
	overflow:hidden;
}
#body {
	width:100%;
	background-color:#FFF;
	text-align:center;
}
#content {
	padding:10px 0;
	width:860px;
	text-align:left;
	margin:0 auto;
	min-height:150px;
}
#top_footer {
	background:url(images/bg_footer.jpg) repeat-x;
	width:100%;
	height:73px;
	text-align:center;
}
#footer_nav {
	width:100%;
	text-align:center;
}
#footer_content {
	color:#FFF;
	text-align:left;
	margin:0 auto;
	padding-top:10px;
	font-size:11px;
	width:865px;
}
#footerL {
float:left;
text-align:left;
width:200px;
}
#footer {
color:#FFF;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
}
#footerR {
float:right;
font-size:10px;
text-align:right;
width:600px;
}

#content img {
	margin:0 0 5px 5px;
}
#content h1 {
	font-size:18px;
	color:#003682;
}
#footer_content a {
	color:#FFF;
	text-decoration:none;
}
#footer_content a:hover {
	text-decoration:underline;
}
#copy {
	color:#fff;
}
strong {
	color:#303d53;
}
h2 {
	font-size:16px;
}