@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 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: #999999;
	background-repeat: repeat-x;
	padding-top: 20;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.oneColFixCtrHdr #container {
	width: 1001px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
	padding: 0px;
}
.oneColFixCtrHdr #header {
	margin: 0px;
	font-size: 10px;
	color: #999999;
	background-image: url(../Images/background.jpg);
	background-position: left top;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	font-size: 10px;
	background-image: url(../Images/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 55px;
	padding-top: 45px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#Accessibility {
	font-size: 10px;
	color: #999999;
	text-align: right;
}
.clearfloat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1px;
	line-height: 0px;
	background-image: url(../Images/footer.jpg);
	text-align: center;
	padding: 20px;
	clear: both;
	height: 55px;
}
.FormRow {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
}
.FormLeftColumn {
	float: left;
	width: 10%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}
.RedText {
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
}
.FormRightColumn {
	text-align: left;
	float: left;
	width: 60%;
	padding-top: 5px;
	padding-bottom: 5px;
}
