html {
  font-size: 100%;  /* WinIE text resize correction */
}
html, body, div, h1 {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.25;
/*  text-align: center; */  /* Causing IE6 to center #main in #container */
  color: #000000;
  background-color: #ffffff;
  margin-bottom: 1em;  /* For IE6 - wasn't using #wrapper's bottom margin */
}
div#wrapper {
  margin: 1em auto;
  width: 85%;
  border: 2px solid #87cdeb;
}

/*               */
/*    #header    */
/*               */
div#header {
  margin: 0.7em 0.7em 0 0.7em;
  padding-bottom: 1.5em;
  color: #000000;
  background: #ffffff url("../images/banner.gif") no-repeat scroll center center;
  text-align: center;
}
div#header h1 {
  display: none;
}
div#header-inner {
  position: relative;
  top: 0.5em;
}
div#header-inner img {
  margin: 0 1em;
}

/*               */
/*   #container  */
/*               */
div#container {
  position: relative;  /* So it can contain absolutely positioned elements */
  margin-top: 1em;
  border-top: 1px solid #87cdeb;
}
/* 'clearfix' hack to force containing block to enclose float */
/* NOTHING FLOATING IN IT ANYMORE */
/* div#container:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
} */

/*               */
/*     #main     */
/*               */
div#main {
  width: 75%;
  border-right: 1px solid #87cdeb;
  text-align: center;
  min-height: 40em;  /* IE6 cannot process this property */
}

/*               */
/*    #hmenu     */
/*               */
div#hmenu {
  width: 100%;
  margin: 0 auto;
  padding: 0.5em 0;
}
div#hmenu a {
  font-size: 0.75em;
  font-weight: bold;
  text-decoration: none;
  margin: 0 5.5%;
  outline: none 0;
}
div#hmenu a:link {
  color: #000000;
  background-color: #ffffff;
}
div#hmenu a:visited {
/*  color: #5ea478; */
  color: #000000;
  background-color: #ffffff;
}
div#hmenu a:hover {
  color: #87cdeb;
  background-color: #ffffff;
}

/*               */
/*  #page_title  */
/*               */
div#page_title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
  margin: 0 0.7em;
  padding: 0.35em 0 0.35em 0.7em;
  border: 1px solid #5ea478;
}
div#page_title h2 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: #5ea478;
  background-color: #ffffff;
}

/*               */
/*    #content   */
/*               */
div#content {
  margin: 0.25em 0.7em 0 0.7em;
  padding-bottom: 1em;
  overflow: hidden;  /* If window narrowed too much */
}
div#content p {
  font-size: 0.8em;
}
div#content img {
  border: 1px solid #000000;
}
div#content a img {
  border: none;
}
div#content a:link, div#content a:visited {
  color: #5ea478;
  background-color: #ffffff;
  text-decoration: underline;
  outline: none 0;
}
div#content a:hover {
  color: #87cdeb;
  background-color: #ffffff;
  text-decoration: underline;
  outline: none 0;
}
div#content h3 {
  font-size: 1.3em;
  font-weight: normal;
  color: #5e8fa4;
  background-color: #ffffff;
}
div#content h3 a:link, div#content h3 a:visited {
  font-size: 0.96em;
  color: #5e8fa4;
  background-color: #ffffff;
  text-decoration: underline;
}
div#content h3 a:hover {
  font-size: 0.96em;
  color: #87cdeb;
  background-color: #ffffff;
  text-decoration: underline;
}

div.left_unit {
  clear: both;
  margin: 1em 0 1.5em 0;
  overflow: auto;
}
div.left_unit img {
  float: left;
  margin: 0 0.7em 0 0;
  border: 1px solid #000000;
}
div.left_unit p {
  margin-top: 1em;
  text-align: left;
}

div.right_unit {
  clear: both;
  margin: 1em 0 1.5em 0;
  overflow: auto;
}
div.right_unit img {
  float: right;
  margin: 0 0 0 0.7em;
  border: 1px solid #000000;
}
div.right_unit p {
  margin-top: 1em;
  text-align: left;
}

div.center_unit {
  clear: both;
  width: 65%;
  margin: 1em auto 1.5em auto;
  overflow: auto;
}
div.center_unit img {
  float: right;
  margin: 0 0 0 0.7em;
  border: 1px solid #000000;
}
div.center_unit p {
  margin-top: 1em;
  text-align: justify;
}

div#content .names {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1;
  color: #a47f5e;
  background-color: #ffffff;
}
div#content .clear {
  clear: both;
}
div#content p.just {
  text-align: justify;
}
div#content p.center {
  text-align: center;
}
div#content p.right {
  text-align: right;
}
div#content p.spacer {
  display: none;  /* See IE6 style sheet */
}

div#content ol {
  font-size: 0.8em;
  list-style-type: decimal;
  text-align: left;
  padding-bottom: 1em;
}
div#content ol li {
  padding-bottom: 1em;
}

div#content ul {
  font-size: 0.8em;
  list-style-type: disc;
  text-align: left;
  padding-top: 0.5em;
  padding-bottom: 1em;
}
div#content ul li {
  margin-bottom: 1.5em;
}
div#content ul li div.left_unit p,
div#content ul li div.right_unit p,
div#content ul li div.center_unit p {
  font-size: 1em;
}

div#content table.all_links {
  border-collapse: collapse;
  border-style: none;
  margin: 0 auto;
  font-size: 0.8em;
}
div#content td.names {
  text-align: left;
}
div#content td.the_link {
  padding-left: 1em;
  text-align: left;
}

div#content div.sub-nav {
  margin: 1em auto;
}
div#content div.sub-nav img {
  border: none;
}

/*               */
/*   #sidebar    */
/*               */
div#sidebar {
  position: absolute;
  top: 1px;  /* 1 pixel to keep #sidebar off of #container top border in IE6 */
  right: 0;
  width: 23.75%;
  color: #5ea478;
  background-color: #ffffff;
  text-align: left;
  z-index: 10;  /* Keep positioned element on top */
}
div#vmenu {
  padding: 0.8em 3em 2em 0;
}
div#vmenu a {
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  margin: 0 0 2em 0;
  text-decoration: none;
  outline: none 0;
}
div#vmenu a:link {
  color: #000000;
  background-color: #ffffff;
}
div#vmenu a:visited {
/*  color: #5ea478; */
  color: #000000;
  background-color: #ffffff;
}
div#vmenu a:hover {
  color: #87cdeb;
  background-color: #ffffff;
}
div#sidebar p {
  clear: both;
  font-size: 0.7em;
  margin: 0 0.5em 0 0;
  padding: 0;
}
div#sidebar img {
  float: left;
  border: none;
  margin: 0 0.5em 2.5em 0;
}

/*               */
/*    #footer    */
/*               */
div#footer {
  padding: 0 0 0.05em 0;
  border-top: 1px solid #87cdeb;
  text-align: center;
}
div#footer p {
  font-size: 0.7em;
  font-weight: bold;
  color: #5ea478;
  background-color: #ffffff;
}
