 body{
   margin:2% 8% 2% 8%;
   background:#FFF;
}
#head {
      background-image: url(images/greenback.jpg);
	  height:89px;
}
#head img {
   float:left;
   margin-right:10px;
}

#head h1{
	font-family:"New Century Schoolbook", "Book Antiqua", serif;
	font-size:1.5em;
	color:darkmagenta;	
	margin:0;
}

#head p{
	font-size:1.2em;
	margin:0;
}   

#navigation a {
                 color:greenyellow;
				 text-decoration:none;}
#navigation a:hover {
      color:salmon;
	  text-decoration:underline;}

#navigation table {
 font-size:1.2em;
 background:black;
 }
 #navigation td {
       padding-left:1em;}


#content{
	font-family:Verdana,Helvetica,sans-serif;
	font-size:1em;
}

#content h2{
    font-family:Arial,sans-serif;
	font-size:1.4em;
	color:darkorange;
	margin-bottom:.2em;
	border-bottom:1px dotted darkred;
}

#content h3{
    font-family:Helvetica, sans-serif;
    font-size:1.1em;
    margin-top:0;
	margin-bottom:0;
	color:darkolivegreen;
}
#content img {
    margin-right:10px;
}

.floatleft{
  float:left;
}
.clear {
   clear:both;
}


   
