@charset "utf-8";
/* CSS Document */
<!--
body {
	font: 100% Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background: #666666;
	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;
	background-color: #536172;
}
.oneColLiqCtrHdr #container {
	width: 760px;  /* 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 */
	margin-top:10px;
	border: 5px solid #8A97A7;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #ffffff; 
	margin:5px 5px 0 5px;
	padding: 0;  /* 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. */
}
.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 */
}
.oneColLiqCtrHdr #d1 {
	background-color: #536172;
	color: #ffffff;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	border-left:5px #ffffff solid;
	border-right:5px #ffffff solid;
	font-weight:bold;
}
.oneColLiqCtrHdr #nav {
	font-size:11pt;
	color: #536172;
	margin-left:2px;
}
.oneColLiqCtrHdr #nav  a {
	color:#546172;
	font-size:15px;
	font-weight:bold;
}
.oneColLiqCtrHdr #nav a:link {
	color:#546172;
}
.oneColLiqCtrHdr #nav a:visited {
	color:#546172;
}
.oneColLiqCtrHdr #nav a:hover {
	color:#ffffff;
}
.oneColLiqCtrHdr #nav table {
	border:none;
}
.oneColLiqCtrHdr #nav table tr {
	height:30px;
}
.oneColLiqCtrHdr #nav table td {
	text-align:center;
	background-color: #8A97A7;
	width:155px;
	border:1px solid #ffffff;
	padding:2px 2px 0 2px;
}
.oneColLiqCtrHdr #nav table td.spacer {
	width:28px;
	background-color: #8C2C37;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-left:none;
	border-right:none;
}

.oneColLiqCtrHdr #mainContent {
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-left:2px;
	margin-right:4px;
}
.oneColLiqCtrHdr #footer { 
	margin-top:4px;
	background:#ffffff;
} 
.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 */
	text-align:center;
}
.oneColLiqCtrHdr .largeBoldBlack {
	font-family:Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 24px;
	text-align:center;
	font-weight:bold;
	color:#000000;
}
.oneColLiqCtrHdr .largeBoldRed {
	font-family:Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 24px;
	text-align:center;
	font-weight:bold;
	color:red;
	text-transform:uppercase;
}
.oneColLiqCtrHdr .smallerGray {
	font-family:Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 20px;
	text-align:center;
	font-weight:bold;
	color:red;
	text-transform:uppercase;
}
.oneColLiqCtrHdr .largeGray {
	color:#536172;
	font-size:24px;
	text-align:center;
	font-weight:bold;
	padding-left:85px;
	padding-right:85px;
}
.grayBox {
	margin-left:3px;
	margin-right:4px;
	text-align:center;
	background-color:#8a97a7;
	font-family:Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 26px;
	font-weight:bold;
	text-transform:uppercase;
	padding:2px;
}
a:link {
	color: #50616f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #50616f;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.grayLine {
	height:4px;
	background-color:#536172;
	margin-left:3px;
	margin-right:4px;
}
.whiteLine {
	height:4px;
	background-color:#ffffff;
	margin-left:3px;
	margin-right:4px;
}
.smallGray {
	color:#8A97B6;
	font-size:14px;
	font-weight:bold;
}
.mediumBlack {
	color:#000000;
	font-size:16px;
	font-weight:bold;
}
.mediumWhite {
	color:#ffffff;
	font-size:16px;
}
.smallBlack {
	color:#000000;
	font-size:14px;
	font-weight:bold;
}
.largeYellow {
	color:#ECDB97;
	font-size:24px;
}
.largeWhite {
	color:#ffffff;
	font-size:24px;
}
.largerWhite {
	color:#ffffff;
	font-size:28px;
}
.teenyBlack {
	font-size:10px;
	color:#000000;
}
.teenyWhite {
	font-size:10px;
	color:#ffffff;
}
.oneColLiqCtrHdr #footer .links {
	border-left:1px solid #536172;
	padding-left:3px;
}
.oneColLiqCtrHdr #footer .lastLink {
	border-left:1px solid #536172;
	border-right:1px solid #536172;
	padding-left:3px;
	padding-right:3px;
}
.oneColLiqCtrHdr #footer .links a {
	font-size:10px;
	color:#8A97B6;
	text-decoration:none;
}
.oneColLiqCtrHdr #footer .links a:link {
	color:#8A97B6;
}
.oneColLiqCtrHdr #footer .links a:visited {
	color:#8A97B6;
}
.oneColLiqCtrHdr #footer .links a:hover {
	color:#000000;
}
.oneColLiqCtrHdr #footer .lastLink a {
	font-size:10px;
	color:#8A97B6;
}
.oneColLiqCtrHdr #footer .lastLink a:link {
	color:#8A97B6;
}
.oneColLiqCtrHdr #footer .lastLink a:visited {
	color:#8A97B6;
}
.oneColLiqCtrHdr #footer .lastLink a:hover {
	color:#000000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.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 #topContent {
	padding-left:10px;
}
.oneColLiqCtrHdr #topContent a {
	font-size:24px;
}
.oneColLiqCtrHdr #topContent a:link {
	color:#8C2C37;
}
.oneColLiqCtrHdr #topContent a:visited {
	color:#8C2C37;
}
.oneColLiqCtrHdr #topContent a:hover {
	color:#FF0000;
}
-->

