body { background-color: #FFFFFF;
       font-family: Verdana, Arial, Helvetica, sans-serif; 
       font-size: 10pt; 
     }

#info{
display: block;
width: 800px; 
border: 0px dotted rgb(102, 51, 0); 
position: static;
margin-top: 0px;
}

#menu{
position:relative;
border-bottom-width: 0;\
color: #333300;
text-align: center;
font:normal 10px Arial;
line-height:14px;
z-index:0;
filter:alpha(opacity=100);
}

#menu a{
width: 100%;
display: block;
text-indent: 3px;
background-color: #FFFFFF;
border:1px 1px 1px 1px solid black;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #336600;
filter:alpha(opacity=80);
}

#menu a:hover{ /*hover background color*/
background-color: #CCCCCC;
filter:alpha(opacity=80);
}

#dropmenudiv{
position:absolute;
background-color: #CCCC99;
border:1px solid black;
border-bottom-width: 0;\
color: #000000;
font:normal 10px Verdana;
line-height:18px;
z-index:5;
filter:alpha(opacity=90);
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #000000;
filter:alpha(opacity=80);
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FFFFFF;
filter:alpha(opacity=80);
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}

table.main td           { border-bottom: 2px solid #808000; padding-top: 5; padding-bottom: 5 }

.dogvdvbdy {
            width:300;
            background:#FFFFFF;
            border-left:1px solid #C4D5E3;
            border-right:1px solid #C4D5E3;
            border-bottom:1px solid #C4D5E3;
            padding:2px;
           }

.dogvdvhdr {
            width:300;
            background:#C4D5E3;
            border:1px solid #C4D5E3;
            font-weight:bold;
            padding:1px;
         }
.line { border-top-style: groove;
            border-bottom-style: groove;
            font-size: 16pt;
            font-weight: bold;
            clear: left;
            font-family: Arial,Helvetica,sans-serif;
            background-color: rgb(203, 203, 154);
            color: rgb(102, 0, 0);
            }

