@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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #595959;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #666;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
h3 {
	font-size: 12px;
	font-weight: normal;
}
h1 {
	font-size: 14px;
}
.oneColFixCtrHdr #header {
	height: 30px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 35px;
	background-color: #FFF;
	padding-top: 60px;
}
.oneColFixCtrHdr #Logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #989898;
	height: 15px;
	width: 365px;
	margin-left: 285px;
	float: right;
}
.oneColFixCtrHdr #HeaderMenu {
	width: 300px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.oneColFixCtrHdr #HeaderMenu A{
	text-decoration: none;
	color: #666;
	font-weight: normal;
}

.oneColFixCtrHdr #HeaderMenu a:Hover{
	color: #F03;
}

.oneColFixCtrHdr #mainContent {
	min-height: 850px !important; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 100%; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 35px;
}

.oneColFixCtrHdr #mainContent a{
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

.oneColFixCtrHdr #mainContent a:hover{
	color: #F03;
	text-decoration: none;
}
.oneColFixCtrHdr #footer {
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 35px;
	background-color: #666;
	color: #FFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #seo {
	color: #333;
	width: 100%;
}
.oneColFixCtrHdr #footer a {
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover {
	color: #F03;
	text-decoration: none;
}
.oneColFixCtrHdr #LeftColumn {
	width: 400px;
	padding-right: 35px;
	padding-bottom: 0;
	float: left;
}
.oneColFixCtrHdr #RightColumn {
	width: 450px;
	padding-bottom: 0;
	float: right;
}

.oneColFixCtrHdr #RightColumn table{
	background-color: #999;
}

.oneColFixCtrHdr #RightColumn td{
	padding: 10px;

}
.oneColFixCtrHdr .table52 {
/*	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;*/
/*	border-top-width: 1px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-top-style: dashed;
	border-left-color: gray;
	border-top-color: gray;*/
}

.oneColFixCtrHdr .table52 th {
	/*border-width: 1px;
	border-style: dashed;
	border-color: gray;*/
	/*padding: 3px;*/
	background-color: #ffffff;
	-moz-border-radius: ;
}
.oneColFixCtrHdr .table52 td {
	width: 146px;
	padding: 3px;
	background-color: #ffffff;
	-moz-border-radius: ;
/*	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-top-color: gray;
	border-right-color: gray;
	border-bottom-color: gray;
	border-left-color: gray;*/
}

.oneColFixCtrHdr .tableHome{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
}
/* Form styles */

.InputBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E7E7E1;
	height: 15px;
	width: 219px;
	border: 1px solid #999999;
	color: #808990;
}
.FormButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E7E7E1;
	border: 1px solid #999999;
	color: #808990;
	line-height: 16px;
}

.InputNumbersBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E7E7E1;
	height: 12px;
	width: 75px;
	border: 1px solid #999999;
	color: #808990;
}
.InputDD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E7E7E1;
	height: 20px;
	width: 220px;
	border: 1px solid #660000;
	color: #808990;
}
.AreaBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E7E7E1;
	height: 200px;
	width: 220px;
	border: 1px solid #999999;
	color: #808990;
}
.AreaBoxSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E7E7E1;
	height: 100px;
	width: 220px;
	border: 1px solid #660000;
	color: #808990;
}
.InputLongBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E7E7E1;
	height: 12px;
	width: 568px;
	border: 1px solid #660000;
	color: #808990;
}

.FloatRight {
	float: left;
}
.FloatLeft {
	float: right;
	clear: both;
	padding-bottom: 20px;
	padding-left: 20px;
}

