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

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

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

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

#content a:hover { color: #0000ff; }

.box {  float: right;
        margin-top: 10px;
        margin-right: 5px;
        margin-left: 5px;
        background:#E0D8C6;
	color: black;
	border:4px solid #FF6600;
	width: 325px;
	height: 600px;
	padding-top: 15;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
       
}

#nav {

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

#nav a { 

        color: #004000;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        border: 1px dashed black;
        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;
      
    }

#lastli {border-bottom: 1px dashed black; }


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

table
{ 
margin-left: auto;
margin-right: auto;
}

td { vertical-align: top;
     
     }

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;
}

