/* Remove web-specific navigation items from print display */
#banner, #navcontainer, #leftmenu, .breadcrumbs, .intlinks, #footernav, #skipnav, .banlink { display: none;}
/*Remove link border from linked images*/
img {border: 0;}
/* mainheading is SLIS because banner is an image with SLIS name */
#mainheading { display: block; }
/*Fix page breaks and positioning of content on page */
#content {
	position: static;
	top: 0;
	left: 0;}
/*Print-friendly font-formatting*/
body {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: black !important;
	background: white !important;
}
h1, h2, h3 {
	color: black !important;
	background: white !important;
}
h1 {font-size: 18pt;}
h2 { font-size: 16pt;}
h3 { font-size: 14pt;}

/* #content a:link:after, #content a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
  }
*/
