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: #bec2ce;
	color: #2d2e2e;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 0;
	text-align: center;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
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;
	text-align: left;
	width: 925px;
	border: thin solid #063;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px 0px 0px 0px;
}
#outerWrapper #topNavigation {
	text-align: center;
	height: 27px;
	background-color: #578557;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 0;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #footer {
	background-color: #edf6e4;
	border-top: solid 1px #92b876;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

