body  {
	font: 100% Calibri, Arial, Verdana, Helvetica, sans-serif;
	background:#909d7e;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
	
}

.twoColElsLt #container { 
	width: 80%;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 


.twoColElsLt #sidebar1 {
	float: left; 
	width: 20%;
	background: #EBEBEB; 
	padding: 5px 0;
}
.twoColElsLt #sidebar1 h3, .twoColElsLt #sidebar1 p {
	margin-left: 5px; 
	margin-right: 5px;
	display: block;
}


.twoColElsLt #mainContent {
 	margin: 0 1.5em 0 20%; 
} 


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
  A:link { text-decoration: none; color:#000099;}  
   A:visited { text-decoration: none;color:#000099;}    A:active { text-decoration: none; color:#000099;} 
   A:hover { text-decoration: none; color:red;} 
