@charset "utf-8";
body  {
	background: #900;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.twoColLiqLtHdr #container { 
	width: 80%;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left;
} 
.twoColLiqLtHdr #header {
	padding: 0 10px;
	background-color: #069;
} 
.twoColLiqLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
	color: #FFF;
	background-color: #069;
}


.twoColLiqLtHdr #sidebar1 {
	float: left;
	width: 24%;
	background-color: #97A7B7;
	vertical-align: inherit;
	height: auto;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #FFF;
	vertical-align: middle;
}


.twoColLiqLtHdr #mainContent {
	margin: 0 20px 0 26%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #063;
	border: thin none #900;
} 
.twoColLiqLtHdr #footer { 
	padding: 0 10px; 
	background:#DDDDDD;
} 
.twoColLiqLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
	font-size: small;
	color: #063;
}

/* Miscellaneous classes for reuse */
.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;
	margin-right: 8px;
}
.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;
}
.twoColLiqLtHdr #container #mainContent h2 strong {
	color: #900;
	font-size: large;
}
.twoColLiqLtHdr #container #mainContent h1 {
	color: #900;
}
.twoColLiqLtHdr #container #mainContent h1 {
	font-size: large;
}
.twoColLiqLtHdr #container #mainContent h1 {
	font-size: x-large;
}
.twoColLiqLtHdr #container #mainContent h2 {
	color: #900;
	font-size: large;
}
.twoColLiqLtHdr #container #sidebar1 p u {
	color: #063;
}
.twoColLiqLtHdr #container #sidebar1 p {
	color: #063;
}
.twoColLiqLtHdr #container #sidebar1 p {
	color: #063;
}
