@charset "utf-8";

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: #FFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	text-align: center; 
}
h1 {
	color: #92971F;
	font-size: 18pt;
	font-weight: bold;
	line-height: 24pt;
}
h2 {
  color: #000000;
  font-size: 12pt;
  font-weight: bold;
  line-height: 14pt;
}
h3 {
  color: #609000;
  font-size: 10pt;
  font-weight: bold;
  line-height: 12pt;
}
a,  a:link {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
	color: #7C2019;
	text-decoration: underline;
}
a:focus {
  color: #000000;
}
a:active {
  color: #000000;
}
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto; 
	text-align: left; 
	width: 908px;
	border: 1px solid #333;
}
#outerWrapper #header {
	background-color: #FFF;
	border-bottom: solid 1px #666; 
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px; 
	text-align: center;
	margin: 0px;
}
#outerWrapper #header h1 {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
#outerWrapper #header h2 {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
#outerWrapper #header a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
#outerWrapper #header a:visited {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
#outerWrapper #header a:hover {
  color: #000000;
  text-decoration: underline;
}
#outerWrapper #header a:focus {
  color: #000000;
}
#outerWrapper #header a:active {
  color: #000000;
}
#outerWrapper #topNavigation {
	background-color: #FFF;
	border-bottom: solid 1px #666; 
	height: 25px;
	padding: 0px; 
}
#outerWrapper #contentWrapper #content {
  padding: 10px 10px 10px 10px; 
}
#outerWrapper #contentWrapper #content #contenthome {
  padding: 0; 
  margin: 0 300px 0 0;
}
#outerWrapper #contentWrapper #content #contactcontent {
  padding: 0; 
  margin: 0 0 0 0;
  float:left;
}
#outerWrapper #contentWrapper #right {
	float:right;
	width: 280px;
	padding: 4px;
	background-color: #E6EA97;
	
}
#outerWrapper #contentWrapper #content #right h3 {
	background-color: #7C2019;
	padding: 4px;
	color: #FFF;
	text-transform: uppercase;
}
#outerWrapper #contentWrapper #content #right #rightnews {
	padding: 4px;
	line-height:1.4em;
}
#outerWrapper #footer {
	clear:both;
	text-align: center; 
	margin: 10px 0 0 0;
	background-color: #91971E;
	padding: 6px;
	border-top-style: none;
	color: #FFF;
}
.off {
	background-color:#990;
}

