/* This stylesheet hides the divs that are not needed when a page is printed */

#header {
	display: none;
}

#nav {
	display: none;
}

#callout {
	display: none;
}
