/* ----             PRINTER FRIENDLY CSS            --- */
/* ---- overrides a few classes for better printing --- */

body {
	margin-top:0px;
	background-color: #ffffff;
	background-image:none;
}

.footerlogo {
	width:100%;
	background-image:none;
}


.contentbottomlinks {
	display:none;
}



/* ---- PAGE WIDTH --- */

/* wrapper div (width) */
#wrapper {
	width:100%;
}

.banner {
	float:none;
}

.navbararea, .navbar, #nav, .leftcol {
	float:none;
	display:none;
}

