@charset "utf-8";

.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; 
	padding: 0;
	margin: 22px 0 0 0;
}
.twoColFixLtHdr #mainContent {
	margin: 30px 0 20px 230px;
	padding: 0;
	min-height: 485px;
	color: #515151;
}
