@charset "UTF-8";
body  {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background: #FFFFFF;
	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;
}
.twoColFixLtHdr #print_header {
	display: block;
	width: 755px;
	margin: 0px;
	padding: 0px;

}
.twoColFixLtHdr #container {
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	display: block;
} 
.twoColFixLtHdr #header {
	display: none;
} 

.twoColFixLtHdr #sidebar1 {
	display: none;
}
.twoColFixLtHdr #mainContent {
	margin: 0px;
	width: 755px;
	float: left;
	display: block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 18px;
} 
.twoColFixLtHdr #footer {
	padding: 10px 0 0 10px;
	clear: both;
	margin: 0px;
	width: 755px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	text-align: center;
	font-size: 0.9em;
	color: #000000;
}
a, a:link, a:visited, a:hover { color: #000 !important; text-decoration:underline !important; }
