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


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


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

#content a:link { color: #0000ff;
                  font-weight: bold;

                 }

 
#content a:visited { color: #0000ff;
                     font-weight: bold;

                    } 


#nav {

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

#nav a { 

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

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

    }

li { list-style-type: none;

    }


#nav a:hover {  background-color: #164871;
                color: #ffffff;
             } 

table
{ 
width: 70%;

margin-left: auto;
margin-right: auto;
text-align: center;

 
}


td { vertical-align: top;
     
     }

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

   }



h2 { 
     margin-top: 10px;
     color: black; 

   }

h3 { color: black; 

   }

