html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-color: #343e3c;
	color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
}
h1 {
  color: #78a769;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #78a769;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #239f3e;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #578557;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #017a20;
  text-decoration: underline;
}
a:focus {
  color: #017a20;
}
a:active {
  color: #004e2a;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 780px;
}
#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #003300;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	width: 162px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#outerWrapper #contentWrapper #content {
	padding: 10px;
	margin-top: 25px;
	margin-right: 75px;
	margin-bottom: 0;
	margin-left: 242px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  background-color: #edf6e4;
  border-top: solid 1px #92b876;
  padding: 10px 10px 10px 10px;
}
