body {
	background-color: #036F80;
}
.toptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}
/*_________change color___________________*/
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #036F80;
	text-decoration: none
}
/*_________change color___________________*/
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #036F80;
	text-decoration: none
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline
}
a.bottom:link {
	color: #999999;
	text-decoration: none;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 11px;
}
a.bottom:visited {
	color: #999999;
	text-decoration: none;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 11px;

}
a.bottom:hover {
	color: #000000;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 11px;

}
a.top:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.top:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.top:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
/*_________change color___________________*/
a.main:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #036F80;
	text-decoration: none;
}
/*_________change color___________________*/
a.main:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #036F80;
	text-decoration: none;
}
a.main:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
/*_________change color___________________*/
a.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #036F80;
	text-decoration: none;
	line-height: 18px;
}
/*_________change color___________________*/
a.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #036F80;
	text-decoration: none;
	line-height: 18px;

}
a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	line-height: 18px;

}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: none;
	color: #CCCCCC;
	text-decoration: none;
	line-height: 11px;
	font-weight:normal;
}
.footer a:link {
	color: #cccccc;
	text-decoration: none;
	font-weight:normal;
}
.footer a:visited {
	color: #cccccc;
	text-decoration: none;
	font-weight:normal;
}
.footer a:hover {
	color: #cccccc;
	text-decoration: underline;
	font-weight:normal;
}
.footer a:active {
	color: #cccccc;
	text-decoration: underline;
	font-weight:normal;
}

.address2 {
  display: none;
}
.valid {
    background-color: #007940!important;
}
.invalid {
    background-color: #F00000!important;
}


#errors {
	margin-bottom: 20px;
	margin-left: 100px;
}

#lblErrors li {
	color: #FF0000!Important;
	font-weight: bold;
}

#btnValidateForm {
	margin-top: 10px;
	margin-left: 150px;
}

#pnlCaptcha {
	margin-top: 25px;
	margin-bottom: 100px;
    text-align: left;
}

#lblVerifySubmission {
	font-size: 14px!Important;
}

#lblVerifySubmission span {
	font-weight: bold;
}

#CaptchaControl1_image {
	margin-top: 10px;
	margin-bottom: 10px;
}

.captcha span {
	margin-right: 10px;
}

#btnSubmitForm {
	margin-top: 5px;
}

#ValidationSummary2 ul li {
	color: #FF0000!Important;
}