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

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

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

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

#content a:hover { color: #000080; 
                 }

#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;
        font-weight: bold;
        text-decoration: none;
        border: 1px dashed #000;
        border-bottom: none;
        padding: 7px 5px 7px 30px;
        display: block;
        background-color: #ffffff;
        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;
             } 

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

h2 {
        
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	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;
}

