@charset "UTF-8";
.twoColFixLtHdr #container { 
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: justify;
} 
.twoColFixLtHdr #header_cover {
	display: none;
	float: right;
} 
.twoColFixLtHdr #header {
	display: none;
}
.twoColFixLtHdr #header_print {
	color: #E8E8E8;
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	color: #1744C4;
}
.twoColFixLtHdr #mainContent {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

