body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
.mainBody {
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-y;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #000000;
	vertical-align: top;
	text-align: left;
}
.bodypad {
	padding-right: 30px;
	padding-left: 30px;
}
#logobox {
	float: right;
	height: 65px;
	width: 162px;
	position: relative;
	right: -75px;
	top: -50px;
}
.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 109px;
	color: #FFFFFF;
}
.left {
	background-image: url(../images/left_bg.jpg);
	background-repeat: repeat-y;
}
.right {
	background-image: url(../images/right_bg.jpg);
	background-repeat: repeat-y;
}
.padtopleft {
	padding-left: 10px;
	padding-top: 10px;
}
.pad {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.formlabel {
	width: 140px;
	clear: both;
	float: left;
	position: relative;
}
.button {
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 41px;
	width: 95px;
	text-align: center;
	padding-top: 6px;
}
a.btn {
	color: #000000;
	text-decoration: none;
	font-size: 15px;
}

a.btn:active {
	color: #000000;
	text-decoration: none;
	font-size: 15px;
}
a.btn:visited {
	color: #000000;
	text-decoration: none;
	font-size: 15px;
}
a.btn:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
}
.formfields {
	background-color: #fcdf9b;
}
h1 {
	margin-bottom: 10px;
}
.description {
	display: none;
}
