body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	line-height:1.5em;
}
.h1-bg {
	background-image:url(images/top-left.jpg); 
	width:500px; 
	height:93px; 
	vertical-align:top;
}
.h1-capture {
	color:#989864;
}
h1 {
	font-size: 40px;
	color: #000;
	margin-left:22px;
	margin-top:30px;
	margin-bottom:0px;
}
h2 {
	font-size: 20px;
	color: #333;
	margin:0px;
}
.nav-bg {
	background-image:url(images/nav-bar-bg.jpg); 
	width:1000px; 
	height:50px;
}
.nav-cell-bg {
	text-align:center;
}
a.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	font-weight:bold;
}
a.nav:link {
	text-decoration: none;
}
a.nav:visited {
	text-decoration: none;
	color: #FFF;
}
a.nav:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a.nav:active {
	text-decoration: none;
	color: #CCCCCC;
}
.content-bg {
	background-color:#F3F3F3; 
	padding:10px;
	vertical-align:top;
}
.footer-bg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height:normal;
	padding:5px;
}
a.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height:normal;
}
a.footer:link {
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: #FFF;
}
a.footer:hover {
	text-decoration: underline;
	color: #F2CB6F;
}
a.footer:active {
	text-decoration: none;
	color: #FFF;
}
.contact-headings {
	font-size:20px;
	color:#FFF;
	font-weight:bold;
}
.contact-info {
	font-size:13px;
	font-weight:normal;
	line-height:normal;
}
.contact-form {
	font-size:13px;
	text-align:center;
	vertical-align:top;
}
.contact-form-bg {
	width:65%; 
	vertical-align:top; 
	text-align:left;
}
.contact-info-bg {
	vertical-align:top; 
	text-align:left;
	background-color:#EEEBE3;
	font-size:13px;
}
.asterisk {
	color:#F00;
	font-weight:bold;
}
.orange-text {
	color: #989864;
	font-weight:bold;
	font-size:17px;
	text-align:center;
}
.green-large-text {
	color:#060;
	font-weight:bold;
	font-size:24px;
}
.red-text {
	color: #800000;
	font-weight:bold;
	font-size:18px;
}
.black-large-text {
	color:#000;
	font-size:24px;
}
.valid{
	background-color: #88C76D;
}
	
.warning{
	background-color: #E94549;
}

.validtext {
	color: #000000;
}

.warningtext {
	color: #E94549;
	font-weight: bold;
}