/*----------------------------------------------
 |  print.css |
 |-----------
 |  Print Style. This is the overall repalcement for all other CSS:files
 *---------------------------------------------*/
body {
  background-color: #FFFFFF;  
  font-family: Trebuchet MS;
  font-size: 12px;
  line-height: 18px;
  margin: 0px;
  padding: 0px;
  padding-bottom: 20px;
  padding-top: 20px;
  color: #534640;
}

a:link, a:active, a:visited {
  color: #790000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;  
}

hr {
  border: 1px dashed #EEEEEE;
  height: 1px;
}

img {
  border: none;
}

img.left {
  float: left;
  margin-bottom: 5px;
  margin-right: 10px;
  border: 5px solid #EEEEEE;
}

img.right {
  float: right;
  margin-bottom: 5px;
  margin-left: 10px;
  border: 5px solid #EEEEEE;
}

img.center {
  margin-bottom: 5px;
  margin-right: auto;
  margin-left: auto;
  border: 5px solid #EEEEEE;
}

div#footer-b {
  border-bottom: 1px dashed black;
}

div#footer-a, h1#newsheadline, div#newslistcontainer, div#content-a, div#content-b-b, div.pufflistcontainer {
  display: none;
  height: 1px;
}

div#bodytext {
  padding-bottom: 15px;
}

div#bodytext li p {
  margin: 0px;
  padding: 0px;
}

div#bodytext p {
  padding-top: 0px;
  margin-top: 0px;
  font-size: 1.0em;
  line-height: 1.5em;
  color: #534640;
}

div#bodytext h2 {
  padding: 0px;
  margin: 0px;
  color: #790000;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: normal;
  letter-spacing: 0.02em;
  padding-bottom: 5px;
}

div#bodytext h1 {
  padding: 0px;
  margin: 0px;
  color: #790000;
  font-size: 1.4em;
  line-height: 1.45em;
  font-weight: normal;
  letter-spacing: 0.02em;
  padding-bottom: 5px;
}