/* ELEMENTS */

a      { color: #FFFF00;
         text-decoration: none;
       }
body   { color: #80FFFF;
         background: url("http://www.wheatlandferry.com/bg-river.gif") #0000FF;
         margin: 35px 15px 100px 175px;
       } 
img    { margin-top: 0px;
         margin-bottom: 0px;
       } 
p      { font: bold 22px/24px arial,helvetica;
         text-indent: 1.2em;  
         margin-top: 0px;
         margin-bottom: 12px;
       }
table  { margin-top: 0px;
         margin-bottom: 0px;
       }

/* CLASSES */

.hdr   { font: bold 28px/30px arial,helvetica;
         text-indent: 0em;
         text-align: center;
         margin-top: 0px;
         margin-bottom: 14px;
       } 
.list  { font: bold 22px/24px arial,helvetica;
         text-indent: 0em;
         margin-top: 0px;
         margin-bottom: 12px;
       }
.ctr   { font: bold 22px/24px arial,helvetica;
         text-indent: 0em;
         text-align: center;
         margin-top: 0px;
         margin-bottom: 12px;
       }
.tabl  { font: bold 17px/19px arial,helvetica;
         text-indent: 0em;
         margin-top: 0px;
         margin-bottom: 9px;
       }
.tiny  { font: bold 13px/16px arial,helvetica;
         text-indent: 0em;
         margin-top: 0px;
         margin-bottom: 0px;
       }
.normalStyle { width: 200px;
         color: #80FFFF;
         font: bold 14px/16px arial,helvetica;
         background-color: #001C6A;
         padding: 3px;
         border: 2px solid #FFFF00;
         position: absolute;
        }
.ns4Style {width: 200px;
         color: #80FFFF;
         font: bold 14px/16px arial,helvetica;
         background-color: #001C6A;
         padding: 0px;
         border: 2px solid #FFFF00;
        }

/* IDS */

#menu  { position: absolute;
         visibility: visible;
         left: 0px;
         top: 0px;
         width: 185px;
         z-index: 2;
       }
#divDescription { position: absolute;
         width: 185px;
         visibility: hidden;
         z-index: 200;
       }
