#header
{
  background-color: #156D16;
  background-color: #004023;
  color:            #a9a9a9;
  width:            100%;
  height:           203px;
}

#ihl
{
  position: absolute;
  top:      8px;
  width:    30%;
  left:     10px;
}

#hdrtext
{
  position:   absolute;
  top:        70px;
  left:       30%;
  width:      50%;
  font-size:  large;
}

#ihr
{
  position: absolute;
  top:      30px;
  width:    20%;
  right:    0px;
}

#navigate
{
   width:     20%;
   position:  absolute;
   top:       220px;
   left:      10px;
   border:    1px solid #004023;
   height:    90%;
   font-size: large;
}

#content
{
   position:       absolute;
   width:          70%;
   top:            220px;
   padding-left:   27%;
}

#navlist
{
   list-style-type: none;
}

hr
{
   height:           3px;
}

p
{
   font-size:        large;
}

ul
{
   font-size:        large;
}

#hdr-style
{
   color:            #004023;
}

