@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #00ADEF;
}
.oneColFixCtrHdr #container {
	width: 770px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(images/mid.gif);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #footer {
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a:link {
	font-weight: bold;
	color: #FFF200;
	text-decoration: none;
}
.oneColFixCtrHdr #footer p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #logo {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 226px;
}
.oneColFixCtrHdr #navbits {
	width: 539px;
	float: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: right;
}
.oneColFixCtrHdr #mainContent p {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent h1 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
}
.oneColFixCtrHdr  #mainContent  h2 {
	margin: 0px;
	padding: 0px;
}
a:visited {
	font-weight: bold;
	color: #FFF200;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FFF200;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #FFF200;
	text-decoration: none;
}
label{
float: left;
width: 220px;
font-weight: bold;
}
input, textarea{
margin-bottom: 5px;
}
.boxes{
width: 1em;
}
#clearboth {
	clear: both;
}#homeleft {
	float: left;
	width: 340px;
	padding: 5px;
	font-size: 13px;
	height: 480px;
	background-color: #e9a41b;
	border: 2px solid #FFFFFF;
	color: #000000;
}
.oneColFixCtrHdr #container #mainContent #homeleft strong {
	color: #000033;
}
.oneColFixCtrHdr #container #mainContent #homeright strong {
	color: #000033;
}
#homeright {
	float: right;
	width: 340px;
	padding: 5px;
	font-size: 13px;
	height: 480px;
	background-color: #8ebe33;
	border: 2px solid #FFFFFF;
	color: #000000;
}
.oneColFixCtrHdr #container #mainContent #homeleft a {
	color: #FFFFFF;
}
.oneColFixCtrHdr #container #mainContent #homeright a {
	color: #FFFFFF;
}
/* start form validation css */
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#FFFFFF;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #FF6600;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}
/* end form validation css */