@charset "utf-8";

html, body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 0px 0px 0px 0px;
    width: 880px;
    color: #000;
    background: #80ffff;
    background-image: url(images/bg2.jpg);
    background-repeat: repeat-y;
   }
html, body, p, th, td, li, dd, dt {
    font: 1em Verdana, Arial, Helvetica, sans-serif;
   }
h1, h2, h3, h4, h5, h6 {
    font-family: Times New Roman, serif;
    color: #3a7d92;
   }
h1 {
    font-size: 2.1em;
    text-decoration: underline;
   }
h2 {
    font-size: 1.6em;
   }
h3 {
    font-size: 1.34em ;
   }
h4 {
    font-size: 1.1em;
   }
h5 {
    font-size: 1.0em;
   }
h6 {
    font-size: 0.9em;
   }

#top {
    position: absolute;
    height: 110px;
    width: 880px;
    top: 0px;
    background-image: url(images/bg2top.jpg);
    border: 0px;
    margin: 0px;
    padding: 0px;
   }
#left {
    position: absolute;
    height: 100%;      
    top: 110px;
    margin-left: 0px;
   }
#main {
    position: absolute;
    top: 110px;
    left: 170px;
    width: 625px;
   }
#bot {
    position: static;
    width: 820px;
    top: 0px;
    border: 0px none;
    margin-bottom: 0px;
    margin-left: -170px;
    padding: 0px;
   }
#botx {
    background-image: url(images/bg2bot.jpg);
    background-position: top;
   }

ul#navigation li {
     font-size: 0.75em;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     list-style: none;
     text-decoration: none;
     margin: 1px;
     margin-bottom: 2px;
     border: 1px inset blue;
     }
ul#navigation2 li {
     font-size: 0.75em;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     list-style: none;
     text-decoration: none;
     }
<!-- following must be: link-visited-hover-active -->
ul#navigation li a:link {
       color: #00f;
       text-decoration: none;
   }
ul#navigation li a:visited {
       color: #009;
       text-decoration: none;
   }
ul#navigation li a:hover {
       color: #06f;
       text-decoration: none;
   }
ul#navigation li a:active {
       color: #0cf;
       text-decoration: none;
   }
ul#navigation li#youarehere a {
       color: gray;
       text-decoration: none;
   }

p.introduction:first-letter {
       font-size : 300%;
       font-weight : bold;
       float : left;
       width : 1em;
   }

.emText {
    color: #357184;
    font-size: 1.0em;
    font-weight: bold;
   }

.mission {
    width: 610px;
    font-style: italic;
    border: 2px outset blue;
    border-top-width: 1px;
    border-left-width: 1px;
    padding: 8px;
   }

.firstLetter {
color: #357284;
font-size: 30px;
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 80%;
}