@charset "utf-8";
body  {
	font: 80% Verdana;
	background: #000033 url(../images/bodybg.png) repeat-x top;
	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;
}
a{text-decoration: none; font-weight:bold; color:#066;}
.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFC;*/
	background: #FFC url(../images/sidebarbg.jpg) repeat-y left top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	/*padding: 0 10px 0 20px;*/  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:107px;
} 
#biblesearch {
   background: url(../images/boxbg2.jpg);
	border: 4px solid #FFFFA4;
	/*margin: 0 8em 4em 5em;
    padding:0 2px;*/
	
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #middle {
   background:url(../images/middlebg.png) repeat-x;
   height:214px;
}
#middleC {
	padding-top: 10px;
	width:900px;
}
#middleLeft {
	float: left;
	width:335px;
	padding-top: 10px;
}
#middleRight {
	float: right;
	width:510px;
	padding-top: 10px;
	padding-right: 20px;
}
/*This controls the display of the top navigation bar */
#menubar {
	padding:0;
	height:36px;
}
ul#tlt{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:9pt;
	font-weight:bold;
	background:transparent url("../images/bgOFF.jpg") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #200A0C;
	border-top:1px solid #200A0C;
	}

ul#tlt li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	}

ul#tlt li a{
	display:block;
	float:left;
	color: #006;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url("../images/bgDIVIDER.jpg") no-repeat top right;
	}

ul#tlt li a:hover{
	background:transparent url("../images/bgHOVER.jpg") no-repeat top right;
	}

ul#tlt li a.current,ul#tlt li a.current:hover{
	color: #FFC;
	background:transparent url("../images/bgON.jpg") no-repeat top right;
	}

/* end of top navigation style*/

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.headers {
	background-color: #006666;
	height: 36px;
	width:280px;
	margin-left:-20px;
	margin-top:-30px;
}
.headers2 {
	background-color: #006666;
	height: 36px;
	width:280px;
	margin-left:-20px;
	
}
.headers h5 {
	padding:10px;
	color:#FFF;
	text-transform:uppercase;
	font-family:verdana;
	font-size:x-small;
	text-align:center;
}
.twoColFixLtHdr #mainContent { 
    background:#FFC url(../images/mainbg.png) repeat-x top;
	
	margin: -21px 0 0 282px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent h5 {
	padding-top: 10px;
	color: #060;
	text-transform:uppercase;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #333; 
} 
.twoColFixLtHdr #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 */
	color: #FFC;
}
#footer a {
	text-decoration: none;
	color: #CF9;
}
.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;
}
/* search form */
.searchform {
	/*background-color:#FFCC33;*/
	border: none;	
	/*margin: 0; padding: 0;*/	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color:#000000;
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
/* start - table */
table {
	margin: 10px 15px 10px 5px; 
	/*border-collapse: collapse;*/
	border:thin;			
}
th strong {
	color: #fff;
}

tr {
	color:#000000;
	/*height: 2.5em;*/	
}
td {
	padding-left: 2px;
	padding-right: 2px;
	border:thin;
	text-align:left;
}
.wise{
    margin: 20px 20px;
    font-style:italic;
	font-weight:bold;
	font-size:small;
 }
 .sidebox {
	margin-top: 20px;
	border: 4px solid #FFFFA4;
	background: url(../images/boxbg2.jpg);
} 
/* This controls the titles for each column */
.noteheader
{
    width:auto;
    border-bottom: 2px solid #660000;
    border-top: none;
    color: #660000;
    height: 24px;
    font-family: verdana;
	text-transform:uppercase;
    font-size: 12px;
    font-weight: bold;
	background:url(../images/headerBG.jpg) repeat-x;
}

/* And this gives the column text some breathing space */
.spacy
{
    padding: 5px;
}
/* second column of the two columns */
.c4
{
    width: 260px;
    float: right;
	border: 4px solid #FFFFA4;
	background: url(../images/boxbg2.jpg);
    /*border-bottom: 1px solid #DDD;*/
    line-height: 22px;
    color: #000000;
}
/* first column of the two columns */
.c5
{
	width: 260px;
	float: left;
	border: 4px solid #FFFFA4;
	background: url(../images/boxbg2.jpg);
	line-height: 22px;
    color: #000000;
}
.introText {
	 text-align:justify;
	 font-size:85%;
}
#newsContainer2
{
    width:auto;
	padding-left:5px;
}
.accordion {
	width: 560px;
	border-bottom: solid 1px #c4c4c4;
	padding-left:5px;
}
.accordion h3 {
	background: #FFB url(../images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
	color:#660000;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion blockquote {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 5px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}
.accordion p {
	/*background: #ffc;*/
	margin: 0;
	padding: 10px 15px 20px;
	/*border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;*/
}
label {
	text-transform:uppercase;
	font-size:xx-small;
	width:250px;
	font-weight: bold;
}
blockquote {
	margin:2em;
	padding:1.9em;
	font-weight: bold;
	font-size: .9em; 
	color: #000000;
	background: url(../images/boxbg2.jpg);
	border: 4px solid #FFFFA4;
	
}
.introText2 {
   padding-right:10px;
   padding-left:3px;
   font-weight:bold;
   line-height:22px;
 }
