@charset "utf-8";
A:link, a:hover, a:visited{
  color: #FFFF00;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #0000FF;
	margin: 0; 
	padding: 0;
	color: #FFFF00;
}
.twoColFixLtHdr #container { 
	width: 780px;  
	background: #0000FF;
	margin: 0 auto; 
	border: 1px solid #FFFF00;
	text-align: center; 
} 
.twoColFixLtHdr #header { 
	background: #0000FF; 
	padding: 0 10px 0 20px;  
} 
.twoColFixLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 200px;
	background: #0000FF; 
	padding: 15px 10px 15px 20px;
	text-align: left;
}
.twoColFixLtHdr #mainContent { 
	text-align: left; 
	margin: 0 0 0 250px;
    border-left: 2px solid #FFFF00;
	padding: 0 20px;
    background: #0000FF;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; 
	background:#0000FF;
    color: #FFFF00;
} 
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}
.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;
}