body {
  background: white;
  font-size: 13pt;
  font-family: Arial;
  margin: 2% 10%;
}

#header .header_blurb,
#header .banner_strip,
#header h1 a,
#navigation,
#main .left,
#main .right,
ul.links,
.share-tools,
form.mailing_list,
.teaser-small .img,
#footer {
  display: none !important;
  float: none !important;
}

#header { background: none !important; }

#main .content {
  width: auto !important;
  padding: 0;
  border: 0;
  float: none !important;
  color: black;
  background: white;
  display: block;
}

h1, h2, h3, h4, h5, p {
  color: black !important;
}
h1, h2, h3, h4, h5 {
  color: black !important;
  font-family: Arial;
  font-size: 18pt;
  margin-bottom: 20pt;
}
h2 {
  font-size: 18pt;
  font-weight: bold;
  margin-bottom: 18pt;
}
h3 {
  font-size: 16pt;
  margin-bottom: 16pt;
}
/*h1 {
  page-break-before: always;
}*/
p, ol, ul, div {
  font-size: 12pt;
  margin-bottom: 12pt;
}

#breadcrumb ul, #breadcrumb ul li {
  list-style: none;
  display: inline;
  margin-left: 0;
  padding-left: 0;

}

p.footer  {
  font-size: 10pt;
  margin-top: 20pt;
}
a:link, a:visited {
  color: #520;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
}


