/*-- This file deals with the site in general --*/

body {
  font-family: verdana, tahoma;
  font-size: 1em;
  background: #ffffcc;
  margin: 0px;
  padding: 0px;
  cursor : url("pointinghand.cur"), pointer;
}
#content {
  font-family: verdana, tahoma;
  background: #ffffff;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 50%;
  clear: right;
  float: right;
  border: 3px solid #33cc66;
  padding: 15px;
  padding-bottom: 7em;
}
#navi {
   font-family: verdana, tahoma;
   font-size: .75em;
   background: transparent;
   position: absolute;
   border: 0px solid #749b00;
   padding: 15px;
   top: 0px;
   width: 125px;
   right: 0px;
   clear: left;
   float: left;
}
#footer {
   font-family: verdana, tahoma;
   font-size: .65em;
   text-align: center;
   background: transparent;
   position: absolute;
   border: 0px solid #33cc66;
   padding: 15px;
   bottom: 0px;
   right: 0px;
   left: 0px;
   clear: both;
}
p{font-size: .75em; margin-right: 150px;}
h1 {font-family: verdana, tahoma; font-size: 1em;}
h2 {font-family: verdana, tahoma; font-size: .75em;}
hr {color: #33cc66; background: #33cc66; width: 100%; height: 1px; border: 0px solid #000000;}
img {border-width: 0px;}
li {list-style-image: url(bt-n2b.gif);}
A:link {color: #000000; text-decoration: underline}
A:visited {color: #000000; text-decoration: none;}
A:active {color: #e9eaaf; text-decoration: none; background-color: #749b00;}
A:hover {color: #e9eaaf; text-decoration: none; background-color: #749b00;}