﻿/* CSS layout */
body{
	background-color: #D6D6D6
}
#container {
	width: 818px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	height: auto;
	margin-top: -10px;
}
#top_logo {
	width: 818px;
	height: 62px;
	margin-bottom: 6px;
	padding-top: 10px;
}
#top_logo img {
	border: none;
}
#banner {
	background-image: url('../img/common/Banner.gif');
	width: 818px;
	height: 219px;
}
#wrapper {
	border-left: 5px #7094b3 solid;
	border-bottom: 10px #7094b3 solid;
	margin: 0px 5px 0px 5px;
	border-right-color: #7094b3;
	border-right-style: solid;
	border-right-width: 5px;
	height: 325px;
	width: 798px;
}
#bridge-wrapper {
	border-left: 5px #7094b3 solid;
	border-bottom: 10px #7094b3 solid;
	margin: 0px 5px 0px 5px;
	border-right-color: #7094b3;
	border-right-style: solid;
	border-right-width: 5px;
	height: auto;
	width: 798px;
}
#nav_bar {
	background-position: center;
	background-image: url('../img/common/Nav_Bar.jpg');
	width: 798px;
	height: 21px;
	background-repeat: no-repeat;
}
#nav_bar ul {
	padding: 0 0 0 500px;
	margin: 0;
	list-style: none;
	line-height: normal;
}

#nav_bar li {
	float: left;
}
#nav_bar a {
	display: block;
	margin-right: 3px;
	padding: 2px 2px 1px 2px;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}
#nav_bar a:hover {
	font: normal normal 11px Verdana;
	text-decoration: none;
	color: #FFFF00;
}
#content {
	font: 13px "Trebuchet MS";
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
/* Footer */

#footer {
	margin: 0 5px 0 5px;
	border: none;
	height: 40px;
	background-color: #393939;
	text-align: center;
}
#footer p {
	margin: 0px 0px 0px 0px;
	font: 9px Verdana;
	padding: 4px 0 0 0;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}






