body{
   font: normal normal 400 11pt/14pt Arial, Tahoma, sans-serif;
   background-color: black;
   color: black;
}
h1, h3, h5{
    color: #8D8D6D;;
}
h2, h4, h6{
   color: #6E6C5E;
}
a:link{
   text-decoration: none;
   color: #665444;
}
a:visited{
   color: #665444;
   text-decoration: underline;
}
a:hover{
   color: #607BBF;
   text-decoration: underline;
}

#page {
   display: block;
   width: 90%;
   height: auto;
   position: relative;
   left: 5%;
   right: 5%;
   background-color:#F9F8E8;
   top: -20px;
}
#search{
   display: block;
   position: absolute;
   margin-top: 155px;
   margin-right: 0;
   width: auto;
   z-index: 300;
}
#banner{
   display: block;
   height: 68px;
   width: 100%;
   position: relative;
   top: 5px;
   left: 0px;
   background-color: #8D8D6D;
}
#navigation{
   display: block;
   height: auto;
   width: 160px;
   padding-right: 10px;
   padding-left: 20px;
   padding-top: 10px;
   font: normal 600 11pt Arial, Tahoma, sans-serif;
   text-align: left;
   position: relative;
   float: left;
}
#navigation a:link{
   display: block;
   height: 30px;
   width: 160px;
   color: #8D8D6D;
   text-decoration: none;
   position: relative;
}

#navigation a:visited {
   display: block;
   height: 30px;
   width: 160px;
   color: #8D6D7B;
   text-decoration: underline;
   position: relative;
}
#navigation a:hover{
   display: block;
   height: 30px;
   width: 160px;
   color: #5B4C63;
   text-decoration: underline;
   position: relative;
}
#pagecontent{
   display: block;
   width: 65%;
   height: auto;
   position: relative; 
   float: left;
   padding-left: 10px;
   margin-top: 10px;
   margin-right: 20px;
   border-left: 1px solid #8D8D6D;
}
#mainpage{
   display: block;
   width: 100%;
   height: auto;
   position: relative;
}
.em{
  font-size: 110%;
  font-weight: bold;
  color: #895521;
}
.quote{
   display: block;
   width: auto;
   height: auto;
   margin-left: 2ex;
   font-weight: bold;
   font-style: italic;
   color: #6E6C5E;
}
.quoteNoindent{
   font-weight: bold;
   font-style: italic;
   color: #6E6C5E;
}
.pageheading{
font-weight: bold;
font-size: normal;
color: #895521;
}
.pageheadingNormal{
color: #895521;
}
.highlight{
color: #607BBF;
}
#pagecontent p, td {
   font-size: smaller;
}

#principal{
display: block;
padding: 15px 25px 15px 25px;
width: auto;
position: relative;
}
#principal ul {
  list-style: square url(bullet.gif);
  margin: .5em .5em 0 15px;
  padding-left: 0;
}
#principal ul li {
  margin-left: 0;
  padding-left: 5px;    
  margin-bottom: .5em; 
}
.accentFont{
  color: #6E6C5E;
}
#principal p{
  display: block;
  margin: 5px 15px -5px 15px;
}
#search{
  display: block;
  positon: absolute;
  top: 10px;
  width: auto;
  right: 10px;
  float: right;
}
.buttonstyle{
  padding: 2px;
  border: 1px solid #604E17;
  background-color: #604E17;
  color: #F5F2E7;
}
