/* CSS Document */
body {
	background-image: url('bg.gif');
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	font-size: 12px
}

a { color:#003366;}
strong { color:#003366;}
h1, h2, h3, h4 {color:#003366;}
h2, h3 {font-size:14px;}
h3.headline_font {font-size:18px;}
h4 {font-size:12px; }


a img, img{ border:none}
#wrapper {
    align:center;
	height:100%;
	width:840px;
	padding:0px;
	margin-top:8px;
	background:  url('mainbg.jpg') repeat-y;; margin-left:auto; margin-right:auto; margin-bottom:0
	
}
#container {
	width:775px;
	margin: 0 auto;
	padding:0;
	_padding-left:30px;
	padding-right:3px;
	
	}
#header {
	background:  url('header.jpg') no-repeat;
	padding:0;
	height:105px;
	width:839px;
	margin-left:-31px;
	_margin-left:-30px; margin-right:0; margin-top:0px; margin-bottom:10px
}

#top_nav ul {
	margin:0;
	padding:0 0 15px 0;
}
.headline_font, .box_head {font-family: Trebuchet MS, Arial, sans-serif;}

#top_nav li{
	list-style-type: none;
    display:inline;
	padding:0 10px;
	margin-left:0;
	background-color:#ffffff;
	border-right: 1px solid #D6DEE8;
}
#top_nav li.last { border-right: 0px solid #D6DEE8;}
#top_nav a{
	color:#074567;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#top_nav a:hover {text-decoration:underline;}

#content_footer {}
#footer {}
#content_footer{
	clear:both;
	height:26px; 
	background:#ffffff url('footer.jpg') no-repeat;
	margin-top:-1px
}
#bottom_nav ul {
	margin:0;
	padding:0 0 6px;
}

#bottom_nav li {
	list-style-type: none;
    display:inline;
	padding: 0 6px;
	color:#848485;
	font-size:10px;
	border-right: 1px solid #D6DEE8;
}
#bottom_nav li.last { border-right: 0px solid #D6DEE8;}

#bottom_nav a {
	color:#848485;
	font-size:12px;
	text-decoration:none;
}

#bottom_nav a:hover {
	text-decoration:underline;
}

#copyright_bottom {
	color:#2F4F73; 
	font-size:11px;
	font-weight:normal;
	text-align:left;
	padding-left:10px;
}
#copyright_bottom a{
	
	text-decoration:none;
	color: #4372A5;
}
#copyright_bottom a:hover {
	color:#2F4F73; 
	text-decoration:underline;
}
