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: #000040; 
          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: #40FF40; } 
#content a:visited { color: #40FF40; } 



#nav {

       float: left; 
       width: 20%; 
       padding-left: 3px;
       margin-left: 2px;
       list-style-type: none;
       border-right: solid black;
       2px solid #FF6600;
       border-left: solid black;
       
       }

#nav a { 

        color: #e7e7e7;
        font-weight: bold;
        font-size: 12px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        border: 2px solid #e7e7e7;
        display: block;
        border-bottom: none;
        padding: 7px 5px 7px 30px;
        background-color: #000000;
        margin-left: 2px;
        zoom: 1;
         
           }

ul { 

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

    }

      
   
li { list-style-type: none;
      
      
    }

#lastli {border-bottom: 2px solid #e7e7e7; }


#nav a:hover {  background-color: #40FF40;
                color: #000000;
             } 


h1 {
        text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
	line-height: 25px;
}



h2 { 
     margin-top: 10px;
     font-size: 20px;
     color: white; 
     line-height: 22px;
   }

h3 { color: white; 

   }
