/* PRINT STYLES */
@media print {
body {background-color: #fff;}
a {color: #000; text-decoration: none;}
a:after {content: " [" attr(href) "]";}
#pageWrapper {background-image: none; width: 90%; position: static;}
#header {display: none; width: auto; position: static; overflow: hidden;}
#searchBar {background-image: none; width: auto; height: auto; position: static;}
#title {height: auto; width: auto; position: static;}
#title a {height: auto; width: auto;}
#title a:after {content: none;}
#title span {position: static; font-size: 2.5em;}
#siteSearch {display: none;}
#header img {display: none;}
#siteNav {display: none;}
#pageContent {width: auto; position: static; background-image: none;}
#mainContent {width: auto;}
.interior #mainContent {width: auto;}
h2 {color: #000;}
#subContent {display: none;}
#footer {width: auto; color: #000;}
}