body { 
  width:80%;
  margin-left:10%; 
  margin-right:auto; 
  
  } 
 
 
  .masthead { 
position: absolute; top: 0; 
height: 100px; 
width: 100%; 
color: #000000;
  
}

  .header { 
  font-family: verdana, trebuchet, arial; 
  font-size:xx-large;
  font-weight:bold;
  color: #000066; background:#0066ff;
  text-align:left;
  padding:15px;
  
  }
  
  
  
  .container {
  
  width:80%; 
  
  margin-left:auto; margin-right:auto;
  margin-top:20px; 
  border:1px solid #faebd7;
  }
  .main {
  
    border-top:1px solid #faebd7;
	  font-family: verdana, trebuchet, arial;
  font-size:0.8em; 
  color:#000000; 
  background:#ffffff; 
  padding:1em;
  }
  
  #eagle1 {
  width:150px; 
  height: 160px;
  }
  
  .header h4{color:#000066;background:#ffffff;
  font-family: verdana, trebuchet, arial; 
  text-align:right;
  font-size:0.4em;
    }
	.header p {color:#000066;background:#ffffff;
  font-family: verdana, trebuchet, arial; 
  text-align:left;
  font-size:0.3em;
  padding-left:10px;
  padding-bottom:2px;
    }
	.header span { color:#ffffff; }	
	
	.menu {
	text-align:right;
	}
	
	.menu li {
	display:inline;
	 }
	
.menu ul {
margin-left:10%;
}

.menu a {
color: #000000;
background:yellow;
text-decoration:none;
font-size:0.8em;
}
  
	
  #footer {margin-left:0; margin-right:0;
  font-family: verdana, trebuchet, arial;
  text-align:center;
  color:gray;
  border-top:1px solid #faebd7;
  }
  #footer span { font-size:6pt; color:#000000;}
  /* the following is to do with the form settings*/
  .warning {
    font-weight: bold;
    color: #f00; }
  
form {
    margin: 0 0 0 20px;
}

form h2 {
    color: #036;
    font-size: 80%;
    font-weight: bold;
    margin: 0 0 5px 10px;
}

form p {
    margin: 0 0 5px 0;
}

.formbox {
    width: 250px;
}

fieldset {
    border: none;
}

label {
    font-weight: bold;
    color: #036;
    display: block;
}

#subscribe label, #interests label {
    display: inline;
    padding: 0 20px 0 3px;
}