@charset "UTF-8";
body {
	background: #330000; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}
.oneColLiqCtrHdr #container  {
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
	margin: 0 auto;
	margin-top: 15px;
	padding: 10px;
}
.oneColLiqCtrHdr #header {
	background: white;
	padding: 0 15px 0 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;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 10px;
	font-family: "Times New Roman", Times, serif;
	line-height: 18px;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	background-position: top;
}
.oneColLiqCtrHdr #footer {
	background:white;
} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:link {
	color: #330000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #330000;
}
a:hover {
	text-decoration: none;
	color: #330000;
}
a:active {
	text-decoration: underline;
	color: #330000;
}
.copyright {
	font-size: 9px;
	line-height: 20px;
}
.mainlinks {
	font-size: 9pt
}
.Title {color: #000000}
