body {
	width: 972px;
	margin: 6px auto;
	background-color: white;
}
.box_960 {
	width: 960px;
	margin: 6px auto;
	border: 1px solid black;
	background-color: white;
}
.box_round_top {
	-moz-border-radius-topleft: 12px; /* FF1+ */
	-moz-border-radius-topright: 12px; /* FF1+ */
	-webkit-border-radius: 12px; /* Saf3+, Chrome */
	border-top-left-radius: 12px; /* Opera 10.5, IE 9 */
	border-top-right-radius: 12px; /* Opera 10.5, IE 9 */
}
.box_round {
	-moz-border-radius: 12px; /* FF1+ */
	-webkit-border-radius: 12px; /* Saf3+, Chrome */
	border-radius: 12px; /* Opera 10.5, IE 9 */
}
.box_gradient_azure {
	background-image: -moz-linear-gradient(top, #336699, #6699CC); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #223366),color-stop(1, #6699CC)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#223366', endColorstr='#6699CC'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#223366', endColorstr='#6699CC')"; /* IE8 */
}
.box_gradient_orange {
	background-image: -moz-linear-gradient(top, #FFCC99, #CC9966); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #FFCC99),color-stop(1, #CC9966)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC99', endColorstr='#CC9966'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC99', endColorstr='#CC9966')"; /* IE8 */
}
.box_shadow {
	-moz-box-shadow: 6px 6px 12px #333; /* FF3.5+ */
	-webkit-box-shadow: 6px 6px 12px #333; /* Saf3.0+, Chrome */
	box-shadow: 6px 6px 12px #333; /* Opera 10.5, IE 9.0 */
	filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#333'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#333')"; /* IE8 */
}
A {
	color: #2b5580;
}
A[href $='.pdf'] {
	padding-right: 18px;
	background: transparent url(images/pdf.gif) no-repeat center right;
}
UL {
    margin-top: 0;
    margin-bottom: 0;
}
LI {
    margin-top: 0;
    margin-bottom: 3;
}

/* HEADER */

H1.menuhead {
	margin: 0;
	color: white;
	text-align: center;
	text-shadow: 3px 3px 6px #333;
	font: bold 80px "Georgia", "Times New Roman", "Times Roman", serif;
	font-variant: small-caps;
	background-color: #73a0c5;
}
P.tagline {
	color: gray;
	font-size: 125%;
}

/* NAVIGATION BAR */

TR.menubar {
	valign: middle;
	text-align: center;
}
TD.menubar {
	margin: 0;
	padding: 6px;
	border-right: 1px solid #999999;
	background: #FFCC99;
	font-weight: bold;
}
TD.menusel {
	margin: 0;
	padding: 6px;
	background: black;
	font-weight: bold;
}
TD.menusel A {
	color: white;
}

/* NEW NAVIGATION BAR */

div#navcontainer {
	width:100%;
	padding:6px 0;
	margin:0;
	background-image: -moz-linear-gradient(top, #FFCC99, #CC9966); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #FFCC99),color-stop(1, #CC9966)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC99', endColorstr='#CC9966'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC99', endColorstr='#CC9966')"; /* IE8 */
}
div#navcontainer form {
	float:right;
}
ul#navlist {
	float:left;
	margin:0;
	padding:0;
	white-space:nowrap;
}
ul#navlist li {
	display:inline;
	list-style-type:none;
}
ul#navlist li a {
	padding:6px 10px;
	color: #0066CC;
	font-weight:bold;
}
ul#navlist li a#active,
ul#navlist li a:hover,
ul#navlist li a:active {
	background-color:#000;
	color:white;
}

/* BODY CONTENT */

DIV.clear {
	float: none;
	clear: both;
	padding:0;
	margin:0 32px;
}
div.half {
	float:left;
	margin-left:32px;
	padding:0;
	width:426px;
}
H1.index {
	border-top: 1px solid black;
	background: #f2f6fb;
	padding: 0.5em 0;
	margin: 0;
	color: black;
	font-size: 110%;
	font-weight: bold;
}
H1.index a {
	color: black;
	text-decoration: underline;
}
FORM {
	margin: 0;
	padding: 0;
}
UL div.right {
	float: right;
	text-align: right;
}
p.dd {
	margin-left: 0px;
}
p.dd a {
	font-variant: small-caps;
	font-weight: bold;
}
.img_wrap{
	float:left;
	width:auto;
	height:96px
	padding-right:12px;
	border:0px;
	position:relative;
	overflow:hidden;
}

/* PAGE CONTENT */

.azure {
	color:#369;
}
.red {
	color:#933;
}
.orange {
	color:#c96;
}
.sidebar p {
	font-size:10pt;
	line-height:12pt;
}
.sidebar-right {
	border-color:black;
	border-style:solid;
	border-width:1 3 3 1;
	float:right;
	margin:0 10 10 10;
	padding:10 10 0 10;
	background-color:#F2F9FF;
	width:200px;
}

div.bible {
	clear:both;
	margin: 1em 32px;
}
div.bible-span-3,
div.bible-col-1,
div.bible-col-2,
div.bible-col-3 {
	padding:5px;
	border: 1px solid #CCC;
	background-color: #FFF9F2;
	font-family: Georgia, serif;
}
div.bible-span-3 {
	width: 820px;
}
div.bible-col-1,
div.bible-col-2 {
	float:left;
	margin-right: 32px;
	width:244px;
}
* html div.bible-col-1,
* html div.bible-col-2 {
	width:252px;
}
div.bible-col-3 {
	float:left;
	width:244px;
}
* html div.bible-col-3 {
	width:252px;
	margin-right:32px;
}
div.bible-span-3 p:last-child,
div.bible-col-1 p:last-child,
div.bible-col-2 p:last-child,
div.bible-col-3 p:last-child {
	margin-bottom:0px;
}
DIV.bible:after {
	content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;
}

DIV.footnote p {
	font-size:0.875em;
	line-height:1.5em;
	white-space:normal;
}
DIV.footnote sup {
	font-weight:bold;
}
DIV.footnote sup:before {
	content:"\0020";
}
DIV.footnote sup:after {
	content:"\0020";
}
DIV.footnote:before {
	content:"\0020";display:block;height:0;clear:both;
	border-top:1px solid black;
	width:20%;
	margin-bottom:6px;
}

