body {
	background-image: url(../elements/general/bg-fade.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color: #FFFFFF;
}
#header_container {
	height: 280px;
	width: 940px;
}
#header_title {
	height: 160px;
	width: 615px;
	float: left;
	background-image: url(../elements/general/header-bg.jpg);
	padding-left: 45px;
	padding-top: 57px;
}
#header_left {
	float: left;
	height: 280px;
	width: 660px;
}
#navcontainer {
	background-color: #2257A5;
	height: 40px;
	width: 660px;
	float: left;
	padding-top: 23px;
}
#header_logos {
	height: 280px;
	width: 280px;
	float: left;
	background-image: url(../elements/general/header-logos.jpg);
}
#body_container {
	background-color: #FFFFFF;
	width: 940px;
}
.clear {
	clear: both;
}
#border_left {
	float: left;
	width: 5px;
	height: 462px;
	margin-right: 40px;
	background-image: url(../elements/general/border-fade.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#border_right {
	float: left;
	width: 5px;
	height: 462px;
	margin-left: 40px;
	background-image: url(../elements/general/border-fade.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#body_content {
	float: left;
	width: 850px;
	margin-top: 40px;
}
#footer_container {
	background-color: #FFFFFF;
	height: 97px;
	width: 940px;
}
#footer_fade {
	background-color: #FFFFFF;
	height: 62px;
	width: 940px;
}
#footerborder_left {
	float: left;
	height: 62px;
	width: 5px;
	background-image: url(../elements/general/footer-fade.jpg);
	background-repeat: repeat-x;
}
#footer_nav {
	background-color: #f4f5f9;
	height: 35px;
	width: 940px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 35px;
	color: #6A83AE;
}
#footer_nav a {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 35px;
	color: #6A83AE;
	text-decoration: none;
}
#footer_nav a:hover {
	text-decoration: underline;
}
#footerborder_right {
	float: right;
	height: 62px;
	width: 5px;
	background-image: url(../elements/general/footer-fade.jpg);
	background-repeat: repeat-x;
}


/* main nav*/

#navcontainer ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	
}

#navcontainer li { 
	float: left;
	width: 130px;
	text-align: center;
	border-right: 1px solid #ffffff;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#navcontainer li a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#navcontainer li a:hover {
	text-decoration: underline;
}
