@charset "utf-8";
/* CSS Document */

html, body {height:100%; margin:0; background-color:#002E3F; font-size:13px;}

a, a:hover{text-decoration:none; font-weight:bold;}

.arrow{position:relative; bottom:1.3px;}

#site{height:100%; font-family:Arial; text-align:justify;}
	
	#header{width:940px; margin:auto; padding:20px 0px 10px 0px; color:white; text-align:right;}
	#header a{color:white; font-weight:normal;}
	
	#container{width:955px; background-color:white; margin:auto;}
		#corners{height:18px; width:100%;}
			#left_corner{float:left;}
			#right_corner{float:right;}

		#navigation{width:940px; margin:auto; overflow:auto; padding-top:10px; overflow-x:hidden;}
			#logo{float:left;}
			#menu{float:right; position:relative; top:15px;}
			#menu a{display:inline-block; padding:6px 10px 6px 10px; color:#677079;}
			#menu .vertical_bar{display:inline-block; padding:6px 0px 6px 0px; color:#677079;}
			#menu a:hover, #menu a.force_bg {color:#134e91; background:url(../images/menu_background.jpg);}
			
		#banner{margin:auto; width:950px; height:278px;}

		#content{padding:20px 45px 20px 45px; overflow:auto;}
		#content a{color:#134e91;}
			#section_title{width:100%; height:40px;}
			
		#footer{width:940px; margin:auto; padding:10px 0px 20px 0; color:white;}
		#footer a{color:white; font-weight:normal;}
			#copy{float:left; font-size:.75em;}
			#disclaimer{float:right;}