@charset "utf-8";
.twoColFixLtHdr #mainContent {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px;
	display: none;
}
