BODY {background-color: white; color: black; line-height: 110%; font-size: 1em; font-weight: bold; font-family: "garamond", "times new roman";}

P, BR, LI, TABLE {margin: 10px; color: black;}

P.central {text-align: CENTER;}
          

H1 {text-align: center;
    vertical-align: top;
    font-size: 2em;
    line-height: 0%;
    }

H2 {margin-top: 10px;
    margin-left: 10px;
    text-align: left;
    font-size: 1.5em;
   }

H3 {margin: 0px;
    margin-left: 5px;
    text-align: left;
    font-style: italic;
   }

TD {
    vertical-align: top;
   }

THEAD TR {
          TEXT-ALIGN: CENTER;
         }  

TBODY TR {
          TEXT-ALIGN:LEFT;
         }

A:link    { color: black; margin: 5px;}   /*unvisited link */
A:visited { color: blue; margin: 5px;}   /* visited links */
A:active  { color: green; margin: 5px;}     /* active link */

IMG { border-width: 0 }

#header {
  position:absolute;
  left:-5;
  top:-5;
  width:100%;
  height:100%;
  background-color: lightblue;
  z-index=2;   
}

#header-shadow {
  position:absolute;
  left:10;
  top:10;
  width:97%;
  height:50;
  background-color: black;
  }

#menu-section {
  position:absolute;
  left:-5;
  top:-5;
  width:100%;
  height:100%;
  background-color: lightblue;
  z-index=2;  
  overflow: auto; 
  }

#menu-shadow {
  position:absolute;
  left:10;
  top:70;
  width:200;
  height:88%;
  background-color: black; 
  }

#info-section  {
  position:absolute;
  left:-5;
  top:-5;
  width:100%;
  height:100%;
  background-color: lightblue;
  z-index=2;   
  overflow: auto; 
  }

#info-shadow  {
  position:absolute;
  left:220;
  top:70;
  width:79%;
  height:88%;
  background-color: black;
  }

#indent {
  position: relative;
  left:20;
  border: 0;
  padding 0;
  }     

#quoted-text {
  position: relative;
  left:50;
  width: 80%;
  border: 0;
  padding 0;
  }     

#quoted-italic {
  position: relative;
  font-style: italic;
  left:50;
  width: 80%;
  border: 0;
  padding 0;
  }     

ul#menu {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 0px;
}

ul#menu li, ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: Blue;
}

ul#menu li {
  border-bottom: solid 1px blue;
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before  {
  content: "  ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

a#img1 {
display: block;
border: 10px solid;
border-color: #aba #000 #666 #aaa;
width: 8em;
background: lightblue;
}

a#img1:hover
{
position: relative;
top: 5px;
left: 5px;
border-color: #666 #aaa #aba #000;
}

 .floatright
{
float: right;
border: none;
margin: 5px;
padding: 5px;
}

 .floatleft
{
float: left;
border: none;
margin: 5px;
padding: 5px;
}

.clearboth { clear: both; }