@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #A17700;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: medium;
	clear: both;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 0;
	height; 100%;
}
container {
	min-height: 100%;
	margin-bottom: -50px;
	position: relative;
}
.oneColLiqCtrHdr #header {
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 20px;
}
a {
	font-size: medium;
	border: 0px none #000000;
	background-color: #000000;
	text-decoration: underline;
	color: #CC3300;
}
a:visited {
	border: 0px none #000000;
	color: #A17700;
}
a:hover {
	border: 0px none #000000;
	color: #C84E00;
}
.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 */
	font-size: xx-large;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #A17700;
	background-image: none;
}
.oneColLiqCtrHdr #mainContent {
	background-color: #000000;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
.oneColLiqCtrHdr #footer {
	font-size: small;
	text-align: center;
	background-color: #000000;
	height: 50px;
	position: relative;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.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 */
	background-color: #000000;
	font-size: small;
	text-align: center;
	color: #A17700;
}
.oneColLiqCtrHdr #container #mainContent imgdetail {
	text-align: center;
	background-position: center;
}
.fltright {
	clear: none;
	float: right;
}
.fltleft {
	clear: left;
	float: left;
}
.oneColLiqCtrHdr #container #mainContent table {
	text-align: center;
}
.oneColLiqCtrHdr #mainContent p {
}
td {
	text-align: center;
	color: #A17700;
	font-weight: bold;
}
.oneColLiqCtrHdr #container #mainContent div {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
.oneColLiqCtrHdr #container #mainContent img {
	margin-right: 8px;
	margin-left: 8px;
}
.oneColLiqCtrHdr #container #mainContent #statement {
	color: #993333;
	width: 70%;
	background-color: #FFCC66;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: -30px;
	padding-right: 20px;
	padding-bottom: -30px;
	padding-left: 20px;
}
.oneColLiqCtrHdr #container #mainContent h4 {
	text-align: left;
	line-height: 125%;
	font-weight: normal;
}
