/*
	Printer friendly styles
*/
body {
	width: 95%;
}

#navigation,#sidenav,#sidenav_menu,#footer_left,#footer_right {
	visibility: hidden;
	display: none;
}

#content {
	visibility: visible;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#footer_pf {
	visibility: visible;
	display: block;
	vertical-align: top;
	font-size: 11px;
	clear: both;
	border-top: 4px solid #ccc;
	margin-top: 20px;
	padding: 0px;
}
