body  {
	background: #f2f8d8;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #364b00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	border-top-color: 84a106;
	border-right-color: 84a106;
	border-bottom-color: 84a106;
	border-left-color: 84a106;
}
.twoColFixLt #container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #84a106;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ffffff;
}
.twoColFixLt #sidebar1 {
	float: left;
	width: 185px;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	background-color: #84a106;
	height: 100%;
	background-position: bottom;
	position: relative;
	background-repeat: repeat-y;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 225px;
	padding: 0 10px 10px; 
} 
.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.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.menu:hover{
	text-decoration: underline;
}
a.menu:active {

	text-decoration: none;
}

h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 160%;
	color: #364b00;
}

h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #364b00;
}

h3 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #364b00;
}

a:link {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #364b00;
	text-decoration: underline;
}
a:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #364b00;
	text-decoration: underline;
}
a:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #58623d;
	text-decoration: none;
}
a:active {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #364b00;
	text-decoration: underline;

