/*
 * Print Styles
 */
 
html {
  background: none;
}
body {
  width: auto;
  border: none;
  margin: 0;
}

.printOnly {
  display: block;
}

#header {
  display: none;
}
#linkbar {
  display: none;
}
#main-menu {
  display: none;
}
#content {
  float: none;
  width: auto;
} 
#subpage {
  width: auto;
}
#page-title {
  font-size: 2em;
  margin: 0 0 0.4em 0;
  padding-left: 0;
}
#sidebar {
  display: none;
}
#footer {
  display: none;
}

#homepage-top {
  height: auto;
  margin-bottom: 0;
  background: #fff;
}
#homepage-top .introduction {
  float: none;
  width: auto !important;
  height: auto;
  padding: 0;
  background: #fff;
  color: #000;
}
#homepage-top .introduction h3 {
  width: auto !important;
  height: auto;
  background: none;
  margin: 0 0 10px 0;
}
#homepage-top .introduction h3 span {
  display: block !important;
}
#homepage-top .slideshow {
  display: none;
}
#homepage-panels {
  display: none;
}
