html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  background-color: white;
  color: #2d2e2e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center;
}
/* Commonly used to style page titles. */
h1 {
  color:#FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding-top: 20px;
}
h2 {
  color: #6d9863;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

img, img a:link, img a:visited, img a:hover, img a:focus, img a:active {
border: none;
color:black;
text-decoration:none;
font-weight:normal;
}

a:link {
  color: #3c982d;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #2d7336;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #09760d;
  text-decoration: none;
}
a:focus {
  color: #09760d;
}
a:active {
  color: #164619;
}
#outerWrapper {
  background-color:black;/* #231f20; */
  margin: 0 auto 0 auto;
  text-align: left;
  width: 870px;
}

#outerWrapper #contentWrapper #leftColumn1 {
  background-color: black/*#231f20*/;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:8pt;
  color:#fff;
  float: left;
  padding: 5px 5px 5px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 200px;
  text-align: center;
}

#outerWrapper #contentWrapper #rightColumn1 {
  background-color: black/*#231f20*/;
  color:#fff;
  float: right;
  padding: 0px 10px 5px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 200px;
  text-align: center;
}
#outerWrapper #contentWrapper #rightColumn1 #rightColumn1_text {
	min-height: 117px;
	padding-top:10px;
	padding-bottom:60px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
}
#outerWrapper #contentWrapper #content {
  margin: -0 220px 30px 220px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding:0 10px 0 10px;
}
.homecontent a{
	text-decoration:underline;
	color:blue;
}
/* content text formatting */
.homecontent{
	text-align: left;
	min-height: 463px;
	padding-bottom: 463px;
	color:#000000;
	background-color:#e0cb8a;
	padding: 5px 5px 5px 10px;
	border: 3px inset #e0cb8a;
}
.homecontent A:link{
	color:#000000;
  	text-decoration: underline;
}

.homecontent A:visited{
	color:#000000;
  	text-decoration: underline;
}

.homecontent A:hover{
	color:#000000;
  	text-decoration: underline;
}

.homecontent A:active{
	color:#000000;
  	text-decoration: underline;
}

.homecontent A:focus{
	color:#000000;
  	text-decoration: underline;
}

.content_2{
	text-align: left;
	color:#000000;
	background-color:#FFFFFF;
	border: 3px inset #e0cb8a;
}

/* homepage picture edit */
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
  background-color:black /*#231f20;*/
/*  border-top: solid 1px #8ab573; */
  padding: 10px 10px 10px 10px;
  text-align: center;
  color:#ffffff;
}
/* Contains menu button */
.menu{
	background:url(menu_button.png) no-repeat;
	background-position:center top;
	height:28px;
	width:200px;
	color:#000000;
	vertical-align:middle;
	padding:3px;
	padding-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	cursor:pointer;
}
.menu:hover{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.9
}

/* Contains feedback form */
.feedback{
  	float: none;
	background-color:#ed2025;
	text-align:center;
	border:3px #CC6600 double;
}
.formfield{
	width: 120px;
	float:left;
	padding-left:5px;
}
.formlabel{
	padding-left:5px;
	float:left;
}
<style type="text/css" media="print">
<!--
/* It is common to set printer friendly styles such as a white background with black text. */
body {

  background-image: none;
  border-color: #000;
  color: #ffffff;
}
-->
</style>


