@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #B0B0B0;
	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;
}
.oneColLiqCtrHdr #container {
	width: 85%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	position:relative;
	background: #FFFFFF;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/Backgroundtop.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 140px;
}
.oneColLiqCtrHdr #logo {
	position:absolute;
	margin:0px;
	padding:0px;
	top:22px;
	left:15px;
	height:79px;
	width:570px;
}
.oneColLiqCtrHdr #StandingPeople {
	position:absolute;
	z-index:5;
	margin:0px;
	padding:0px;
	top:0px;
	right:0px;
	height:206px;
	width:210px;	
}
.oneColLiqCtrHdr #headerRedLine {
	background: #990000;
	padding: 0px;
	margin: 0px;
	height: 3px;
	border-bottom: 1px solid #000000;
}
.oneColLiqCtrHdr #headerGreyLine {
	background: #666666;
	padding: 0px;
	margin: 0px;
	height: 3px;
	border-bottom: 1px solid #000000;
}

.oneColLiqCtrHdr #mainContent {
	margin: 10px 20px 20px 10px;
	background: #F3F3F3;
	border: 2px solid #990000;
	text-align: left;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-align: center;
	border-top: 1px dotted #990000;
	font-size: .75em;
} 


    /* BUTTONS */

.NavHoriz {
	position:absolute;
	bottom:0px;
	border-collapse:collapse;
	z-index:10;
}
.NavHoriz th {
	display:none;
}
.NavHoriz td {
	padding:0px 1px;
	white-space:nowrap;
	text-align:center;
	background-image:url(../images/BackgroundButtons.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	width:126px;
	height:23px;
}
.NavHoriz td a {
	display:block;
	padding:0px 1px;
	color:#FFFFFF;
	background-image:url(../images/BackgroundButtons.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	border-bottom:none;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:.75em;
	line-height:1.75em;
	font-weight:bold;
	text-decoration:none;
	width:126px;
	height:23px;
}
.NavHoriz td a:hover {
	color:#FFFF00;
	padding:0px 1px;
	background-image:url(../images/BackgroundButtons.gif);
	font:Georgia, "Times New Roman", Times, serif;
	font-size:.75em;
	line-height:1.75em;
	font-weight:bold;
	text-decoration:none;
	width:126px;
	height:23px;
}
.NavHoriz th {
	display:none;
}
.NavHoriz .this a, .try2 .this a:hover {
	background:white;
}

.MainText{color:#000000; font-size:14px}