body  {
	margin: 0; 
	padding: 10 0 0 0;
	text-align: center;
	color: #fff;
	background-color: #000;
	font-family: Arial, sans-serif;
	font-size: medium;
	font-weight: normal;
}

.twoColHybRtHdr #container {
	width: 800px;
	border: 1px solid #ff00dd;
	text-align: left; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.twoColHybRtHdr #header {
	padding: 0 0px; 
	background-color: #ff00dd;
	color:#fff;
} 

.twoColHybRtHdr #lcright {
	float: right;
	width: 150px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-left: 1px solid#ff00dd;
	border-bottom: 1px solid #ff00dd;
	border-top: 1px solid #ff00dd;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff00dd;
	text-decoration: bold, underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: bold;
}



.twoColHybRtHdr #lcleft {
	border: 2px white;
	margin-top: 0;
	margin-right: 160px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
} 

/* Miscellaneous classes for reuse */
.fltrt {
	float: right;
	margin-left: 8px;
	margin-right: 4px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
	margin-left: 4px;
}
.clearfloat { 
	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 */
.twoColHybRtHdr #sidebar1 { padding-top: 30px; }
.twoColHybRtHdr #mainContent {
	zoom: 1;
	padding-top: 15px;
	background-image: url(images/overlay.png);
	padding-left: 5px;
	padding-right: 5px;
}
/* the above proprietary zoom property gives IE the hasLayout it may need to avoid several bugs */

