@charset "ISO-8859-1";
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	margin-top: 5;
}
.oneColFixCtrHdr #header {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin-right: 250px;
	margin-left: 300px;
	line-height: 17px;
	padding-top: 1px;
	float: none;
}
.oneColFixCtrHdr #footer {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	height: 30px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-top: 1px;
	line-height: 17px;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	line-height: 17px;
	padding-top: 1px;
}
