/* Styled by Jeremy Stanners & Gracie O'Neil April 2009 to allow fluid text re-sizing   
   The Three Bears Method of Web Building by www.threebeardmethod.com        */

   body {
  margin: 0px;
  font-family: Verdana,Arial,sans-serif;
  font-size: 0.8em;
}
p {
  margin: 0px 0 8px;
  padding: 0px;
  line-height: 125%;
}
h2 {
  margin: 0px;
  padding: 0px;
  font-size: 1.2em;
}
ul {
  margin: 0;
  padding: 0;
  font-size: 90%;
}
a {
}
a.current {
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
blockquote {
  padding: 10px;
  background: #f7fde3 none repeat scroll 0% 50%;
}
#wrap {
  margin-left: auto;
  margin-right: auto;
  width: 920px;
}
#top {
  width: 100%;
  height: 88px;
  overflow: hidden;
}
#top #hdr {
  position: relative;
  top: 10px;
  left: 10px;
  display: block;
  float: left;
  z-index: 500;
}
#top h2 {
  margin: 0px;
  font-family: "Courier New",Courier,monospace;
  letter-spacing: 3px;
  font-size: 40px;
  font-weight: bold;
/*  position: relative;*/
}
#top h2 a {
  text-decoration: none;
}
#top h3 {
  margin: 0;
  margin-left: 40px;
  letter-spacing: 1px;
  font-size: 16px;
/*  position: relative;*/
}
#menu {
  display: block;
  float: right;
}
#menu ul {
  margin: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#menu li {
  margin-left: 0;
  padding-left: 0;
  display: block;
  float: left;
  white-space: nowrap;
  width: 77px;   
}
#menu li a {
  padding: 44px 0px 25px 18px;
  display: block;
  text-decoration: none;
  font-size: 12px;
}
#menu li a:hover {
  padding: 45px 0px 25px 19px;
  font-size: 12px;
  font-weight: bold;
}
#menu li a.current {
  padding: 46px 0px 25px 20px;
  font-size: 12px;
  font-weight: bold;
}
#content {
  width: 100%;
  margin-top: 1px;
}
#content h2 {
  margin: 0;
  padding: 15px 0px 5px;
}
#left ul {
  padding: 15px 0 15px 15px;
  margin-top: -15px;
  margin-bottom: -15px;
}
#left li {
  margin-bottom: 3px;
}
#left {
  width: 550px;
  float: left;
  margin-left: 20px;
  display: inline;
  text-align: justify;
}
#left td {
  font-size: 80%;
}
#right {
  width: 285px;
  float: right;
  display: block;
  margin: 10px 0 0 0;
}
* html #right {  /*  * html ... makes it ie 6 only */
  padding-right: 20px;
}
* + html #right {  /*  * + html ... makes it ie 7 only */
  padding-right: 20px;
}
#right .box {
  border: 3px solid ;
  padding: 10px 10px 15px;
  width: 280px;
  float: right;
}
#right .box h2 {
  margin: 0px 0;
  padding: 0px 0 5px;
  font-size: 1.1em;
}
#right .box a {
  margin: 10px 0;
}
#right .box p {
  margin: 5px 0 10px;
  line-height: 120%;
}
#right .box ul {
  margin: 10px 0;
  padding: 0 0 7px 20px;
}
#right .box li {
  margin-top: 5px;
}
.clear {
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
  overflow: hidden;
}
#footer {
  border-top: 1px dotted gray;
  margin: 20px auto 0;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  font-size: 75%;
}
#footer p {
  margin: 0px;
  padding: 0;
}
.info {
  color: gray;
  background-color: transparent;
  font-weight: normal;
}
.warn {
  color: orange;
  background-color: transparent;
  font-weight: normal;
}
.error {
  color: red;
  background-color: transparent;
  font-weight: bold;
}
/* Styled by Jeremy Stanners & Gracie O'Neil April 2009 to allow fluid text re-sizing   
   The Three Bears Method of Web Building by www.threebeardmethod.com        */
