@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #818181;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}

.clearfloat{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.oneColLiqCtrHdr #container {
	width: 990px;  
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; 
	margin-top: 10px;
}

/* The header */
.oneColLiqCtrHdr #header {
	background: #F1F1F1; 
	padding: 0 20px 0 20px; 
}


.oneColLiqCtrHdr #header p {
	margin: 0;
	padding: 10px 0 2px 0;
	font-size: 12px;
	text-align:center;
	font-weight: bold;
}

.oneColLiqCtrHdr #header p#logos
{
	padding:0;	
}

.oneColLiqCtrHdr #header a{
	text-decoration: none;
	outline: none;
}

.oneColLiqCtrHdr #header #left_img
{
	display: inline-block;
	text-align: left;
	width: 33%;
}


.oneColLiqCtrHdr #header #center_img
{
	display: inline-block;
	text-align: center;
	width: 33%;
}


.oneColLiqCtrHdr #header #right_img
{
	display: inline-block;
	text-align: right;
	width: 33%;
}

.oneColLiqCtrHdr #header a img{
	border: 0;
}

/* The main content */
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; 
	margin: 0 0 10px 0;
	background: #FFFFFF;
}

/* The footer */
.oneColLiqCtrHdr #footer { 
	padding: 0 20px 0 20px;   
	background:#F1F1F1;
} 
.oneColLiqCtrHdr #footer p {
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 10px 0;
}

/* the main menu*/
.oneColLiqCtrHdr #mainMenu 
{
	margin: 0 20px 0 20px;
	padding: 0;
	border-bottom-color: #F1F1F1;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

.oneColLiqCtrHdr #mainMenu ul
{
	list-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 0px;
	font-family:"Comic Sans MS", cursive;
	font-weight: bold;

}

.oneColLiqCtrHdr #mainMenu li
{
	display: inline;
	padding-left: 0px;
}

.oneColLiqCtrHdr #mainMenu a
{
	text-decoration: none;
	color: #818181;
	display: inline-block;
	font-size: 14px;
	height: 20px;
	width: 120px;
	text-align: center;
	outline: none;
}

.oneColLiqCtrHdr #mainMenu a:hover
{
	font-size: 16px;
	color: #000;
}

.oneColLiqCtrHdr #mainMenu a#current
{
	text-decoration: underline;
	color: #000;
}