
body {
   background-color: #0c4432;
   padding: 0px;
   margin: 50px;
}
p, h1, h2, h3, li {
   font-family: Verdana, Arial, sans-serif;
   background: transparent;
}
a, a:visited {
   text-decoration: none;
}
.left {
   float: left;
}
.right {
   float: right;
}
#body {
   border: 3px solid #989b36;
   background-color: #fff;
   width: 780px;
}
#logobar {
   margin: 20px 0px 10px 0px;
}
#logobar p {
   font-size: 95%;
   font-weight: bold;
   color: #0c4432;
   margin: 10px 0px 20px 0px;
   padding: 0px;
}
#topbar {
}
#topbar p {
   border-top: 4px solid #0c4432;
   border-bottom: 4px solid #0c4432;
   font-size: 95%;
   font-weight: bold;
   text-transform: uppercase;
   color: #0c4432;
   margin: 0px 160px;
   padding: 5px;
}
#topbar p a, #topbar p a:visited {
   color: #0c4432;
   padding: 0px 15px;
}
#topbar p a:hover {
   color: #989b36;
}
#topbar .selected a, #topbar .selected a:visited {
   color: #989b36;
}
#content {
   padding: 20px;
   min-height: 400px;
   height: auto; !important
   height: 400px;
}
#content p {
   color: #333;
   font-size: 90%;
   margin-top: 0px;
   margin-bottom: 8px;
}
#content a, #content a:visited {
   color: #333;
   text-decoration: underline;
}
#content a:hover {
   color: #989b36;
   text-decoration: none;
}
#content h1 {
   color: #0c4432;
   font-size: 95%;
   text-align: center;
   margin-top: 0px;
   margin-bottom: 15px;
}
#content h2 {
   color: #0c4432;
   font-size: 90%;
   font-weight: bold;
   margin-top: 12px;
   margin-bottom: 7px;
}
#content ul {
   margin-top: 0px;
   margin-bottom: 10px;
   list-style: square;
}
#content ol {
   margin-top: 0px;
   margin-bottom: 10px;
   margin-left: 45px;
}
#content li {
   color: #333;
   font-size: 90%;
   margin-bottom: 3px;
}
#content .closeup td p {
   margin-top: 0px;
   margin-bottom: 0px;
}
#content .closeup th p {
   margin-top: 0px;
   margin-bottom: 0px;
}
#content .tighten td p {
   margin-top: 0px;
   margin-bottom: 2px;
}
#content .tighten th p {
   margin-top: 0px;
   margin-bottom: 2px;
}
#content .img {
   border: 3px solid #989b36;
}

#footer {
   padding-bottom: 5px;
}
#footer p {
   padding-top: 10px;
   padding-bottom: 6px;
   font-size: 75%;
   font-weight: bold;
   color: #fff;
   margin-top: 0px;
   margin-bottom: 0px;
   text-align: center;
}
#footer a, #footer a:visited {
   color: #fff;
   text-decoration: none;
}
#footer a:hover {
   color: #989b36;
   text-decoration: none;
}

#content .HHContactTitle, #content .RWLegalTitle {font-weight: bold; margin-top: 5px; margin-bottom: 2px; color: #0c4432;}
#content .HHContactLabel {text-align: right; font-weight: bold; margin-top: 2px;}
#content .HHContactMessage {color: #f00; font-weight: bold; text-align: center;}
#content .HHContactButton {font-size: 12px; font-weight: bold; color: #fff; background-color: #0c4432;}
#content .HHContactField {font-size: 90%; border: 2px #989b36 solid;}
#content .HHContactForm {background-color: #eee; border: 5px #eee solid; margin: 10px 0px 5px 0px;}


