body { font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 13px;
       line-height: 12pt;
       margin: 0px; 
       background-color: #000000; }

#header { font: Verdana, Arial, Helvetica, sans-serif;
          font-size: 30px;
          font-weight: bold;  
          padding-left: 0px;
          padding-bottom: 2px;
          border-bottom: 3px solid blue; 
          background-color: #000000; 
          margin-bottom: 0px;
          color: white; }

#content { float: right;
           padding: 1px 20px 1px 10px; 
           width: 70%; 
           margin: 0px; 
           border-left: solid green;
           background-color: #000000;
           color: white;
          }

#content a:link { color: #3D81EE; } 
#content a:visited { color: #3D81EE; } 
#content a:hover { color: #99C9FF; }


#nav {

       float: left; 
       width: 20%; 
       padding-left: 3px;
       margin-left: 2px;
       list-style-type: none;
       border-bottom: none;
       }

#nav a { 

        color: #000080;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        border: 1px dashed #0000ff;
        border-bottom: none;
        padding: 7px 5px 7px 30px;
        display: block;
        background-color: #C0C0C0;
        margin-left: 2px;
        zoom: 1;
         
           }

ul { padding-left: 0px;
     margin-left: 0px;

    }

li { list-style-type: none;
      
    }

#lastli {border-bottom: 1px dashed #0000ff; }


#nav a:hover {  background-color: #000000;
                color: #ffffff;
                text-decoration: underline;
                border: 1px dashed #ffffff;

             }

h1 { text-align: center;
      font-size: 25px;
      font-weight: bold;
      line-height: 26px;
      color: #00C000;
    }



h2 { 
     margin-top: 10px;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 20px;
     font-weight: bold;
     line-height: 22px;
     color: white; 

   }

h3 { color: orange; 

   }
