@charset "utf-8";
/* CSS Document */
<style type="text/css"> 
A:link {text-decoration: underline; color: red;}
A:visited {text-decoration: underline; color: black;}
A:active {text-decoration: none; color: red;}
A:hover {text-decoration: underline; color: green;}

body  {
	font: 100% Arial;
	background: #f4e247;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #230c96;
}

.twoColElsLtHdr #container { 
	width: 46em; 
	background: #f4e247;
	margin: 0 auto; 
	text-align: left; 
} 
.twoColElsLtHdr #header { 
	background: #f4e247; 
	padding: 0 10px; 
} 
.twoColElsLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.twoColElsLtHdr #sidebar1 {
	font: 100% Arial;
	color: #230c96;
	float: left; 
	width: 12em; 
	height: 100%;
	background: #f4e247;
	padding: 15px 0; 
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

.twoColElsLtHdr #mainContent {
	font: 100% Arial;
	color: #230c96;
	margin: 0 1.5em 0 8em;
}
.twoColElsLtHdr #footer {
	font: 100% Arial;
	color: #230c96;
	padding: 0 10px; 
	background:#f4e247;
} 
.twoColElsLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.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 */
.twoColElsLtHdr #sidebar1 { padding-top: 30px; }
.twoColElsLtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
