/*
Newcastle University
Print CSS
*/

#breadcrumbs_bar, .header_outerwrapper, #header, #navcontent, .nav, #centercontent div.navright, #leftcol, #footer {
	display: none;
}

body, #sitemapicon, #breadcrumbs_bar, #wrapper, #header, .header_outerwrapper, .content_outerwrapper, #navcontent, .nav, #contentheader, #content_outerwrapper, #contentwrapper, #centercontent, #contentheader, #leftcol, #content_fade, #footer_wrapper, #footer {
	background: transparent none;
	background-color: white;
	float: none !important;
	overflow: visible; /*Magic*/
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: white;
}

#centercontent {
	margin: 0 20% 0 5%;
	padding: 0;
	width: auto !important;
}

html>body #centercontent { /*Mozilla Fix*/
	margin: 0 5%;
}

body, #centercontent p, #centercontent a:link, #centercontent a:visited, #centercontent h1, #centercontent h2, #centercontent h3, #centercontent h4, #centercontent h5, #centercontent ul, #centercontent li {
	color: black;
}