/* CSS Document */
/****Header*****/
#header {
	background-image:url(/images/header_logobg.gif);
	height:104px;
	margin-bottom:3px;
		}
	#header_left {
		float:left;
		width:700px;
		height:104px;
		}
	#header_logo a{
		width:500px;
		height:60px;
		display:block;
		}	
		#header_menu {
		margin-top:10px;
		float:left;
		}
		#header_menu ul {
		margin-left:75px;
		}
		#header_menu ul li{
		float:left;
		padding:0px 6px;
		}
		#header_menu ul li a{
			color:#ffffff;
			}
		.menu_now {
		font-weight:bold;
		color:#FCE8AD;
		}
		.menu_now a {
		text-decoration:none;
		color:#FCE8AD;
		}
		.menu_now a:hover {
		text-decoration:underline;
		color:#FCE8AD;
		}
		
	#header_right {
		float:right;
		width:100px;
		padding:70px 7px 0px 0px;
		}	
		select {
		  font-color:#474646;
		  font-size:8pt;
			}
			
/****Footer****/
#footer{
	clear:both;
	}
	#copy{
		color:#75542A;
		border-bottom:1px solid #BC9D73;
		height:20px;
		padding-top:9px;
		}
	#footer_links{
		}
		#footer_links ul{
			
			float:left;
			width:420px;
			}
			#footer_links ul li{
				padding:6px 10px;
				float:left;
				height:28px;
				}
				#footer_logo{
					background:url(/images/logo_nation_footer.gif) no-repeat 10px 6px;
					
					border-right:1px solid #BC9D73;
					}
					#footer_logo a{
						display:block;
						width:140px;
						height:23px
						}
				#wea{
					background:url(/images/footer_wea.gif) no-repeat 10px 6px;
					}
					#wea a{
						display:block;
						width:63px;
						height:23px
						}
				#eea{
					background:url(/images/footer_eea.gif) no-repeat 10px 6px ;
					}
					#eea a{
						display:block;
						width:57px;
						height:23px
						}
				#efa{
					background:url(/images/footer_efa.gif) no-repeat 10px 6px ;
					}
					#efa a{
						display:block;
						width:57px;
						height:23px
						}
		#aea{
			background:url(/images/footer_aea.gif) no-repeat 10px 6px;
			border-left:1px solid #BC9D73;
			float:right;
			width:80px;
			height:28px;
			padding:6px 10px;
			
			}
			#aea a{
				display:block;
				height:23px;
				width:80px;
				}
