/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
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;*/
  color: black;
  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: #2d7336;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding-bottom: 10px;
}
h2 {
  /*color: #6d9863; */
  color: #2d7336;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  padding-bottom: 10px;
}
a:link {
  color: #3c982d;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #2d7336;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #FF9933;
  text-decoration: underline;
}
a:focus {
  color: #09760d;
}
a:active {
  color: #164619;
}

a.top:link, a.top:visited {
  color: red;  
  font-weight: bold;
  font-style:italic;
  font-size: 115%;
  text-decoration: none;
}
a.top:hover {
  color: #2D7336;
  font-weight:bold;
  font-style:italic;  
  text-decoration: underline;
}
a.top:focus {
  color: #09760d;
  font-style:italic;  
}
a.top:active {
  color: #164619;
  font-style:italic;  
}

a.unseen:link, a.unseen:hover, a.unseen:focus, a.unseen:active {
  color: black;
  text-decoration: none;
}

.captionText {
  /*color: #6d9863; */
  color: #2d7336;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding: 5px 5px 5px 5px;
  border-style:none;
}

#h2Style {
  /*color: #6d9863; */
  color: #2d7336;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  padding: 5px 5px 5px 5px;
  border-color:#FF9933;
  border-width: 0px 2px 2px 2px;
  border-style:solid;
  vertical-align:top;
}


#h2Style2 {
  /*color: #6d9863; */
  background-color: #2d7336;
  color: white;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  padding: 5px 5px 5px 5px;
}

#leftList {
  padding-left: 10px;
  padding-bottom: 5px;
  vertical-align: top;
}


.orangeText {
  /*color: #FF9933;*/
  color: white;
  background-color: #2d7336;
  font-weight:bold;
  font-style:italic;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 70em;
}
#outerWrapper #header {
  /*background-color: #8ab573; */
  background-color: #2d7336;
  border-bottom: solid 1px #628152;
  color: white;
  font-size: 18px;
  font-weight: bold;
  font-style:italic;
  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: 16em;
  height:100%;
}


#outerWrapper #contentWrapper #content #leftColumn2 {
  padding: 0px 0px 0px 0px;
  vertical-align:top;
  height:100%;
  border-style:solid;
  border-width: 1px;
  border-color:#FFFFFF;
}

#outerWrapper #contentWrapper #leftColumn2 #rightColumn2 {
  text-align: right;
  padding: 0px 0px 0px 0px;
  vertical-align:top;
  height:100%;
}


#outerWrapper #contentWrapper #content {
  margin: 0 0 0 16em;
  padding: 10px 55px 10px 10px;
  font-size: 120%;
  font-weight:bold
}

#outerWrapper #contentWrapper #contentBold {
  margin: 0 0 0 16em;
  padding: 10px 25px 10px 10px;
  font-size: 120%;
  font-weight:bold;
}


#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  vertical-align:bottom;
  background-color: #eef6ed;
  border-top: solid 1px #8ab573;
  padding: 10px 10px 10px 10px;
}
