/* line 1, ../../app/stylesheets/print.scss */
* {
  float: none !important;
  background-image: none !important;
}

/* line 3, ../../app/stylesheets/print.scss */
body {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: Times, serif;
  font-size: 12pt;
  background: white;
}

/* line 12, ../../app/stylesheets/print.scss */
#crumbs, #left_column, #menu, #tabs, #search_form, #skip_to_content, #header, #enews, #foot-wrapper .side {
  display: none;
}

/* line 15, ../../app/stylesheets/print.scss */
#wrapper {
  width: auto;
  padding: 0;
  margin: 1em 5% 2em 5%;
}

/* line 20, ../../app/stylesheets/print.scss */
h1 {
  margin-bottom: 1em;
}

/* line 23, ../../app/stylesheets/print.scss */
h1 a {
  text-decoration: none;
  color: black;
}

/* line 27, ../../app/stylesheets/print.scss */
h1, h2, h3, h4 {
  color: black !important;
}

/* line 30, ../../app/stylesheets/print.scss */
.pagebody h2 {
  font-weight: bold;
}

/* line 33, ../../app/stylesheets/print.scss */
div.pagebody {
  padding: 0;
  color: black;
  background: transparent;
}

/* line 40, ../../app/stylesheets/print.scss */
div.pagebody a:link,
div.pagebody a:visited {
  color: black;
  background: transparent;
  text-decoration: none;
}

/* line 47, ../../app/stylesheets/print.scss */
div.pagebody a[href^="http"]:link:after,
div.pagebody a[href^="http"]:visited:after {
  content: " (" attr(href) ") ";
  font-size: 85%;
}

/* line 51, ../../app/stylesheets/print.scss */
div.pagebody a[href^="/"]:after {
  content: " (http://www.website.com" attr(href) ")";
}

/* line 58, ../../app/stylesheets/print.scss */
div.pagebody h2 a[href^="http"]:link:after,
div.pagebody h2 a[href^="http"]:visited:after,
div.pagebody h3 a[href^="http"]:link:after,
div.pagebody h3 a[href^="http"]:visited:after {
  display: none;
}

/* line 61, ../../app/stylesheets/print.scss */
#footer {
  font-size: 100%;
  text-align: left;
}

/* line 65, ../../app/stylesheets/print.scss */
#siteurl {
  display: block;
  margin-bottom: 1em;
}

/* line 70, ../../app/stylesheets/print.scss */
#footer ul {
  list-style: none;
}

/* line 73, ../../app/stylesheets/print.scss */
#footer li {
  display: inline;
}

/* line 77, ../../app/stylesheets/print.scss */
a.adminedit, #footer a {
  display: none;
}

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
/* line 83, ../../app/stylesheets/print.scss */
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
  display: none !important;
  height: 0;
  width: 0;
  position: absolute;
  overflow: hidden;
}

/* line 91, ../../app/stylesheets/print.scss */
span.sIFR-alternate {
  visibility: visible !important;
  display: block !important;
  position: static !important;
  left: auto !important;
  top: auto !important;
}

