<style type="text/css"> 
<!-- 
body  {
	font: 100% Georgia, Times New Roman, Times, serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

.thrColHybHdr #container {
	width: 95%;
	background: #FFFFFF;
	text-align: justify;
}  
.thrColHybHdr #header { 
	background: #FFFFFF;
} 
.thrColHybHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.thrColHybHdr #sidebar1 {
	float: left; 
	width: 175px;
	background: #FFFFFF;
	padding: 15px 15px;
}
.thrColHybHdr #sidebar2 {
	float: right; 
	width: 160px;
	background: #FFFFFF;
	padding: 0 0;
}
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 10px;
	margin-right: 10px;
}
.thrColHybHdr #mainContent {
 	margin: 0 175px 0 225px;
	padding: 0 15px 0 15px;
} 
.thrColHybHdr #footer { 
	padding: 0 10px;
	background:#FFFFFF;
} 
.thrColHybHdr #footer p {
	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;
}
.style1 {font-size: small}
--> 
</style>