body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
.twoColLiqLtHdr #container {
	background: #FFFFFF;
	text-align: left;
} 
.headeritalic {
	font-size: 16px;
	font-weight: normal;
}
.twoColLiqLtHdr #header {
	padding: 0 10px;
} 
h1, h2, h3, h4, h5, h6, ul, li, ol ,{
	letter-spacing: .1em;
}
.twoColLiqLtHdr #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 10px 0;
	font-size: 22px;
}
.twoColLiqLtHdr #sidebar1 {
	float: left;
	width: 170px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* top and bottom padding create visual space within this div  */
	height: auto;
	border-right: 1px dotted #333333;
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.twoColLiqLtHdr #container #sidebar1 li {
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-top: 15px;
	padding-left: 0px;
	margin-left: -15px;
}
.twoColLiqLtHdr #container #sidebar1 ul ul li {
	font-weight: normal;
	font-size: 11px;
	padding-top: 2.5px;
	margin-left: -40px;
}
.twoColLiqLtHdr #container #sidebar1 a {
	color: #000000;
	text-decoration: none;
}
.twoColLiqLtHdr #container #mainContent p {
	font-size: 11px;
}
a:hover   {
	border-bottom: 1px dotted #333333;
}
.twoColLiqLtHdr #mainContent {
	width: 400px;
	height: 400px;
	margin: 0;
	padding: 0px 0px 0px 25px;
	float: left;
} 
.twoColLiqLtHdr #footer {
	background:#FFF;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	top: 0px;
} 
.twoColLiqLtHdr #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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #000;
}
.twoColLiqLtHdr #container #header a {
	color: #000000;
	text-decoration: none;
}

/* 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;
}
 
</style>
[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColLiqLtHdr #sidebar1 { padding-top: 30px; }
.twoColLiqLtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
