@charset "utf-8";
/* CSS Document */

body {
	background: #EAEAEA;
	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;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
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;
}
.oneColFixCtrHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	border: 3px solid #666633;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	height: 131px;
	width: 850px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666633;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*font-size: 85%;*/
	font-size: 100%;
}
.twoColFixRtHdr #mainNav {
	background-color: #FFFFFF;
	clear: both;
	text-align: center;
	height: 20px;
}
.oneColFixCtrHdr #footer {
	border-top-width: 1px;
	border-top-color: #666633;
	border-top-style: dashed;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer p {
	margin: 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: 65%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.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;
}
.top_row {
	font-size: 50%;
}

.sidebar_text {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 20px;
	font-size: 90%;
}
.scripture {
	font-family: Cambria, "Palatino Linotype", "Times New Roman", Palatino, Times;
	text-align: justify;
	text-indent: 15px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.scripture_no_para {
	font-family: Cambria, "Palatino Linotype", "Times New Roman", Palatino, Times;
	text-align: justify;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.scripture p {
	margin-bottom: 0px;
	margin-top: 0px;
}
.poem1 {
	padding-left: 5px;
	text-align: left;
	font-family: Cambria, "Palatino Linotype", "Times New Roman", Palatino, Times;
}
.poem2 {
	padding-left: 30px;
	text-align: left;
	font-family: Cambria, "Palatino Linotype", "Times New Roman", Palatino, Times;
}


.vrs_num {
	font-size: 75%;
	vertical-align: super;
}

.caps {
	font-variant: small-caps;
}
.study {
	padding-bottom: 10px;
	padding-left: 10px;
}
.study p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.intro {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.head {
	font-family: "Arial Rounded MT Bold", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #666633;
	font-size: 125%;
	padding-bottom: 15px;
}
.question {
	font-weight: bold;
	text-align: justify;
}
.answer {
	text-align: left;
	display: block;
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 15px;
}
.point {
	font-style: italic;
	text-align: justify;
	padding-bottom: 15px;
}
.point  ul li {
	font-style: italic;
}

.quote {
	font-family: Cambria, "Palatino Linotype", "Times New Roman", Palatino, Times;
	text-align: justify;
	display: block;
	padding-right: 50px;
	padding-left: 50px;
}
.quote_ref {
	padding-bottom: 15px;
	padding-left: 75px;
	font-family: Cambria, "Palatino Linotype", "Times New Roman", Palatino, Times;
}

