@charset "UTF-8";
body {
	font: .7pc Verdana, Arial, Helvetica, sans-serif;
	/*background: #666666;*/
	background: #FFF;
	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;
}
h1 {
	text-decoration: none;
	font: normal normal 2pc/normal Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: .5em 0 0 0;
}
h2 {
	text-decoration: none;
	font: normal normal 2.2pc/normal Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: .5em 0 1em 0;
}
h3 {
	text-decoration: none;
	font: normal normal 1.3pc/normal Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 1em 0 0 1em;
	color: #005599;
}
h4 {
	text-decoration: none;
	font: normal normal 1.2pc/normal Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: .5em 0 0 2em;
	color: #335500;
}
h5 {
	text-decoration: none;
	font: normal normal 1pc/normal Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: .5em 0 0 2.3em;
	color: #000000;
}

p {
	padding: 0;
	margin: 0 0 .5em 3em;
	font-size: .8pc;
}
li{
	padding: 0;
	margin: 0 0 .5em 3em;
	font-size: .8pc;
	list-style-type: circle;
}
a{
	color: #771111;
	font-size: .8pc;
}
table {
	margin-left: 1.5em;
}
form {
	margin-left: 3.5em;
}
.oneColLiqCtrHdr #container {
	width: 99%;  /* this will create a container 99% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	border: .1em solid #CCC;
	text-align: left;
	height: 99%;
}
.oneColLiqCtrHdr #header {
	/*background: #DDDDDD;*/
	border-bottom: .1em solid #CCC;
	padding: .5em .5em .5em .5em;
	margin: 0;
	height: 9em;
	background: #FFFFFF url(images/Header1.jpg) repeat-x 0 6.8em;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0 .5em 0 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 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-bottom: 0;
	float: left;
	font-size: 3.5pc;
	color: #554433;
}
.oneColLiqCtrHdr #header p {
	margin: 1.2em 0 0 1em;
	padding: 0;
	font-size: .8pc;
	color: #005599;
}	
.oneColLiqCtrHdr #header img{
	float: left;
	margin-right: 2em;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 3em 0 0 0;
	background: #FFF;
	min-height: 48em;
}
.oneColLiqCtrHdr .right_box {
	border-left: .1em solid #CCC;
	/*height: 30em;*/
	width: 18em;
	min-height: 20em;
	background-color: #EEE;
	background: none;
	float: right;
	/*position: absolute;*/
	top: 6em;
	right: 1em;
	margin: 0 0 2em 2em;
	padding: 0 1em 1em 3em;
}
.oneColLiqCtrHdr .right_box ul{
	list-style-type: none;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
}
.oneColLiqCtrHdr .right_box li{
	margin-left: 0;
	padding: 0;
	margin-bottom: 1em;
	list-style-type: none;
}
.oneColLiqCtrHdr .right_box h3{
	
	margin-bottom: 0;
	margin-left: 0;
	
}

.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #DDDDDD url(images/Footer1.jpg) repeat-x;
	margin: 3em 0 0 0;
	clear: right;
} 
.oneColLiqCtrHdr #footer p {
	font-weight: bold;
	color: #554433;
	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 */
}
.float_left{
	float: right;
}