/*
	Be sure to undo floats, inline-block and other items to get printing to work accurately.
*/

body {
	overflow: visible;
}

#leftColumn,
#centerColumn,
#rightColumn,
.homeColumn {
	overflow: visible;
}

#homeContent,
#hpIntro,
#mainContent,
#contentContainer {
	display: block;
}

#leftColumn,
#centerColumn,
#rightColumn {
	float: none;
}
