/********************************
print style
Version: 09-01-09
*********************************/

body {
  background:white;
  width:100%;
  color:black;
  font: 12pt arial,Verdana,Sans-serif;
  }

#pageWrapper, #contentColumn {
   width: auto;
   margin: 0 ;
   padding: 0;
   border: 0;
   color: red;
   background: transparent none;
   }

/* Things we hide
----------------------------------------------- */
#toprightdiv, #nav, .ebulletinbox, #leftColumn, hr, #rightColumnHome, #breadcrumbdiv, #footer, .hide, .imgtext-table, .img, .csc-linkToTop { display: none !important;}

/* Titles
----------------------------------------------- */
h1 {
  padding:0 0 .1em;
  border-bottom:.5pt solid #000000;
  font:160%/1.2em Arial,Verdana,Sans-serif;
  color:#000;
  }
h2{
  font:140%/1.2em Georgia,Serif;
  margin:0 0 .5em;
  }
h3 {
  font:110%/1em Georgia,Serif;
  margin:0 0 .5em;
  }
h4 {
  font:100%/.9em Georgia,Serif;
  margin:0 0 .5em;
  }    

/* Links
----------------------------------------------- */
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: normal;
   text-decoration: underline;
}