/* Print stylesheet */ 

body, html {
  font: 12pt/1.5em "Arial", sans-serif;
  color: black;
  background-color: white;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 140%;

}

a { /* only to be safe ... */
  background-color: inherit;
  color: blue;
  text-decoration: underline;
}

a img, :link img, :visited img {
  border: none;
}

#footer a:after, #footer a:link:after, #content a:after, #content a:link:after  { 
  content: " (" attr(href) ")";
  font-style: italic;
}

acronym {
  /* remove dotted line since definition is given in parentheses*/
  text-decoration: none;
  border-bottom: none;
}

acronym:after  { 
  content: " (" attr(title) ")";
  font-style: italic;
}

#skip_nav {
  display:none;
}

#header address {
  display: none;
}

#nav_main {
  display: none;
}

#searchform {
  display: none;
}

#breadcrumbs {
  display: none;
}

#footer {
  padding: 1em 0;
}

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}