@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	min-height: 430px;
}
.twoColFixLtHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
	background-color: #FFFFFF;
	height: auto;
	padding-bottom: 20px;
} 
.twoColFixLtHdr #header {
	height: 208px;
	background-image: url(images/saddlebacklogotp.png);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #4A5830;
	outline-style: solid;
	outline-width: 3px;
	height: 560px;
	clip: rect(auto,auto,auto,auto);
	position: static;
	margin-left: 15px;
	top: 216px;
	left: 175px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 3px;
}
.twoColFixLtHdr #mainContent {
	width: 595px;
	margin-left: 250px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	background-color: #FFDD84;
	border: medium solid #000000;
	min-height: 560px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	width: 900px;
} 
.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;
}
.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;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #mainContent1 {
	width: 830px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	background-color: #FFDD84;
	border: 2px solid #000000;
	min-height: 560px;
	padding: 20px;
	margin: 10px;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent table tr td blockquote p span {
	color: #FFF;
}
