/***********************************************************
************				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-size: 11pt;
		margin: 0;
	}
	
	a:link, a:visited {
		background: transparent;
		color: #444;
		font-weight: bold;
		text-decoration: underline;
	}
	
	#centreContent {
		float: none;
		width: auto;
	}
		
		#centreContent div {
			height: auto;
			width: auto;
		}
	
	#secondaryContent {
		background: none;
		float: none;
		width: auto;
	}
		
		#secondaryContent div {
			height: auto;
			width: auto;
		}
	
	#container {
		margin: 0;
		padding: 0;
		width: auto;
	}
	
	#masthead { 
		background: none;
		height: auto;
		width: auto;
	}
	
	.pageBanner {
		margin: 0;
	}
	
	#heading {
		background: none;
	}
	
	#search {
		display: none;
	}
	
	#skipLinks, #masthead, #navigation, #sidebar {
		display: none;
	}
	
	#heading {
		height: auto;
	}
	
	.heading {
		position: relative;
		right: 0;
		top: 0;
	}
	
	.centrecontent, body.sidebar .centrecontent {
		border: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	#footer ul {
		display: none;
	}
	
/*****   HOMEPAGE: Makes the homepage printable.                                  *****/
	
	#newNSfeature .newNSfeature {
		background: none;
		width: auto;
	}
		
		#newNSfeature a span {
			margin: 0;
		}
	
	#iWantTo, #iWantTo h2 {
		background: none;
	}
		
		#iWantTo h2 {
			height: auto;
			padding: 0;
			width: auto;
		}
