body {
  font-family:arial, helvetica;
  
}

#nav {
  display:inline;
  

  list-style:none;
  font-size:115%;
  height:50px;
  
}

#nav a {
  text-decoration:none;
  color:#0B4AA7;
}

#nav a:hover {
  text-decoration:underline;
}

#masthead {
  background-color:#0B4AA7;
  background-image:url(graphics/title.gif);
  background-position:center;
  background-repeat:no-repeat;
  height:150px;
  
}

#masthead img {
  margin-right:12em;
}

#content {
  
  float:right;
  width:90%;
  list-style:none;
  
}

#content h1, h2 {
  font-size:125%;
}

#content a {
  text-decoration:none;
  color:#0B4AA7;
}

#content a:hover {
  text-decoration:underline;
}