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

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

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

#content a:link { color: #000080;
                  font-weight: bold;  } 
#content a:visited { color: #000080;
                     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: #603311;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        border: 1px dashed #000;
        border-bottom: none;
        padding: 7px 5px 7px 30px;
        display: block;
        background-color: #E0D8C6;
        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: 90%;

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: 26px;
	font-weight: bold;
	color: #000000;
	line-height: 28px;
}

h2 {
        
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 22px;
}

h3 {
        
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}

