@charset "UTF-8";
body  {
	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: #FFC;
	text-indent: 0em;
	background-color: #D8D24C;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	line-height: 1.5em;
	background-image: url(images/background.gif);
	background-repeat: repeat;
}
#mainContent p {
	text-indent: 1.5em;
}
#sidebar1 p {
	font-variant: small-caps;
	color: #C9F;
	text-indent: 15px;
	font-weight: bold;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #557329;
} 
.twoColFixLtHdr #header {
	height: 130px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 50px;
	background-color: #2F4A18;
	background-image: url(images/logoheader.gif);
	background-repeat: no-repeat;
	background-position: 35px 15px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-style: normal;
	font-weight: 100;
	font-variant: small-caps;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #D6D24D;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	clear: both;
	}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 1.5em;
	letter-spacing: 0.5em;
	text-align: center;
	color: #9FF;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: lighter;
	color: #D6D24D;
	text-align: center;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #557329;
	padding-top: 85px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 450px;
}
#sidebar1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: lighter;
	color: #D6D24D;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2F4A18;
	text-align: center;
} 
.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: #C9F;
	text-decoration: none;
}
a:visited {
	color: #C9F;
	text-decoration: none;
}
a:hover {
	color: #D6D24D;
	text-decoration: none;
}
a:active {
	color: #C9F;
	text-decoration: none;
}
.footerbullet {
	color: #C9F;
}
