#header h1 {
  border-bottom: 2px solid #000;
}
#header h1 a {
  display: block;
  background-image: url('/images/site-assets/logo.png');
  width: 457px;
  height: 67px;
  text-indent: -999em;
  margin: 20px 0px;
}
#header .contact, #nav, #content .intro, #footer, hr {
  display: none;
}
#content {
  font-size: 12pt;
  font-family: arial, helvetica, sans-serif;
  line-height: 1.5em;
}
#content h2, #content h3 {
  margin: 1em 0px .2em;

}
#content h2.title {
  border-bottom: 1px solid #ccc;
  padding-bottom: .2em;
  font-size: 15pt;
  padding-bottom: 
}
#content h3 {
  border-bottom: 1px dotted #ccc;
  padding-bottom: .2em;
  font-size: 13pt;
}
