<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body  {
	font: 100% Calibri, Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #EAEAEA;
}
.book {
	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: justify;
	text-indent: 10pt;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.book_no_indent {
	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: justify;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.book_no_indent_cap {
	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: justify;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	float: left;
}



a:link {
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666633;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}
h1 {
	color: #666633;
	font-family: "Arial Rounded MT Bold", Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	color: #666633;
	text-align: left;
	font-family: "Arial Rounded MT Bold", Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-family: "Arial Rounded MT Bold", Verdana, Arial, Helvetica, sans-serif;
	color: #666633;
	text-align: left;
}
h4 {
	color: #666633;
}

.twoColFixRtHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #666633;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	height: 131px;
	width: 850px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666633;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #mainContent {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666633;
	margin-top: 0;
	margin-right: 280px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 90%;
	text-align: justify;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #mainNav {
	background-color: #FFFFFF;
	clear: both;
	text-align: center;
	height: 20px;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	border-top-width: 1px;
	border-top-color: #666633;
	border-top-style: dashed;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 75%;
}
.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;
}
.scripture {
	font-family: Cambria, "Palatino Linotype", "Times New Roman", Palatino, Times;
	font-style: normal;
	text-align: justify;
}
.book_scripture {
	font-family: Cambria, "Palatino Linotype", "Times New Roman", Palatino, Times;
	font-style: italic;
	text-align: justify;
	font-size: 10pt;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.book_verse {
	font-family: Cambria, "Palatino Linotype", "Times New Roman", Palatino, Times;
	font-style: italic;
	text-align: justify;
	font-size: 70%;
	vertical-align: super;
}


.scrip_ref {
	padding-left: 20px;
}
.chapter_menu {
	font-size: 75%;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.sidebar_text {
	font-size: 75%;
	text-align: justify;
}
.sidebar_book {
	font-size: 75%;
	text-align: left;
}

.sidebar_text_left {
	font-size: 75%;
	text-align: left;
}

.sidebar_text_center {
	text-align: center;
	font-size: 75%;
}

.the_walk {
	font-size: 75%;
	text-align: center;
}
.caps {
	font-variant: small-caps;
	text-transform: lowercase;
}
.tabletext {
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.booktabletext {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}

.about_normal {
	text-align: left;
}

#summary {
	background-color: #FFFFFF;
	text-align: justify;
	width: 500px;
	padding: 10px;
	margin: 10px;
	font-size: 90%;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666633;
	border-right-color: #666633;
	border-bottom-color: #666633;
	border-left-color: #666633;
}
.journal_table {
	border: thin dotted #666633;
}
.aids_table {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666633;
}
.archive_table {
	font-size: 90%;
	text-align: left;
}
.menu {
	font-size: 90%;
}
</pre></body></html>