/* **********************************************************

print.css

This stylesheet makes the page printable. 
It removes background images and removes the header/masthead and nav.

********************************************************** */



/***** GENERAL: Makes items on the site printable. *****/

body {
background:white;
color:black;
font-family:"Times New Roman", Times, serif;
font-size:12pt;
margin:0;
}

a:link, a:visited {
background: transparent;
color: #444;
font-weight: bold;
text-decoration: underline;
}

#skipLinks, #masthead, #navigation, #sidebar {
display: none;
}

#container {
margin: 0;
padding: 0;
width: auto;
}

#masthead { 
background: none;
height: auto;
width: auto;
}

.pageBanner {
margin: 0;
}

#gallery {
display:none;
}

#search {
display: none;
}

#heading {
background: none;
}

#heading {
height: auto;
}

.heading {
position: relative;
right: 0;
top: 0;
}

#topics-nav {
display:none;
}

#headline-container {
margin:0;
}

.pageContent {
float:none;
}

.pageContent #secondary-area {
display:none;
}

.pageContent .centrecontent {
margin:0;
}

.pageContent #main-content {
float:none;
width:800px;
} 

#footer ul, #footer .container {
display: none;
}

