@charset "UTF-8";
/* CSS Document */

body {
	background-color: #E2E0CF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	width: 825px;
	margin-right: auto;
	margin-left: auto;
}
#container #top {
	background-color: #990000;
	height: 15px;
	width: 825px;
}
#container .Vline {
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: 7px;
}
#container .tag {
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: 21px;
}
#container .banner {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	margin: 0px;
	padding: 0px;
	height: 170px;
	width: 825px;
}

#container .logo {
	margin-left: 15px;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	height: 64px;
}

/* Utility */

#container .utilityNav {
	margin-top: 5px;
	height: 20px;
	list-style-type: none;
	margin-left: 345px;
	margin-bottom: 0px;
	padding: 0px;
}
#container .utilityNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#container .utilityNav li {
	float: left;
}
#container .utilityNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 30px;
}
#container .utilityNav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/bulletHover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
}

/* Footer */

#container .footer {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	clear: both;
	height: 10px;
}
#container .footer a {
	color: #FFFFFF;
}
#container .footer a:hover {
	text-decoration: none;
}


