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

* {margin: 0; padding: 0; border: 0;}
form label {
	cursor: pointer;
}
input, select, textarea {
	font-size: 100%;
	border: 1px solid #666666;
}
input:hover {
	border: 1px solid #FF0000;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D5D5D5;
	line-height: 140%;
}
body {
	background-color: #000000;
}
h1 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}
p {
	padding: 10px 0;
}
a:link, a:visited, a:hover {
	color: #D5D5D5;
}
div#container {
	width: 960px;
	margin: 0px auto;
}
div#header {
	background-image: url(images/vpe_header.jpg);
	background-repeat: no-repeat;
	height: 264px;
	width: 960px;
}
div#header ul {
	text-align: center;
	padding-top: 242px;
	padding-left: 245px;
}
div#header ul li {
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D5D5D5;
	text-transform: uppercase;
}
div#header li.last {
	border-right-style: none;
}
div#header a:link, div#header a:visited {
	text-decoration: none;
}
div#header a:hover {
	text-decoration: underline;
}
div#main {
	background-image: url(images/body_bg.jpg);
	height: 465px;
	width: 960px;
	clear: both;
}
div#main.contact {
	background: url(images/contact_body_bg.jpg);
}
div#main.contact div#content {
	width: 680px;
	padding: 45px 0;
	color: #333333;
	height: 380px;
}
div#main.contact div#content a {
	color: #993300;
}
div#main.contact  div#content  td {
	color: #333333;
}
div#content {
	width: 840px;
	margin: 0 auto;
	height: 430px;
	padding: 15px 0;
}
div#bottom {
	background-image: url(images/bottom_bg.jpg);
	height: 28px;
	width: 960px;
}
div#bottom ul {
	text-align: center;
	padding-left: 20px;
}
div#bottom ul li {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D5D5D5;
	text-transform: uppercase;
	margin-top: 7px;
}
div#bottom li.last {
	border-right-style: none;
}
div#search_nav {
	width: 800px;
	margin: 0 auto;
}
div#copyright {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	padding: 15px;
	text-transform: uppercase;
	font-weight: normal;
}
div#copyright h1 {
	font-weight: normal;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.goldbold {
	font-weight: bold;
	color: #CC9900;
}
