@media print {


#content {
    font-family: Verdana, Arial, sans-serif;
	color: black;
}
h1, h2, h3, h4, h5, p, ul, li {
    font-family: Verdana, Arial, sans-serif;
	color: black;
	line-height: 150%;
}

#contentbody {
    font-family: Verdana, Arial, sans-serif;
	color: black;
}

body:before {
content: url(/images/global/npdb.gif);
}

#content img {

display:block;
page-break-after: avoid;
page-break-inside: avoid;
}

#content ul, li {
display:block;
}

body {
    background: #fff;
    color: #000;
    font-size: 8pt;
    line-height: 150%;
    margin: 0px;
  }
  hr {
    color: #ccc;
    background-color: #ccc;
  }
  h1 {
    font-size: 11pt;
  }
  h2 {
    font-size: 10pt;
  }
  h3 {
    font-size: 9pt;
  }
  h4, h5, h6 {
    font-size: 8pt;
  }
  code, pre {
    font-size: 8pt;
    background-color: transparent;

  }

  a:link, a:visited {
    text-decoration: underline;
    color: #000;
  }
  
#Content a:after { /* select links in the content area only */
      content: " [" attr(href) "] ";
      text-decoration: none;
      display: inline;
    }

#global-header {display:none;}
#footer {display:none;}
#bottom {display:none;}
#megamenu {display:none;}
#rightColumn {display:none;}
#print {display:none;}
#text-size {display:none;}
#skip-link {display:none;}
#resize {display:none;}


.site-description {display:none;}
.site-title {display:none;}

}


