@charset "UTF-8";
body  {
	margin: 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #728135;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0;
	background-position: center;
}
.twoColFixLtHdr #nav { }
.twoColFixLtHdr #container {
	width: 942px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 3px double #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 400px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	background-image: url(images/Screen%20shot%202010-11-21%20at%2010.40.47%20AM.png);
	background-repeat: repeat-y;
	background-position: bottom;
	background-color: #E6E6E6;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 700px;
}
.twoColFixLtHdr #sidebar1 h1 {
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	margin: 0;
}
.twoColFixLtHdr #sidebar1 p {
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	text-align: left;
	margin: 0px;
}
.twoColFixLtHdr #mainContent h1 { font-size: 16px; font-family: Arial, Helvetica, sans-serif; line-height: 150%; margin: 0 15px 5px; padding: 10px 0 0 }
.twoColFixLtHdr #mainContent p { font-size: 13px; font-family: Arial, Helvetica, sans-serif; line-height: 150%; text-align: justify; margin: 0 15px 0; padding: 5 0 0 }
.twoColFixLtHdr #mainContent {
	width: 540px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	top: 5px;
	text-align: left;
}
.twoColFixLtHdr #mainContent ul { font-size: 13px; font-family: Arial, Helvetica, sans-serif; line-height: 150%; margin: 0 15px 0 60px; padding: 0 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;
}
a:link {
	color: #CC0000;
}
a:hover {
	color: #006600;
}
h6 {
	font-size: 11px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.twoColFixLtHdr #footer { background-color: #d3d899; padding: 0 5px; border-top: 1px solid #000000 }
.twoColFixLtHdr #footer h1 {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-weight: bold;
	color: #728135;
}
.twoColFixLtHdr #header {
	background-color: #D3D899;
}

