body {
  font: 100% georgia, times, serif;
  background: #fff;
  color: #000;
}
h1 {
  border-bottom: 1px solid #999
  margin-bottom: 1em;
  color: #000;
}
h2 {
  font-size: 135%;
}
h3 {
  font-size: 110%;
}
h4 {
  font-weight: bold;
}
h5 {
  font-weight: normal;
}
a {
  color: #000;
  text-decoration: none;
}
#globalNav {
display: none;
}

#secondaryNav {
  display: none;
}
#secondaryContent {
  display: none;
}
#content {
  width: 100%;
}
#mainContent {
  width: 100%;
  }
#mainContent2 {
  width: 100%;
  }
div.imagecaption {
  float: right;
  width: 150px;
  margin: 1em 1em 1em 1em;
  display: inline;
  padding: 10px 10px 20px 10px;
  color: #666;
  text-align: right;
}
div.imagecaption img {
border: 1px solid #fff;
}

#footer {
  border-top: 1px solid #999;
  text-align: left;
  margin-top: 3em;
  padding-top: 1em;
}

