body {
 top-margin: 0;
 leftmargin: 3;
}
h1 {
 FONT-SIZE: 2em; 
 FONT-FAMILY: serif; 
 color: #003300; 
 TEXT-ALIGN: center;
 text-decoration: underline
}
h2 {
 FONT-SIZE: 1.5em;  
 FONT-FAMILY: serif;  
 TEXT-ALIGN: center;
  color: #993300 
}
h3 {
 FONT-SIZE: 1.2em; 
 FONT-FAMILY: serif; 
 TEXT-ALIGN: center
}
h4 {
 FONT-SIZE: 1.2em; 
 FONT-FAMILY: serif;
 font-weight:normal; 
 TEXT-ALIGN: center
}
P.Small {
 FONT-SIZE: 0.8em; 
 FONT-FAMILY: serif
}  
P.Normal {
 FONT-SIZE: 1.2em;  
 FONT-FAMILY: serif; 
 TEXT-ALIGN: center
}
}
P.Special {
 FONT-SIZE: 1.4em;
 FONT-FAMILY: Georgia, serif;
 font-style: italic;
 TEXT-ALIGN: center
}
ul.Normal {
 FONT-SIZE: 1.2em;
 FONT-FAMILY: "serif";
 margin-right:1in;
}
ol.Normal {
 FONT-SIZE: 1.2em;
 FONT-FAMILY: "serif";
 margin-right:1in;
}
hr { 
 border-style: none; 
 background-color: 
 black; color: #999999
}
FORM {
 TEXT-ALIGN: center
}
 a:hover {
 color: #006600;
}
#top {
  height: 150px;
  width: 99%;
  top:5px;
  border:0px none;
  right: 10px;
  left: 5px; 
}
#main {
  position: absolute;
  top: 175px;
  left: 235px;
  right: 10px;
}
#navcontainer {
  position: absolute;
  width:210px;
  left: 15px; 
  top:175px 
 background: #f0e7d7;
 margin: 0 auto;
 padding: 1em 0;
 font-family: georgia, serif;
 font-size: 14px;
 text-align: left;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em 0 0.5em 2em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #111111;
text-decoration: none;
background: #99dd99;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #008800;
color: #ffffff;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}


