@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #669999;
	background-attachment: fixed;
	background-image: url(images_web/bg_grass.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.oneColFixCtrHdr #container {
	width: 830px;  /* 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 solid #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;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	margin: 0px;
	height: 155px;
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 0;
	padding-right: 180px;
	padding-bottom: 0;
	padding-left: 180px;
	background-attachment: scroll;
}
.imageborder {
	border: 3px double #67999A;
}
.oneColFixCtrHdr #mainContent h1 {
	color: #67999A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
.oneColFixCtrHdr #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.3em;
	text-align: center;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #form1 label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.oneColFixCtrHdr #mainContent a {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
.oneColFixCtrHdr #form1 td {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
.inputfield {
	background-color: #DFDFDF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.oneColFixCtrHdr #footer {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #contbox {
	background-color: #669999;
	padding: 10px;
	margin-bottom: 20px;
}
.oneColFixCtrHdr #mainContent #contbox p {
	color: #FFFFFF;
	font-size: 18px;
	margin: 0px;
}
.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 #header2 {
	background-color: #FFFFFF;
	background-image: url(images_web/bg_titles.jpg);
	height: 27px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #images {
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	height: 290px;
}
.oneColFixCtrHdr #header2 td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#this_title
{
display:none;
}
