/* 
	A style-sheet to format Center for Excellence in Preaching pages for print 
	Heavily borrowed from the Calvin Theological Seminary print stylesheet
*/

/*#menu1Container, #menu1Content, #menu2Container, #menu2Content, #menu3Container, #menu3Content, #menu4Container, #menu4Content {
	display: none;
}*/

body{
	background:white;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#header, #footer, #navArea, #contentSubNav, #navbox, #calloutImg, #calloutText {
	display: none;
}

#content, #contentMainWrapper {
	/*width: auto; */
	margin: 0 !important;
	padding: 0 !important;
	border: 0;
	float: none !important;
	color: black;
	/*size: 8.5in 11in;*/
	background: transparent;
}

.printBreak{
	page-break-before:always;
	page-break-after:always;
	page-break-inside:avoid;
}

.navform {
	display: none;
}