*{
  margin: 0;
  padding: 0;
}
/*
colors
dark 5c7a1f
mid 99cc33
light
*/
body {
	font-size: 100%;
	height: 100%;
	font-family: Tahoma, Arial, san-serif;
	text-align: center;
  background-image: url(/images/shadow.png);
	background-repeat: repeat-y;
	background-color: #fff;
	background-position: top center;
	color: #666;
}

a{
	color: #5c7a1f;
	text-decoration: none;
}
a:hover{
	color: #99cc33;
	text-decoration: underline;
}
img {
	border: 0;
	}
#page {
  width: 770px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
#content {
  float: left;
	text-align: left;
}
#header {
	width: 100%;
	float: left;
	background-color: #333;
}
#headerL{
  float: left;
  margin: 20px 0 0 15px;
  width: 210px;
}
#headerR{
  float: right;
  text-align: right;
  width: 520px;
}
#strap{
  width: 100%;
  background-color: #99cc33;
  clear: both;
  float: left;
  }
#strap h1{
  color: #fff;
  font-size: 100%;
  font-family: Arial, san-serif;
  text-indent: 15px;
}
#header img {
	border:0;
	padding: 0;
}
/*IE sucks!!!*/
*html #header img {
	margin-bottom: -3px;
}


#container{
  float: left;
  clear: both;
  width: 770px;
  background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	padding-top: 8px;
  }
#mainCell {
  float: right;
  width: 575px;
  margin-bottom: 20px;
  margin-right: 10px;
  /*color: #5c7a1f;*/
}
#mainCell font{
	font-family: Tahoma, Arial, san-serif !important;
}
#main{
	margin: 6px;
	font-size: 85%;
}
#mainCell h2 {
	font-size: 150%;
	font-family: Arial;
	color: #99cc33;
	margin-bottom: 20px;
	font-weight: normal;
	padding-bottom: 4px;
	border-bottom: 4px solid #ddd;
}
#mainCell h2 a{
	text-decoration: none;
	color: #99cc33;
}
#mainCell h2 a:hover {
	color: #99cc33;
	text-decoration: underline;
}

#main p, #main li {
  margin-bottom: 8px;
}
#main p{
  text-align: justify;
}
#mainCell form {
	margin: 10px;
	font-size: 85%;
}
.radio {
	border: 0 ! important;
	margin: 0 ! important;
	padding: 0;
	width: 25px ! important;
}
#mainCell input, #mainCell textarea{
	border: 1px solid #5c7a1f;
	margin: 2px 0 6px 0;
	width: 250px;
}
#mainCell select {
	border: 1px solid #5c7a1f;
	width: 85px;
}
#mainCell textarea {
	border: 1px solid #5c7a1f;
}
#mainCell img {
	border: 1px solid #5c7a1f;
}

.button {
	color: #333;
	font-weight: bold;
	background-color: #99cc33;
	border: 1px solid #5c7a1f ! important; 

	font-family: Verdana;
	padding: 1px 8px;
}
.button:hover {
	color: #fff;
}

#menuCell {
	width: 165px;
	float: left;
	margin-left: 5px;
	}

#menu {
	font-size: 95%;
	margin-top: 55px;
	margin-bottom: 15px;
}
#menu ul {
	margin: 0;
	padding: 0 2px 0 8px;

}
#menu li {
	margin: 2px 0;
	list-style: none;
}
#menu li a{
	display: block;
	width: 150px;
	color: #333;
	padding-bottom: 4px;
	border-bottom: 1px dotted #666 !important;
	border-left: 2px solid #fff;
	}

#on1 a, #on a,#menu li a:hover,#menu li a:hover {
	color: #99cc33 !important;
	text-decoration: none;
}

.topItem {
	border-bottom: 1px solid #FFFFFF;
	padding: 2px 0;
}
.subItem {
	font-size: 80%;
	font-weight: normal;
	text-indent: 3px;
}

#footerOuter {
	background-color: #99cc33;
	border-top: 1px solid #5c7a1f;
	width: 100%;
	height: 20px;
	clear: both;
	/*position: absolute;
  bottom: 0 !important;
  bottom: -1px;
  left: 0;*/
}
#footer {
	font-size: 66%;
	margin: 5px 15px;
}
#footL {
	float: left;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footR {
	vertical-align: bottom;
	float: right;
	text-align: right;
}
.sitemap {
}
.sitemap img {
	border: 0;
	display: inline;
}
.sitemap li {
	margin-top: 5px;
}
.sitemap ul {
	margin-left: 15px;
	}
.sitemap a {
	text-decoration: none;
}
.sitemap a:hover {
	color: #99cc33;
	text-decoration: underline;
}

hr {
	border: solid 1px #566975;
	height: 0;
}