/* Print stylesheet */
body {
	background-color: white;
	background-image: none;
}
#Header {
	width: 100%;
	float: left;
}
#Header h1 {
	margin-left: 0;
}
#TopMenu,
	#Menu,
	#MenuFlash,
	#Left,
	#FootMenu,
	.hidden {
	display: none;	
}
#Content {
	width: 100%;
	margin-right: 0;
	margin-top: 2em;
	float: left;
}
#Footer {
	width: 100%;
	text-align: center;
	margin: 2em 0 1em 0;
	float: left;
}
