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

#line {
border-bottom: 1px #660033 solid;
height: 33px;
}

#mainHead {
	height: 32px;
	width: 800px;
	margin: 2px 0 0 0 auto;
	
}

#topbanner{
		float:left;
		width: 508px;
		margin: 0px auto;
		padding: 0px;
		background-color:white;
}

#search{
		float:right;
		width: 275px;
		padding: 0px;
		margin: 0px auto;
		background-color:#FFF;
}

#headerGraphic{
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 117px;
	border-bottom: 1px solid #660033;
}


#footerWrapper{
	clear: both;
	width: 100%;
	margin: 0;
	padding:0;
	min-height: 77px;
	border-top: 3px solid #660033;
}

#standardFooter{
	clear: both;
	width: 800px;
	margin: 0;
	padding:0;
	text-transform: uppercase;
	font-size: 9px;
}

ul.footer{
	padding: 0;
	margin:0;
	text-align: center;
	background-color: none;
	clear: both;
	text-transform: uppercase;
	font-size: 9px;
}

ul.footer li{
	border-right: #333333 1px solid;
	padding:0;
	margin:0;
	list-style-type: none;
	display: inline;
	line-height: 40px;
}
ul.footer li.last{
	border-right: none;
}
ul.footer li a{
	font-size: 9px;
	color:#333333;
	text-decoration: none;
	padding: 0 6px;
	text-transform: uppercase;
}
ul.footer li a:hover{
	text-decoration: underline;
}
