/* 
	CSS used for printing pages
	Leaves out background images, side menu 
*/
body { 
		width: 900px; min-width: 840px; background-color: white;
		font-size: small;
	}
.topbar	{ 
	}
.sidebar { 
		display: none 
	}
.mainbody { 
		width: 700px; margin-top: 10px
	}
