html {
	background-color: #ffffff; 
	width: 100%;
	min-width: 100%;
}
body { 
	background-color: #ffffff;
	font-size: 12px; 
	font-family: times, serif;
	font-weight: 400;
	font-style: normal;
	width: 100%;
	min-width: 100%;
}
sup { /*needed to position superscripts*/
	vertical-align: baseline;
	position: relative;
	top: -0.6em;
	font-size: 0.6em;
	border-bottom: 1px dotted #000000;
	padding-left: 1px;
}
#frame { /* entire site */
	width: 100%;
	min-width: 100%;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#sloganbackground {
	display: none
}
#wrapper { /*container for left and center columns*/
	float: none !important; /*otherwise only one page prints*/
	font-size: 2em;
	width: 98%;
	min-width: 98%;
}
#left { /*left column*/
	float: none !important; /*otherwise only one page prints*/
	width: 1%;
	max-width: 1%;
	display: none;
}
#center { /*center column*/
	float: none !important; /*otherwise only one page prints*/
	width: 98%;/*this is what finally spread text to full page width*/
	min-width: 98%;
	border-bottom: none;
	border-top: none;
}
#crumbtrail {
	 display: none;
}
#crumbtrail li {
	display: none;
}
#center ol { /*for "What do I need to do to become a Christian" page */
	font-family: verdana, geneva, tahoma, helvetica, arial, sans-serif; /*georgia, utopia, palatino, 'times roman', serif;*/
	font-size: 0.8em;
	font-weight:100;
}
#center ol li {
	list-style-type: decimal;
	text-align: justify;
	line-height: 1.9em;
}
#center ol li ol li {
	list-style-type: upper-alpha;
	font-size: 1.15em;
}
#center ul.christianfaith {
}
#center ul.christianfaith li{
}
#center ul.christianfaith li a:link {
	color: #000000;
}
#center ul.christianfaith li a:visited {
	color: #000000;
}
#center ul.christianfaith li a:hover, #center ul.christianfaith li a:active {
	color: #000000;
}
#center ul.schedule {
}
#center ul.schedule li {
	font-weight: 400;
	color: #000000; /*black*/
}
#center ul.schedule li.one {
	border-top: none;
}
#center ul.schedule li.two {
	border-top: none;
}
#center ul.schedule li.three {
	border-top: none;
}
#center ul.schedule li.four {
	border-top: none;
}
#center ul.schedule li.five {
	border-top: none;
}
#center ul.ministries {
	font-size: 0.8em;
	line-height: 1.5em;
	font-weight: 800;
}
#center ul.ministries li {
}
#center ul.ministries li ul {
	list-style: disc;
	font-weight: 400;
}
#center ul.missionaries {
	font-size: 0.8em;
	line-height: 1.5em;
}
#center ul.missionaries li {
	height: 200px;/*to space all missionaries equally even if there is no mission board*/
}
#center ul.missionaries li ul {
	list-style: disc;
	padding-left: 320px;/*moves mission board to the right*/
	font-size: 0.7em;
	position: relative;
	top: -100px;/*raises mission board up next to missionary*/
}
#center ul.missionaries a:link, #center ul.missionaries a:visited {
	color: #000000;
}
#center h1 {
	text-align: center;
	font-size: 1.4em;
	font-weight: 600;
	color: #000000;
}	
#center h2 {
	font-weight: 400;
	text-align: justify;
	color: #000000;
}
#center .versionexplanation p{
	text-align: center;
	font-size: 0.8em;
	font-weight: 900;
	letter-spacing: -0.05em;
	font-family: georgia, utopia, palatino, 'times roman', serif;
	font-style: italic;
	color: #000000;
}
#center .versionexplanation p:first-letter {
	font-size: 1em;
}
#center p, #center ul.christianity {
	text-align: justify;
	text-indent: 50px;
	font-size: 1.1em;
	color: #000000;
	line-height: 2em; /*needed or the larger first letter causes a larger line space on the first line */
}
#center ul.christianity li {
}
#center p:first-letter {
	font-size: 2em;
	font-weight: 600;
}
#hideoneverses {
	display: none;
}
#oneverses {
	display: none;
}
#showoneverses {
	display: block;
}
#hidetwoverses {
	display: none;
}
#twoverses {
	display: none;
}
#showtwoverses {
	display: block;
}
#hidethreeverses {
	display: none;
}
#threeverses {
	display: none;
}
#showthreeverses {
	display: block;
}
#hidefourverses {
	display: none;
}
#fourverses {
	display: none;
}
#showfourverses {
	display: block;
}
#hidefiveverses {
	display: none;
}
#fiveverses {
	display: none;
}
#showfiveverses {
	display: block;
}
#hidesixverses {
	display: none;
}
#sixverses {
	display: none;
}
#showsixverses {
	display: block;
}
#hidesevenverses {
	display: none;
}
#sevenverses {
	display: none;
}
#showsevenverses {
	display: block;
}
#hideeightverses {
	display: none;
}
#eightverses {
	display: none;
}
#showeightverses {
	display: block;
}
#hidenineverses {
	display: none;
}
#nineverses {
	display: none;
}
#shownineverses {
	display: block;
}
.underline  {
	text-decoration: underline;
}
.floatleft {
	float: left;
	border: none;
}
.floatleftoval {
	float: left;
	display: none;
}
.floatrightoval {
	float: right;
	border: none;
	display: none;
}
.fakelink {
	cursor: pointer;
	text-decoration: underline;
	font-weight: 200;
	font-size: 0.7em;
	text-indent: 170px;
	color: #000000;
}
#center div.returntotop {
	text-align: right;
	border-bottom: none;
}
#center div.returntotop a {
	font-size: 0.7em;
	color: #000000;
}
#center div.returntotop a:hover {
	color: #000000;
}
.churchname {
	font-size: 1.4em;
	font-weight: 600;
	color: #000000;
	text-shadow: none;
}
.jesus {
	color: #000000;
	font-size: 1.2em;
	font-weight: 600;
	font-family: georgia, utopia, palatino, 'times roman', serif;
	font-style: italic;
}
.map {
	margin-top: 55px;
}
#center p.address {
}
#center p.address a:link, #center p.address a:visited {
	color: #000000;
}
#center blockquote {
	width: 400px;
	text-align: center;
}
#center blockquote p {
	font-family: georgia, utopia, palatino, 'times roman', times, serif;
	font-size: 0.8em;
	font-style: italic;
	font-weight: 900;
	margin-right: -30px;
	margin-left: -30px;
	color: #000000;
} 
.source {
	text-align: right;
	font-size: 0.75em;
	font-weight: 400;
}
#center img.floatleft {
	display: none;
}
#right { /*right column*/
	float: none !important; /*otherwise only one page prints*/
	width: 1%;
	max-width: 1%;
	display: none;	
}
#right p {
	display: none;
}
#center blockquote {
	margin-top: 40px;
	margin-right: 5px;
	margin-bottom: 40px;
	padding-bottom: 20px;
	float: right;
	width: 400px;
	border: none;
}
#center blockquote p {
	font-family: georgia, utopia, palatino, 'times roman', times, serif;
	font-size: 0.8em;
	line-height: 1.8em;
	font-style: italic;
	padding: 20px 20px;
	text-align: justify;
	font-weight: 900;
	color: #000000;
} 
#center blockquote p cite {
	text-align: right;
	font-size: 0.75em;
	font-weight: 400;
	padding-left: 70px;
}
.centered {
	text-align: center;
} 
.centered p {
	font-weight: 200; /*needed or home page only becomes bold! */
}
.centered img {
	border: none;
}
.jesuswords {
	color: #000000;
}
.nkjv {
	font-size: 0.8em;
	color: #000000;
}
.bold {
	font-weight: 900;
}
#footer {
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	font-size: 1.5em;
	letter-spacing: 0.2em;
	line-height: 1.2em;
	overflow: scroll !important; /*otherwise footer sometimes gets cut-off*/
}
#footer a {
	color: #ffffff; /*white */
	display: none;
}
