body {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 12px;
  text-align: center;
  background-color: #333;
  margin: 10px;
}
h1 {
  margin: 0.75em 0;
  font-size: 16px;
}
h2 {
  margin: 0.75em 0;
  font-size: 14px;
  line-height: 1.5em;
}
a:link {
  color: #c30;
  text-decoration: none;
}
a:visited {
  color: #c30;
  text-decoration: none;
}
a:hover {
  color: #c30;
  text-decoration: underline;
}
a.servicelist:link {
  color: #666;
  text-decoration: none;
}
a.servicelist:visited {
  color: #666;
  text-decoration: none;
}
a.servicelist:hover {
  color: #666;
  text-decoration: underline;
}
.page {
  position: relative;
  color: #666;
  width: 680px;
  background-color: #ffc;
  margin: 0 auto;
  text-align: left;
}
.headerbar {
  position: relative;
  height: 100px;
  background-image: url('images/discovery.jpg');
  background-repeat: no-repeat;
  margin-top: 0px;
}
.linksbar {
  text-align: center;
  color: #c30;
  font-weight: bold;
  clear: both;
}
.narrative {
  margin: 25px 40px;
  line-height: 18px;
}
.footer {
  text-align: center;
  color: #666;
  font-size: 10px;
  clear: both;
  height: 30px;
}

div.narrative img {
  margin: 20px;
}

.quicksearch {
  position: absolute;
  right: 5px;
  top: 70px;
}

.searchterm {
   background-color: yellow;
}
