@charset "UTF-8";

/* END style2 */
/* BEGIN style2 */
 #navcontainer {
	width: 160px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 160px;
	background-color: #cba078;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #18401e;
}

#navcontainer a:link, #navlist a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #872f2a;
	color: #FFFFFF;
}
a:link {
	color: #0099FF;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #872f2a;
}
.standardimgrt {
	margin-left: 0px;
	border: 1px solid #000000;
	margin-bottom: 0px;
	margin-right: 0px;
	float: none;
}
.donate {
	margin-left: 20px;
	border: 1px none #FFFFFF;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-left: 0px;
}
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #18401e;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.twoColFixLtHdr #container {
	text-align: left;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 980px;
	padding-bottom: 0px;
	float: none;
	background-image: url(images/iBibleContainer.jpg);
	background-repeat: repeat;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: right;
	width: 980px;
	background-image: url(images/iBibleHeader_2.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #18401e;
	height: 150px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left;
	padding-right: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1c1a2f;
	line-height: 14px;
	width: 165px;
	overflow: visible;
	left: 594px;
	top: 164px;
}
.twoColFixLtHdr  #mainContent2 {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #112613;
	line-height: 14px;
	width: 250px;
	overflow: auto;
	margin-left: 10px;
}
.twoColFixLtHdr #mainContent3 {
	float: left;
	padding-right: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #112613;
	line-height: 14px;
	width: 485px;
	overflow: auto;
	margin-left: 15px;
	margin-right: 10px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #18401e;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.SidebarStyle2 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #872f2a;
	font-weight: bolder;
	line-height: normal;
}
.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;
}
