html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	color: #000;
}
body {
  background-color: #2b3a3c;
  color: #2d2e2e;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
	color: #060;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
h2 {
	color: #060;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

h3 {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

h4 {
	color: #060;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

h5 {
	color: #060;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
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: 70em;
}
#outerWrapper #header {
  background-color: #8ab573;
  border-bottom: solid 1px #628152;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapper {
  overflow: hidden;
}
#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #eef6ed;
  border-left: solid 1px #8ab573;
  float: right;
  padding: 10px 10px 10px 10px;
  width: 14em;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #eef6ed;
  border-right: solid 1px #8ab573;
  float: left;
  padding: 10px 10px 10px 10px;
  width: 14em;
}
#outerWrapper #contentWrapper #content {
	margin: 0 16em 0 16em;
	padding: 10px 10px 10px 10px;
	color: #000;
}
#outerWrapper #footer {
  background-color: #eef6ed;
  border-top: solid 1px #8ab573;
  padding: 10px 10px 10px 10px;
}

