@charset "utf-8";
/* CSS Document */

#header, #nav, #sidebar1, #sidebar2, #footer, #getreader {
	display: none;
}
#FABheader {
	display: block;
	margin-top: 0;
}
body, #container, #mainContent {
	background: white;
	color: #000000 !important;
	width: auto;
	border: none;
	margin: auto;
}
#mainContent a:link,  
#mainContent a:visited {
	color: #000000;
	font-weight:normal;
}
#mainContent .return {
	display:none;
}
#home #mainContent {
	background: white;
	color: #000000 !important;
	margin: auto;
}
#home .home_panel {
	display: none;
}
#herbert, #church, #news, #shop, #contact {
	background: white;
	width: auto;
}
#mainContent h1 {
	font-size: 18pt !important;
}
#mainContent h2 {
	font-size: 16pt !important;
}
#mainContent h3 {
	font-size: 14pt !important;
}
#mainContent p,
#main content ul,
#main content li {
	font-size: 10pt !important;
}
#mainContent p.caption {
	font-size: 8pt !important;
}
#mainContent p.footnote {
	font-size: 8pt !important;
}
.break_before {
	page-break-before: always;
}
.break_after {
	page-break-after: always;
}
