﻿@charset "utf-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFF;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000;
}


.twoColLiqLtHdr #container { 
	width: 800px;  
	margin: 0 auto; 
	text-align: left; 
}

 
.twoColLiqLtHdr #header { 
 	background-color: #fff;
	border-bottom: 3px #999 double;
}

 
.twoColLiqLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
	color: #999;
	text-decoration: line-through;
}

.twoColLiqLtHdr #header h2 a{
	color: #999;
}


.twoColLiqLtHdr #sidebar1 {
	float: left; 
	width: 24%;  
	padding: 15px 0; 
	line-height: 30px;
}


.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}


.twoColLiqLtHdr #mainContent { 
	font-size: 12px;
	margin: 40px 0px 0 200px; 
	padding: 0 0 0 50;
	color: black;
	height: 400px;
} 

td {
padding: 10px;
}


ul {
	list-style-type: none;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;	
	border: 0;
}

a:hover {
	color: #EAD5B9;
}

.twoColLiqLtHdr #sidebar1 a:link, .twoColLiqLtHdr #sidebar1 a:visited {
	font-family: "Courier New", Courier, monospace;
	padding: 3px;
	color: black;
	text-decoration: none;
}


.twoColLiqLtHdr #sidebar1 a:hover {
	padding: 3px;
	color:  black;
	background-color: #EAD5B9;
}

	
.twoColLiqLtHdr #footer { 
	padding: 0 10px; 
	font-size: 9px;
	border-top: 3px #999 double;
} 


.twoColLiqLtHdr #footer p {
	font-family: "Courier New", Courier, monospace;
	margin: 0; 
	padding: 10px 0; 
}



/* 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;
}
