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


#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;
          border-bottom: 3px solid blue;
          color: #000040;
       
         }


#content { float: right;
           padding: 1px 20px 1px 10px; 
           width: 70%; 
           margin: 0px;
           border-left: solid blue; 
           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%; 
       margin-top: 0px;
       padding: 10px;
       border: none; 
       font-family: arial, sans-serif;
       font-weight: bold;  
       font-size: 11pt;
       line-height: 15pt;
       border-right: none;
       border-bottom: none;
       border-left: solid blue;

       }

#nav a { text-decoration: none; 
         color: #000080;
       }

#nav a:hover { color: #000040;
               text-decoration: underline;
             } 

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; 

   }
