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: #2b3a3c;
  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: #6d9863;
  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: 780px;
}
#outerWrapper #header {
  background-color: #8ab573;  background-image: url("../images/header.jpg"); border-bottom: solid 1px #628152; 
  font-size: 18px;
  font-weight: bold;
  height: 200px;
  line-height: 15px;
  padding: 10px 10px 10px 10px; 
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #eef6ed;
  border-right: solid 1px #8ab573; 
  float: left;
  padding: 10px 10px 10px 10px; 
  width: 150px;
}
#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #eef6ed;
  border-left: solid 1px #8ab573; 
  float: right;
  padding: 10px 10px 10px 10px; 
  width: 150px;
}

#outerWrapper #contentWrapper #content {
  margin: 0 170px 0 170px; 
  padding: 10px 10px 10px 10px; 
}

#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
  background-color: #eef6ed;
  border-top: solid 1px #8ab573; 
  padding: 10px 10px 10px 10px; 
}

