body {
	margin: 0;
	margin-left: 20px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	background-color: #f9f6ed;
	font-size: 1.3em
}

.header {
	background-color: #3e3e3c;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: auto;
	position: fixed;
	width: 100%;
	height: 24px;
}
.header_menu {
	background-color: #5a5a58;
	left: 10px;
	top: 10px;
	right: 0px;
	bottom: auto;
	position: fixed;
	padding: 0px 4px 2px 6px;
	font-family: Arial, Helvetica; 
	font-size: small; 
	font-weight: normal;
	color: #b0b0af; 
}

h1{
	font-family: times,verdana, arial, helvetica, sans-serif;
	color: #003366;
	font-size:22px;
	font-weight: normal;
}


/* Styles for the header bar paths (breadcrumbs & nav text */

a.breadcrumblink:link, a.breadcrumblink:visited {
	font-family: Arial, Helvetica; 
	color: #b0b0af; 
	font-size: small; 
	text-decoration: none
	font-weight: normal;
}

a.breadcrumblink:hover {
	color: #cc8206
	font-weight: normal;
}



/* Styles for the footer at the bottom of the page */

.footer {
	top: auto;
	width: 100%;
	padding-bottom: 10px;
}

/* Heading level 1 is not contained in main-text. */

.content {
	margin-left:0px;
	margin-right:15px;
	padding-top: 70px;
	padding-bottom: 20px;
	font-size: 1.0em;
	font-family: Arial, Helvetica;
}


.bookTitle {
	font-size: 2em;
	color: #3e3e3c;
	font-weight: normal;
	text-align:center;
	font-family: "Lucida Bright Regular", "Times New Roman",Georgia,Serif;
}

.bookSubTitle {
	font-size: .8em;
	color: #808080;
	font-weight: normal;
	text-align:center;
}

.bookSummary {
	font-size: .8em;
	color: #77774f;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: italic; 
}

.chapterTitle {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: .9em;
	color: #5a5a58;
	font-weight: normal;
	font-family: "Lucida Bright Regular", "Times New Roman",Georgia,Serif;
}

.chapterSummary {
	font-style: italic;
	color: #000000;
	font-weight: normal;
	font-size: .7em; 
	padding-bottom: 20px;
}

.verse {
	padding-bottom: 10px;
	font-family: Arial, Helvetica;
}



/* Styles for the main text on the page. */


a:link, a:visited {
	color: #660033;
	text-decoration: none;
}

a:hover {
	color: #0066cc;
	text-decoration: none;
}


sup {
 	display: inline;
}

#menuOptions {
 	/*display: none;*/

}

/* Styles used in Gregs mark up */
.notes { 
	border-bottom: 1px #ff0000 solid;
	font-family: Arial, Helvetica; 
	}

.note {
	font-family: Arial, Helvetica; 
	color: #b847ff; 
	}
		
.classTag {
	background: #ffffaa;
	border: 1px #ffffff solid;
	}

.symbol {
	background-color: #d6e7ff; 
	}

.meaning {
	color: #205cff;
	font-family: "Times New Roman"; 
	} 

.question {
	color: #ff0000;
	font-family: "Times New Roman";
	} 

.answer {
	font-weight: bold;
	color: #006600; 
	font-family: "Times New Roman";
	} 
 

.reference {
	font-weight: bold;
	color: #b847ff; 
	font-family: "Times New Roman";
	} 

.quote {
	font-style: italic;
	font-family: "Times New Roman";
	font-size: .9em
	color: #77774f;
	line-height: 15px;
	}

.keyPoint {
	background-color:#FC3;
}

.red {
	color: #880107;
	} 
	
.blue {
	color: #2a32de;
	}
