
/* - print.css - */
@media print {
/* http://www.edqual.org/portal_css/print.css?original=1 */
body { margin: 0; padding: 0; font-size: 80%; font-family: Arial, Verdana }
h1 { font-family: Georgia; font-weight: normal; font-size: 170%; color: #8B0600; border-bottom: 1px solid #D5B7AE; padding-bottom: 0.2em; margin-top: 0 }
h2 {  font-family: Georgia; font-weight: normal; font-size: 140%;  color: #8B0600; }
h3 {  font-family: Georgia; font-weight: bold; font-size: 120%;  color: #8B0600; }
h4, h5, h6 {  font-family: Georgia; font-weight: bold; font-size: 120%;  color: black; }
/* */
#topnav, #sidenav   { display: none; visibility: hidden }
#globe-logo { margin-right: 40px }
/* */
#content {  line-height: 1.5; margin-top: 20px; width: 95% }
#content a { color: #820013; font-weight: bold }
#content a:hover { color: #D10F2B;  }
/* */
#footer  { margin-top: 20px; border-top: 1px solid #ccc; padding-top: 10px; width: 95% }

}

