body {
	font: 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #EEF1F1 url(images/sidebarbg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-repeat: repeat-x;
z-index:0;
}

body .thrColFixHdr {margin:0;padding:0;}

.thrColFixHdr #container {
	width: 1040px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColFixHdr #book {
	padding: 25px 0px 30px;
}
.thrColFixHdr #leftsidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EEF1F1 url(images/sidebarbg.jpg) repeat-x; /* padding keeps the content of the div away from the edges */
	text-align: center;
}
.thrColFixHdr #rightsidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EEF1F1 url(images/sidebarbg.jpg) repeat-x; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin: 0 260px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/middlebarbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ffffff;
}


#footer {
        background:#7a9490 url(images/footerbg.jpg) repeat-x;
	color: #ffffff;
        bottom:0;
left:0;
        position:fixed;
        width:100%;
        z-index:1000;
      }


#footer p, #footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 7px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: left;
}
#bookcontent a #bookcontent a:hover, #bookcontent a:visited, #bookcontent a:active, #bookcontent a:link {
	text-decoration:none;
	color:#CC6633;
}
#footer a:hover, #footer a:visited, #footer a:active, #footer a:link {
	text-decoration:none;
	color:white;
	cursor:pointer;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#book h4 {
	font-size:14px;
	padding: 10px 10px 5px;
	margin:0;
	text-decoration:none;
	color: #000;
}

h4 a {
	text-decoration:none;
	color: #000;
}

#leftsidebar h3, p {
	margin:5px;
}
#leftsidebar #publisher {
	font-size:10px;
	color: #666666;
}
#leftsidebar #author {
	font-size:14px;
}
#bookcontent {
	margin:5px 35px;
}
#bookcontent p {
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:8px 0;
}
#leftsidebar hr {
	background-image:url(images/sidebarsect.png);
	background-repeat:no-repeat;
	border:0;
	height:7px;
	margin:10px 0px;
}

}
#bookcontent {
	margin:5px 35px;
}
#bookcontent p {
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:8px 0;
}
#book hr {
	border:none;
	border-bottom:double;
	color:#CCCCCC;
	width:450px;
	margin:10px auto;
}
#book #toc {
	background:url(images/tocbottomshadow.jpg) repeat-x bottom #ffffff;
	width:500px;
	margin:0 10px;
	padding:0px;
	border:1px solid #cccccc;
	border-bottom:solid 3px #CC6633;
	border-top:none;
	font-family:Georgia, 'Times New Roman', Times, serif;
	text-align:center;
}
ul {
	padding:0;
}


ul li a, 
ul li a:link, ul li a:visited, ul li a:active {
	color:#000;
	padding:5px;
	display:block;
}

ul li a:hover {
	background:#eef1f1 bottom url(images/toclinkbg.jpg) repeat-x; display:block; color:#000000;
}


.subColumn ul li {
	text-align:left;
	line-height: normal;
	list-style-type:none;
	font-size:70%;
}
.subColumn {
	float:left;
	width:200px;
	margin-left:35px;
}

a.more, a.more:hover {
	color:#CC6633;
	display:block;
	font-size: 11px;
	text-align: left;
	padding: 5px;
}
#toc .tableofcontents {
	color:#cc6633;
	font-weight:normal;
	letter-spacing:.15em;
	font-size:11px;
	margin-bottom:0;
}
#toc h2 {
	font-weight:normal;
	margin:50px 10px;
}
#tocTop {
	background:url(images/toctopshadow.jpg) repeat-x top;
	height:5px;
	margin-bottom:20px;
}

#bookcontent h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 20px 10px 10px 10px;
	text-align:center;
	}



<!--[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
.thrColFixHdr #sidebar2 { width: 190px; }
</style>
<![endif]-->
<!--[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]-->
.bibleref { font-style:normal; }
.Jump { font-size: 12pt; }
.IndexLevel1 {margin-left: 9pt; text-indent: 0pt; }
.IndexLevel2 {margin-left: 18pt; text-indent: 0pt; }
.IndexLevel3 {margin-left: 27pt; text-indent: 0pt; }
.IndexLevel4 {margin-left: 36pt; text-indent: 0pt; }
.IndexLevel5 {margin-left: 45pt; text-indent: 0pt; }
.ItalicText { font-style:italic }
.BoldText { font-weight:bold }
.SmallCapsText { font-variant:small-caps }
.CapsText { text-transform:uppercase }
.StrikeText { text-decoration:line-through }
.UnderlineText { text-decoration:underline }
.ObliqueText { font-style:oblique }
.OverlineText { text-decoration:overline }
.SuperscriptText { vertical-align:super }
.SubscriptText { vertical-align:sub }
.HebrewText { font-family:'SBL Hebrew'  dir="rtl" }
.GreekText { font-family:'Gentium' }
.EnglishText { font-family:'Times New Roman' }
.LatinText { font-family:'Times New Roman' }
.SpanishText { font-family:'Times New Roman' }
.GermanText { font-family:'Times New Roman' }
.PortugueseText { font-family:'Times New Roman' }
.AramaicText { font-family:'SBL Hebrew' dir="rtl"}
.SyriacText { font-family:'Estrangelo Edessa' }
.TransliteratedText { font-family:'Charis SIL' }
.Headings14pt { font-size: 14pt;  }
.ParaC { margin-left: 0; text-align: center; text-indent: 0;  }
.Para { margin-left: 0; text-indent: 0;  }
SPAN {}
.ItalicText { font-style:italic }
.BoldText { font-weight:bold }
.SmallCapsText { font-variant:small-caps }
.CapsText { text-transform:uppercase }
.StrikeText { text-decoration:line-through }
.UnderlineText { text-decoration:underline }
.ObliqueText { font-style:oblique }
.OverlineText { text-decoration:overline }
.SuperscriptText { vertical-align:super }
.SubscriptText { vertical-align:sub }
.HebrewText { font-family:'SBL Hebrew'  dir="rtl" }
.GreekText { font-family:'Gentium' }
.EnglishText { font-family:'Times New Roman' }
.LatinText { font-family:'Times New Roman' }
.SpanishText { font-family:'Times New Roman' }
.GermanText { font-family:'Times New Roman' }
.PortugueseText { font-family:'Times New Roman' }
.AramaicText { font-family:'SBL Hebrew' dir="rtl"}
.SyriacText { font-family:'Estrangelo Edessa' }
.TransliteratedText { font-family:'Charis SIL' }
.P15ptboldsmallcaps { font-size: 15pt; font-variant: small-caps; font-weight: bold;  }
.P11pt { font-size: 11pt;  }
.BookAntiqua10pt { font-family: Book Antiqua; font-size: 10pt;  }
.TransliteratedText { font-family: Charis SIL;  }
.TransliteratedTextitalic { font-family: Charis SIL; font-style: italic;  }
.TransRomanAHitalic { font-family: TransRomanAH; font-style: italic;  }
