#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#content {
	padding-right: 20px;
	padding-left: 20px;
	width: 760px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contentBG {
	background-color: #FFFFFF;
}

#top {
	background-image: url(../images/topBanner.jpg);
	height: 175px;
	width: 800px;
}
#footer {
	color: #666666;
}
#footer a {
	color: #0066FF;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
}

body {
	background-image: url(../images/GradientBG.jpg);
	background-repeat: repeat-x;
}

#VertMenu ul{
	padding: 0;
	margin-bottom: 1em;
	float: left;
	width: 798px;
	background-color: #cc6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

#VertMenu ul li{
display: inline;
}

#VertMenu ul li a{
	float: left;
	color: #FFFFFF;
	padding: 2px 12px;
	text-decoration: none;
	background-color: transparent;
	background-image: url(../images/vertical.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#VertMenuul li a:visited{
color: #FF9900;
}

#VertMenu ul li a:hover{
	background-color: #FFCC00;
	color: #FFFFFF;
}

