﻿/* CSS layout */
#masthead {
	background-image: url('img/unit_header_fluid_bg.jpg');
	background-repeat: no-repeat;
	height: 97px;
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #fff;
	width: 757px;
}

#top_nav {
	width: 757px;
	background-image: url('img/sub_header_large foa copy.jpg');
	background-repeat: no-repeat;
	background-color: #42657b;
	height: 180px;
	text-decoration: none;
}

#container {
	position: relative;
	width: 757px;
}
#page_content {
	padding: 1px;
	background-color: #edeada;
	width: 566px;
	overflow: hidden;
	clear: both;
	background-image: url('img/mainc_top.gif');
	background-repeat: no-repeat;
	float: left;
}
#right_col {
	width: 191px;
	position: absolute;
	background-color: #42657b;
	background-image: url('img/nav_bg.gif');
	background-repeat: repeat-y;
	float: right;
	overflow: inherit;
}
#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;
}
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#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;
}


