@charset "UTF-8";
body {
	background: #666666;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	margin-top: 10;
	margin-right: 10;
	margin-bottom: 10;
	margin-left: 10;
}
.oneColLiqCtrHdr #container {
	width: 950px; /* 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;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(/images/fullback.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.oneColLiqCtrHdr #header {
	background-color: #E4E4F4;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.oneColLiqCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 10px;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #E4E4f4;
} 
.oneColLiqCtrHdr #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: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
	text-align: center;
}
.oneColLiqCtrHdr #container h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
.oneColLiqCtrHdr #container #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.oneColLiqCtrHdr #container #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.oneColLiqCtrHdr #container #mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.largeform label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.largeform input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	background-color: #FFFFeC;
	border: 1px dotted #000033;
	margin: 1px;
}
.largeform2 input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	background-color: #F77A83 ;
	border: 1px dotted #000033;
	margin: 1px;
}
#loginformsub {
	text-align: right;
	width: 350px;
}
.medwide {
	width: 250px;
}
.error {
	background-color: #FFCCCC;
	border: 1px dotted #330000;
	margin: 10px;
	padding: 10px;
	width: 500px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#datar {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {
	color: #333333;
}
.weekrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#mainContent a {
	color: #009;
}
#mainContent a:hover {
	color: #300;
	background-color:#CF6;
}
.rightfloat {
	margin: 5px;
	padding: 0px;
	float: right;
}
 .oneColLiqCtrHdr #container #mainContent .leftfloat {
	background-color: #5681BB;
	width: 260px;
	height: 325px;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #FFF;
	float: left;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 4px;
}
 .oneColLiqCtrHdr #container #mainContent .leftfloat p a {
	color: #FFF;
	width:250px;
	line-height: 28px;
	padding: 6px;
 } 
.oneColLiqCtrHdr #container #mainContent .leftfloat p a:hover {
	color: #330033;
	background-color: #cFF;
		width: 250px;

}
.oneColLiqCtrHdr #container #mainContent ul {
	list-style-position: inside;
}
