@charset "ISO-8859-1";
.twoColFixLtHdr #container {
	width: 720px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #617536;
	background-image: url(../images/bgdtile.gif);
	background-repeat: repeat;
} 
.twoColFixLtHdr #header {
	padding: 0 0 0 10px;
	height: 100px;
	background-image: url(../images/headgradient.gif);
	background-repeat: repeat-x;
}
 
.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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 255px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 0 15px;
}
.twoColFixLtHdr #mainContent {
	margin: 15px 15px 10px 280px; /* 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: 10px 15px 8px 15px;
	border: solid #648935 1px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #4B5F2B;
	color: #CCE1A9;
	font-size: 90%;
	text-align: center;
} 
.credit {
	font-size: 75%;
	font-style: inherit;
	color: #7C8D43;
	margin: 10px 0;
	padding: 0px;
	font-family: "lucida sans", sans-serif;
	text-align: center;
}
.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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
body {
	background-image: url(../images/bgdtiledk.gif);
	font-size: 90%;
	line-height: 1.5em;
	margin-right: 0.1em;
	margin-left: 0.1em;
	font-family: "Lucida Grande", "Trebuchet MS", Tahoma, helvetica;
	font-style: normal;
}
p {
	font-family: "Lucida Grande", "Trebuchet MS", Tahoma, helvetica;
	font-size: 90%;
	color: #222E11;
}
H1 {
	font-family: "Lucida Grande", "Trebuchet MS", Tahoma, helvetica;
	font-size: 120%;
	color: #4C612D;
	margin: 5px 0 0 0;
}
h2 {
	color: #4C612D;
	font-size: 110%;
	text-align: center;
	}
h3 {
	font-size: 100%;
	color: #4C612D
	}
h4 {
	color: #617536;
	font-size: 90%;
	}
h5 {
	color: #333333;
	font-size: 80%;
}
h6 {
	color: #333333;
	font-size: 70%;
}

br{
	line-height:normal;
	font-style: normal;
	font-size: 10px;
	background-color: #4F702F;
	}
a {
	color: #FFFFFF;
	font-family: "Lucida Grande", "Trebuchet MS", Tahoma, helvetica;
}
a:link {
	text-decoration: underline;
	color: #4C612D;
}
a:hover {
	text-decoration: none;
	color: #669900;
	background-color: #C2DE95;
}
a:active {
	text-decoration: none;
	color: #669900;
}
a:visited {
	color: #7D9646;
}
#navigation {
	margin-left: 100px;
	height: 140px;
	padding: 0;
	text-align: center;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 11px 0 0 20px;
	width: 500px;
}

#navigation li {
  display: inline;
}
#navigation a:link {
	color: #C2DE95;
	background-color: #638835;
	text-decoration: none;
	padding: 5px;
	font-size: 12px;
	border-left: solid #4b5f2b 3px;
}

#navigation a:hover {
	color: #32372B;
	background-color: #D0E3B0;
	text-decoration: none;
	border-left: solid #638835 3px;
}

#navigation a:visited {
	color: #C2DE95;
	background-color: #638835;
	text-decoration: none;
	padding: 5px;
	font-size: 12px;
	border-left: solid #4b5f2b 3px;
}

.leftimage {
	margin-right: 20px;
}
ul li {
	list-style-type: square;
	padding: none;
	margin: none;
}
