body,
	html {
		margin:0;
		padding:0;
		background-color: #e6eef0;
		color:#000;
		font-size: 1em;
		font-family: Verdana, Arial, sans-serif;
	}
	#wrap {  /*   Page content area  */
		/*background:#fdfbe6;*/
		background-color: #fff;
		margin: 1em auto;
		width:50em;
		padding: 0;
		border: 1px solid #000;
	}
	#header {
		background:#fff;
		width: 50em;
		border-bottom: 0px solid #000;
		border-right: 0px solid #ff0;
	}
	
/***************************/
/*  Navigation Bar                     */
/***************************/

#nav, #nav ul {
	z-index: 500;
	height: 1.2em;
	float: left;
	width: 50em;
	list-style: none;
	line-height: 1em;
	background: #d9e6e6;
	font-weight: bold;
	padding: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;

	/*margin: .2em 0 0em 0;*/
	margin: 0;
}

#nav a {
	display: block;
	width: 8em;
	font-size: .8em;
	/*color: #7C6240;*/
	text-decoration: none;
	padding: 0;
	border: 0px solid #f00;
	background-color: #d9e6e6;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 7em;
	border: 0px solid #000;

}

#nav li ul {
	position: absolute;
	left: -999em;
	height: 1.2em;
	width: 14em;
	font-weight: normal;
	border-width: 0em;
	margin-left: 1em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	background: #d9e6e6;

}

#nav li li {
	padding-right: 0em;
	width: 14em;
	border: 1px solid #000;
	background: #d9e6e6;
	
}

#nav li ul a {
	width: 16.45em;
	border: 0px solid #000;
	padding: 0;

}

/*#nav li ul ul {
	margin: -1.75em 0 0 10em;
	border: 0px solid #000;
	width: 14em;
	height: 1.5em;

}*/

#nav li ul ul {
	position: absolute;
	left: -999em;
	height: 1.2em;
	width: 14em;
	font-weight: normal;
	border-width: 0em;
	margin-left: 1em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	background: #d9e6e6;

}

#nav li ul ul a {
	margin: 0em 0em 0 0em;
	border: 0px solid #000;
	width: 14em;
	height: 1.2em;

}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	width: 14em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	/*background: #fff;*/
}
/***************************/
/*  End - Navigation Bar            */
/***************************/


	#main {  /* on index.shtml - body section between nav bar and footer */
		background:#fdfbe6;
		background-color: #fff;
		float:left;
		width: 28em;
		font-size: .8em;
		border-top: 0px solid #000;

	}
	
#main h3 {    /* on index.shtml - in body section between nav bar and footer */
	color: #681211;
	font-size: 1.3em;
	font-family: Geneva, Verdana, Arial, sans-serif;
	border-bottom: 0px solid #000;
	line-height: 1.2em;
	margin-left: 1em;
	margin-right: 2.3em;
	border-top: 0px solid #000;
}

	#middle { /* right side of index.shtml */
		background:#fdfbe6;
		background-color: #fff;
		float:right;
		width: 34em;
		font-size: .8em;
		border-top: 0px solid #000;
	}
	
#middle h3 {    /* on index.shtml - in body section between nav bar and footer */
	color: #681211;
	font-size: 1.3em;
	font-family: Geneva, Verdana, Arial, sans-serif;
	border-bottom: 0px solid #000;
	line-height: 1.2em;
	margin-left: 1em;
	margin-right: 2.3em;
}

	#whole {  /* on most interior pages - body section between nav bar and footer */
		background:#fdfbe6;
		background-color: #fff;
		float:left;
		width: 55em;
		font-size: .8em;
		margin: 2em;
		margin-left: 3em;
		padding: 0;
		border: 0px solid #00f;
		border-top: 0px solid #000;
	}

/*****************************/
/*  Scripture box on index.shtml    */
/*****************************/
	
.scripture  {
	width: 19em;
	margin: 0;
	margin-top: .25em;
	margin-bottom: .25em;
	padding: 0;
	border: 1px solid #000;
	font-size: 1em;
	background-color: #d9dee4;
}

.scripture h3 {    /* serves as scripture headers for index.shtml */
	color: #681211;
	font-size: 1.3em;
	font-family: Geneva, Verdana, Arial, sans-serif;
	border-bottom: 0px solid #000;
	line-height: 1.2em;
	margin-left: 1em;
	margin-right: 2.3em;
}
/**********************************/
/*  End - Scripture box on index.shtml     */
/**********************************/



/***************************/
/*  news column            */
/***************************/
#news {
		position: relative;
		float:right;
		width:17em;
	border: 1px solid #000;
	border-right: 0;
	border-top: 0;

	background-color: #3b5e8c;
	color: #fff;
	margin-left: 10px;
	margin-top: 0;
	font-size: .8em;
	line-height: 1.4em;
}

#news a {
	/*text-decoration: none;*/
	color: #fff;
}

#news h3 {
	color: #fff;
	margin: 5px;
	font-size: 1.2em;
	line-height: 1.5em;
	border-bottom: 0px solid #000;
	/*background-color: #3b5e8c;*/
}

#news h4 {
	color: #fff;
	margin: 5px;
	margin-bottom: 0;
	font-size: 1em;
	line-height: 1.2em;
	/*background-color: #3b5e8c;*/
}

.news_details {
	font-size: .7em;
}

#news p {
	margin: 1em;
}
/***************************/
/*  End - news column      */
/***************************/

	#footer {
		background:#3b5e8c;
		color: #fff;
		border-top: 1px solid #000;
		font-size: .75em;
		clear:both;
	}
	
	
	.floatLeft {
	float: left;
	margin: 6px;
	margin-right: 15px;

}

	.floatRight {
	float: right;
	margin: 6px;
	margin-left: 15px;

}

  .centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

.download_pdf {
	margin: 10px;
	float: right;
}

h1 {    /* serves as a page title for interior pages - no underline */
	color: #681211;
	margin: 0;
	font-weight: bold;
	font-size: 1.8em;
	font-family: Geneva, Verdana, Arial, sans-serif;
	border: 0px solid #000;
}

h2 {    /* serves as a section header for interior pages if needed - no underline; indent */
	color: #681211;
	font-size: 1.3em;
	font-family: Geneva, Verdana, Arial, sans-serif;
	border-bottom: 0px solid #000;
	line-height: 1.4em;
	margin-left: 1em;
	margin-right: 2.3em;
}

h3x {    /* serves as a subject header for interior pages - no underline, indent same as h2 */
	color: #681211;
	font-size: 1.3em;
	font-family: Geneva, Verdana, Arial, sans-serif;
	border-bottom: 0px solid #000;
	line-height: 1.2em;
	margin-left: 1em;
	margin-right: 2.3em;
}

h3 {    /* serves as a subject header for interior pages - underline; inndent more than */
	color: #681211;
	font-size: 1.2em;
	font-family: Geneva, Verdana, Arial, sans-serif;
	border-bottom: 1px solid #000;
	margin-left: 1.2em;
	margin-right: 1em;
}


h4 {   /* serves as lowest header on interior pages  - indent a little more than h3 */
	color: #681211;
	font-size: 1.1em;
	font-family: Geneva, Verdana, Arial, sans-serif;
	border-bottom: 0px solid #000;
	margin-left: 1.4em;
	margin-right: 2em;
	margin-top: 1em;
	line-height: 1.3em;
	border: 0px solid #000;

	
}

p {
	margin: 1em;
	border: 0px solid #f00;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.bi {
	font-weight: bold;
	font-style: italic;
}


.br {  /* bold with red color */
	font-weight: bold;
	color: #681211;
}

.red {  /* red font */
	color: #ff0000;
	font-size: 1em;
}


.copyright {
	font-size: .8em;
}

/*li {
	list-style-type: none;
}
*/
/********************************/
/*  These could get messy.                 */
/*  Better make some for indiv pages.  */
/********************************/


#whole p {  /* p tag within the #whole div */
	margin-left: 2.1em;
	margin-bottom: 2em;
	margin-right: 3em;
	text-align: justify;
}


#whole table  {  /* table tag within the #whole div */
	width: 55em;
 	margin: 1em;
 	margin-left: 2.1em;
 	margin-top: 0em;
 	border: 0px solid #00f;

 }
#whole table p  {  /* p tag within tsble tag within the #whole div */
 	margin: .5em;
 	border: 0px solid #0f0;
 }
 
 
 
 
 
   
