* {
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #5A5E48;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #F4F6DF;
	text-align: center;
	margin-top: 0px;
}
#container {
	background-color: #FFFFFF;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5D661F;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5D661F;
	border-left-color: #5D661F;
	border-top-style: none;
	background-image: url(../images/greenBar.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: auto;
}
#content  {
	width: 850px;
}
#content h1 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	color: #8B8C35;
}
#content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #0A7E2E;
}
#content h3 {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}


#content a:link {
	color: #096826;
	text-decoration: none;
}
#content a:visited {
	color: #096826;
	text-decoration: none;
}
#content a:hover {
	color: #096826;
	text-decoration: underline;
}
#content #mainNav{
	width: 180px;
	padding-right: 25px;
	padding-left: 35px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
}
#mainNav table.navBar {
	border-collapse: collapse;
	width: 200px;
}
#mainNav table td.currentPage {
	display: block;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 5px;
	text-align: center;
	background-image: url(../images/navOn.jpg);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A9A968;
	background-repeat: no-repeat;
	color: #0A7E2E;
	text-shadow: #E1E3D8 1px 1px 0px;
}
#mainNav table.navBar td a{
	display: block;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 5px;
	color: #8B8C35;
	background-color: #FFF;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A9A968;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A9A968;
}
#mainNav table td.navShadow a{
	background-image: url(../images/navShadow.jpg);
	background-repeat: no-repeat;
}
#mainNav table.navBar td a:link ,#mainNav table.navBar td a:visited {
	text-decoration: none;
	color: #8B8C35;
}
#mainNav table.navBar td a:hover ,#mainNav table.navBar td a:active {
	text-decoration: none;
	color: #0A7E2E;
}
#mainNav table.navBar td.navShadow a:hover, #mainNav table.navBar td.navShadow a:active {
	text-decoration: none;
	color: #0A7E2E;
	background-image: url(../images/navShadow.jpg);
	background-repeat: no-repeat;
}
#mainNav table td.navBarShadow {
	background-image: url(../images/navBarShadow.jpg);
	background-repeat: no-repeat;
	width: 25px;
}
#content #textCol{
	padding-right: 5px;
	float: left;
	width: 450px;
	padding-bottom: 60px;
}
#content  #textCol img {
	float: left;
	margin-right: 5px;
	margin-bottom: 30px;
}

#content  #textCol hr {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	color: #CCCCCC;
}
#content  #textCol .boldText {
	font-weight: bold;
	color: #808080;
}
#content #textCol1 {
	padding-right: 5px;
	float: left;
	width: 400px;
	padding-bottom: 60px;
}
#content #textCol1 img {
	float: left;
	margin-right: 5px;
	margin-bottom: 30px;
}
#content #textCol1 hr {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	color: #CCCCCC;
}
#content #textCol1 .boldText {
	font-weight: bold;
	color: #808080;
}





#content #textCol2 {
	float: right;
	width: 180px;
	margin-right: 5px;
	padding-right: 5px;
}
#content #textCol2 img {
	margin: 5px;
}


#content #textCol2 ul {
	padding-left: 20px;
}
#content #table1 img {
	padding-left: 10px;
}
#flashNav {
	width: 220px;
	height: 250px;
	position: absolute;
}
#footer {
	font-size: 9px;
	color: #646E31;
	margin-bottom: 20px;
	position: inherit;
	margin-left: 260px;
	clear: both;
}

