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: #FFFFFF;
	color: #2d2e2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
  color: #6d9863;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	line-height: 14px;
}

h3 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

/*p {
margin: 1em 0;
} 
*/
.main-content {
font-size:12px;
line-height:25px;}


a,  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: underline;
}
a:focus {
  color: #09760d;
}
a:active {
  color: #164619;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 780px;
}
#outerWrapper #header {
	background-color: #FFFFFF;
	border-bottom: solid 1px #628152;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0 0 0 0;
}
#outerWrapper #topNavigation {
	background-color: #f8f8f8;
	border-bottom: solid 1px #000000;
	height: 25px;
	padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapper {
/*  background-image: url("2ColumnFixedRightSidebarFullWidthHeader_images/contentWrapper_bg.png");
*/  background-repeat: repeat-y;
  overflow: hidden;
}
#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #fef1e1;
  border-left: solid 1px #000000;
  float: right;
  padding: 10px 10px 10px 10px;
  width: 200px;
}
#outerWrapper #contentWrapper #content {
	margin: 0 220px 0 0;
	padding: 35px 10px 10px 10px;
}


#outerWrapper #contentWrapper #current {
	margin: 0 0px 0 0;
	padding: 35px 10px 10px 10px;
}


#outerWrapper #footer {
	background-color: #f8f8f8;
	border-top: solid 1px #000000;
	padding: 10px 10px 10px 10px;
}


/* Nav Begin*/

#Nav ul {
  margin:0;
  padding:0;
  list-style:none;
  width:400px;
  font-size:16px;
 /* background:: #faa819 url(#) repeat-x;*/
  }
  
#Nav ul li {
  float:left;
  }
  
#Nav ul a {
  display: block;
  padding: 0 2em;
  line-height: 2.1em;
  text-decoration: none;
  color:#000000;
  } 
  
#Nav ul a:link {
	color: #000000;
	text-decoration: none;
}
  
#Nav ul a:hover {
  color:#09760d;
  }

/* Nav end*/
