/* ##### Common Styles ##### */

body {
  color: black;
  background-color: white;
  font-family: "garamond", "times new roman", times, roman, serif;
  font-size: 10pt;
  margin: 0;
  padding: 0;
}

a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

ol {
  margin: -0.25em 0 1em 0;
  padding: 0;
}

ul {
  list-style-type: square;
  margin: -0.25em 0 1em 0;
  padding: 0;
}

ul li {
  margin: 1ex 0 0 1.5em;
  padding: 0;
}

ol li {
  margin: 1ex 0 0 1.5em;
  padding: 0;
}

.doNotPrint {
  display: none;
}


/* ##### Header ##### */

#header {
}

.midHeader {
  color: black;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid black;
}

.headerTitle {
  font-family: "garamond", "times new roman", times, roman, serif;
  font-size: 200%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.headerSubTitle {
  font-family: "garamond", "times new roman", times, roman, serif;
  font-size: 110%;
  font-weight: normal;
  font-style: italic;
  margin: 0;
  padding: 0 0 1ex 0;
}

.headerLinks {
  display: none;
}

.subHeader {
  display: none;
}

/* ##### Side Menu ##### */

#side-bar {
  display: none !important;
}

#side-image {
  display: none !important;
}


/* ##### Main Copy ##### */

#main-copy {
  text-align: justify;
  margin: 0 !important;
  padding: 0;
}

#main-copy2 {
  text-align: justify;
  margin: 0 !important;
  padding: 0;
}

#main-copy h1 {
  font-family: "garamond", "times new roman", times, roman, serif;
  font-size: 120%;
  margin: 2ex 0 1ex 0;
  padding: 0;
}

#main-copy h2 {
  font-family: "garamond", "times new roman", times, roman, serif;
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 2ex 0 0.5ex 0;
}

#main-copy h1 + h2 {
  padding-top: 0;
}

#main-copy p {
  margin: 0 0 2ex 0;
  padding: 0;
}

.viewSpace { }
.viewPoetry { }
.quote { padding: 0 6em 0 6em !important; }

h2 a:after { content: "" !important; }

.newsDate {
  font-style: italic;
  margin: 0;
  padding: 0;
  display: inline;
}

.newsDate:before {  /* Prints an '[' before the news item's date. Doesn't work in MSIE */
  content: "[";
  font-style: normal;
}

.newsDate:after {  /* Prints a ']' after the news item's date. Doesn't work in MSIE */
  content: "]";
  font-style: normal;
}

.newsSummary {
  display: inline;
  margin: 0 0 0 1ex !important;
  padding: 0;
}

.smallCaps {
  font-variant: small-caps;
}

.quarter, .oneThird, .oneThird2, .oneThird3, .half, .twoThirds, .fullWidth {
  margin: 0;
  padding: 0;
}

.noBreak {
margin: 0 0 0 0 !important;
padding: 0 !important;
}

.noBreakParaHead {
clear: both !important;
width: 42%;
text-align: center;
margin: 2.5em 0 1em 0 !important;
padding: 0 !important;
}

.dividingBorderAbove {
margin: 3em 0 2em 0 !important;
  border-top: 1px solid black;
}

.footnote {
font-size: 100% !important;
margin: 0 0 0.5em 0 !important;
padding: 0 2.25em 0 2.25em !important
}

span.sideNote { display: none }
a.sideNote { text-decoration: none !important; vertical-align: super; font-size: 80%  }
a.foot { text-decoration: none; vertical-align: super; font-size: 80% }


/* ##### Footer ##### */

#footer {
  color: black;
  background-color: transparent;
  font-size: 100%;
  text-align: center;
  margin: 2em 0 0 0;
  padding: 1ex 0 0 0;
  border-top: 1px solid black;
  display: block;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}