@charset "UTF-8";
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header_cover {
	float: left;
	width: 210px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #AB7A58;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: block;
	top: auto;
	margin: 0px 15px 15px 0px;
	text-align: center;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #5C8AC2;
	color: #E8E8E8;
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(horizon.jpg);
} 
.twoColFixLtHdr #header_print {
	display: none;
}
.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 */
	padding: 10px 0;
	color: #1744C4;
}
.twoColFixLtHdr #mainContent {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #AAEDFC;
	color: #113394;
	float: none;
	height: auto;
	width: auto;
	margin-top: 0;
	margin-right: 35px;
	margin-bottom: 0;
	margin-left: 250px;
} 

