@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Courier New";
	font-size: 11px;
	line-height: 1.5;
	font-style: normal;
	overflow-y: scroll;
}
.twoColFixLtHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 660px;
	top: 0px;
} 
.twoColFixLtHdr #header {
	font-family: "Courier New";
	font-size: 11px;
	width: 960px;
	height: 180px;
	background-color: #FFFFFF;
	position: fixed;
	margin-top: -15px;
	padding-bottom: 30px;
	z-index: 100;
} 
.twoColFixLtHdr #header h1 {
}
.twoColFixLtHdr #sidebar1 {
	width: 250px;
	font-family: "Courier New";
	font-size: 11px;
	clear: left;
	overflow: inherit;
	float: left;
	margin-top: 200px;
	position: fixed;
	z-index: 10;
}
.twoColFixLtHdr #mainContent {
	float: right;
	clear: right;
	margin-top: 200px;
	font-family: "Courier New";
	font-size: 11px;
	position: fixed;
	width: 690px;
	margin-left: 270px;
} 
.twoColFixLtHdr #footer {
	font-family: "Courier New";
	font-size: 11px;
	width: 315px;
	height: 18px;
	float: left;
	clear: left;
} 
.twoColFixLtHdr #footer p {
}
.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;
}
s
