/*cgp education print style sheet, removes navigation for easier printing of main content */
body {
	width: 100%;
	height: auto;
}
#header {
	display: none;
}
#left {
	display: none;
}
#main {
	position: relative;
	top: 0px;
	width: 100%;
}
#top, #topcontent {
	position: relative;
}
#maincontent {
	position: relative;
}

