﻿/* CSS layout */
#masthead {
	background-image: url('img/unit_header_fluid_bg.jpg');
	height: 97px;
	width: 757px;
}
#top_nav {
	width: 757px;
	height: 37px;
	background-image: url('img/main_nav_vnav.jpg');
	background-color: #497381;
	background-repeat: repeat-y;
	text-decoration: none;
	color: #FFFFFF;
}
#topnav {
	width: 757px;
	background-image: url('img/sub_header_large foa copy.jpg');
	background-repeat: no-repeat;
	background-color: #42657b;
	height: 180px;
	text-decoration:none;
	
}

#page_content {
	width: 757px;
	background-color: #f5f5eB;
	background-image: url('img/mainc_top.gif');
	background-repeat: no-repeat;
}
#footer {
	padding: 1em 0 1em 0;
	margin: 0px auto 0px auto;
	width: 757px;
	background-image: url('img/subc_header.gif');
	background-repeat: repeat-x;
	color: #333;
	background-color: #D9D5B7;
	height: 150px;
}

