﻿html {
  background-color: #296E25;
  overflow-y: scroll;
}
body {
  background-color: #2E8529;
  color: black;
  font-family: verdana;
  font-size: 9pt;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  width: 960px;
}
a {
  color: white;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
label {
}
input {
  height: 20px;
  margin-top: 4px;
  margin-bottom: 18px;
  padding-left: 3px;
  padding-top: 3px;
}

div#top {
  padding: 0px 60px 100px 60px;
  position: relative;
  left: -8px;
}
div#content {
  min-height: 750px;
  position: relative;
  padding: 0 60px 0 60px;
}
div#bottom {
  padding: 40px 60px 20px 60px;
}

div#top div.link {
  padding: 5px 8px 5px 8px;
}

div.title {
}
div.title p {
  font-size: 22pt;
  letter-spacing: 0px;
}
div.subtitle {
  margin-top: 16px;
}
div.subtitle p {
  color: white;
  font-size: 14pt;
  letter-spacing: 0px;
}

div.story {
  width: 490px;
  margin-top: 20px;
  padding-right: 50px;
}
div.story p {
  margin-bottom: 2ex;
  line-height: 175%;
}
div.story p a {
  color: #0F0;
}
div.story p.q {
  font-weight: bold;
  margin-bottom: 6px;
}
div.story h1 {
  color: #003300;
  margin-bottom: 6px;
}

div.menu {
  padding-left: 16px;
}
div.menu h1 {
  color: white;
  font-size: 8pt;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}
div.menu p {
  line-height: 200%;
}

div.box {
  background-image: url('images/dkgrnbox.gif');
  color: white;
  font-size: 8pt;
  height: 72px; 
  width: 210px; 
  line-height: 140%;
  margin-top: 50px;
  padding: 15px 13px 0 16px;
}

div.box p {
  margin-top: 1.33ex;
}

div.dkgrnbox {
  background-image: url('images/dkgrnbox.gif');
  color: white;
  font-size: 8pt;
  height: 72px; 
  width: 210px; 
  line-height: 140%;
  margin-top: 50px;
  padding: 15px 13px 0 16px;
}

div.dkgrnbox p {
  margin-top: 1.33ex;
}

div.blackbox {
  background-image: url('images/blackbox.gif');
  color: white;
  font-size: 8pt;
  height: 72px; 
  width: 210px; 
  line-height: 140%;
  margin-top: 50px;
  padding: 15px 13px 0 16px;
}

div.blackbox p {
  margin-top: 1.33ex;
}