
BODY { 
        background: #C0C0C0;
        margin: 0px;
        margin-top: 8px;
        padding: 0px;
        padding-bottom: 5px;
       }

a, a:link {
        text-decoration: underline; 
        color: #0000FF;
       }
       
a:hover { 
        text-decoration: none; 
       }
       
#title {
        background: url(/images/topback.gif);
       }
              
#main {
        border: solid 2px #000000;
        background: #ffffff;
        padding: 8px;
        align: center;
        margin: 15px;
        font-family: tahoma, verdana, arial;
        font-size: 14px;
        line-height: 130%;
       }

#main h1 {     
        font-family: tahoma, verdana, arial;
        font-size: 16px;
        font-weight: bold;
        margin-top: 0px;
        background: url(/images/check.gif) no-repeat;
        padding-left: 25px;
        padding-top: 3px;
       }
           
#nav    {
        border: solid 2px #000000;
        text-align: center;
        background: #ffffff;
        padding: 0px;
        width: 200px;
        align: center;
        margin: 15px;        
       }

#nav b {
        display: block;
        background-color: #f0f0f0;
        font: bold 12px tahoma, verdana, arial; 
        text-decoration: none; 
        text-align: center;
        line-height: 23px;
        color: #000000;
        width: 100%; 
       }
                     
#nav a, #nav a:link {
        display: block;
        background-color: #f0f0f0;
        font: bold 12px tahoma, verdana, arial; 
        text-decoration: none; 
        text-align: center;
        line-height: 23px;
        color: #0000FF;
        width: 100%; 
       }
       
#nav a:hover { 
        background-color: #d0d0d0; 
       }
             
#nav .bottom {
        border-bottom: 2px solid #b0b0b0;
      }
      
#subnav    {
        text-align: right;
        background: #ffffff;
        padding: 0px;
       }
      
#subnav b {
        display: block;
        background-color: #f0f0f0;
        font: bold 10px tahoma, verdana, arial; 
        text-decoration: none; 
        text-align: center;
        line-height: 18px;
        color: #000000;
        width: 100%; 
       }
                     
#subnav a, #subnav a:link {
        display: block;
        background-color: #f0f0f0;
        font: normal 10px tahoma, verdana, arial; 
        text-decoration: none; 
        text-align: center;
        line-height: 18px;
        color: #780000;
        width: 100%; 
       }
       
#subnav a:hover { 
        text-decoration: underline; 
        background-color: #f0f0f0;
       }

#subnav .bottom {
        border-bottom: 2px solid #b0b0b0;
      }

.requesttext { font-size: 8pt; font-face: arial, verdana, tahoma; color: #000000; font-weight: bold; padding-right: 5px; }
             
.bottomlinks { font-size: 11px; font-family: tahoma, verdana, arial; color: #000000; text-align: center; } 
.bottomlinks a, .bottomlinks a:link { text-decoration: none; color: #0000FF; }
.bottomlinks a:hover { text-decoration: underline; } 
.blue { color: #0000FF; }

#stethescope {
        background-image: url(/images/stethescope.jpg);
        border: solid 1px #000000;
        height: 100px;
        width: 180px;
        float: right;
        margin-left: 5px;
       }
       
#chart {
        background: url(/images/chart.gif) no-repeat;
        height: 233px;
        width: 500px;
       }      
       
#lighthouse {
        background-image: url(/images/lighthouse.gif);
        height: 199px;
        width: 150px;
        float: right;
        margin-left: 5px;
       }
       
#compass {
        background-image: url(/images/compass.gif);
        height: 150px;
        width: 200px;
        float: right;
        margin-left: 5px;
       }