 
body  {
	background: #ccbb88;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #770000;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background: #770000 url(../images/bible_lft_header.jpg) no-repeat;
	padding: 0 25px 0 75px;  /* 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: 100px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #C7A360;
} 
#header #form1 {
	text-align: right;
}
.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 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #eecc88; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 12px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 230px; /* 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 0px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#770000;
	color: #EFD69C;
	text-align: center;
} 
#newscontent a {
	text-decoration: underline;
}
#footer a:link {
	color:#EFD69C;
	text-decoration: underline;
}    /* unvisited link */
#footer a:visited {
	color:#EFD69C;
	text-decoration: underline;
} /* visited link */
#footer a:hover {
	color:#BEBEBE;
}   /* mouse over link */
#footer a:active {
	color:#EFD69C;
}  /* selected link */
.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: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.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;
}
#newscontent {
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-top-style: none;
	margin-top: 50px;
	margin-right: 10px;
	margin-left: 10px;
}
#blogbox {
	width: 46%;
	margin-left: 22px;
	float: left;
}
#articlebox {
	float: right;
	width: 46%;
	margin-right: 22px;
}
.announcement {
	font-size: 1em;
	font-weight: bold;
	color: #441111;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.4em;
}
.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; overflow:hidden; display:block;}
.b1h {
	height:1px;
	background:#ccaa55;
	margin:0 5px;
}
.b2h, .b2bh {
	height:1px;
	background:#ccaa55;
	border-right:2px solid #ccaa55;
	border-left:2px solid #ccaa55;
	margin:0 3px;
}
.b3h, .b3bh {
	height:1px;
	background:#ccaa55;
	border-right:1px solid #ccaa55;
	border-left:1px solid #ccaa55;
	margin:0 2px;
}
.b4h, .b4bh {
	height:2px;
	background:#ccaa55;
	border-right:1px solid #ccaa55;
	border-left:1px solid #ccaa55;
	margin:0 1px;
}
.b2bh, .b3bh, .b4bh {
	background: #fff;
}
.headh {
	background: #ccaa55;
	border-right:1px solid #ccaa55;
	border-left:1px solid #ccaa55;
}
.headh h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.contenth {
	background: #fff;
	border-right:2px solid #ccaa55;
	border-left:2px solid #ccaa55;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 5px;
}
.contenth div {margin-left: 12px; padding-top: 5px;}
#menuitems {
	background: #FFF;
	height: auto;
	width: 90%;
	padding: 20px 10px;
	margin-top: 25px;
	margin-bottom: 25px;
}
#menuitems #sitesearch {
	text-align: center;
}
#menuitems ul li ul li {
	text-indent: -55px;
}
#menuitems ul li {
	color: #770000;
	font-weight: bold;
	font-size: 0.9em;
	display: list-item;
	white-space: normal;
	list-style: none;
	text-indent: -35px;
	line-height: 1.5em;
}
#blogbox a {
	text-decoration: underline;
}
.headerimg   {
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.art_sum {
	font-size: 0.9em;
	font-style: italic;
}
.scripture {
	font-style: italic;
	color: #060;
	font-size: 1em;
}
.scripturesidebar {
	font-style: italic;
	color: #060;
	font-size: .9em;
}
.poem {
	font-size: 1.2em;
	color: #06f;
	text-align: center;
	display: block;
}
.rndmverse {
	font-size: 1em;
	color: #441111;
	text-decoration: underline;
	text-align: center;
	display: block;
	font-weight: bold;
}
.article {
	font-size: 1em;
}
.articlesidebar {
	font-size: .9em;
}
.topic {
	font-size: 0.9em;
	color: #796864;
	font-style: italic;
}
.verse {
	font-size: 0.8em;
	font-style: italic;
	color: #880008;
	text-align: left;
	display: block;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}
 
#TopNav {
	background: #770000;
	width: 650px;
	height: 30px;
}
#TopNav {
	height: 34px;
	width: 100%;
	background: transparent;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.4em;
	color: #770000;
}
h3 {
	color: #770000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #441111;
	margin-bottom: -1px;
}

table.gpcontact
{
	text-align: center;
	font-family: Verdana;
	font-weight: bold;
	font-size: 1em;
	color: #F0DEAE;
	width: 650px;
	background-color: #EFD69C;
	border: 4px solid #770000;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-right: auto;
	margin-left: auto;
} 

th.gpcontactHD
{
	font-size: 1.1em;
	color: #F0DEAE;
	background: #770000;
	padding: 5px;
}

td.gpcontactFM
{
	text-align: left;
	text-indent: 10px;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 1em;
	color: #770000;
	background-color: #EFD69C;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}
td.gpcontactcap
{
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 1em;
	color: #770000;
	background-color: #EFD69C;
	text-indent: 30px;
}
blockquote {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #06F;
	font-style: normal;
}
#newscontent a {
	text-decoration: underline;
}
#newscontent a:link {
	color:#441111;
	text-decoration: underline;
}    /* unvisited link */
#newscontent a:visited {
	color:#441111;
	text-decoration: underline;
} /* visited link */
#newscontent a:hover {
	color:#BEBEBE;
}   /* mouse over link */
#newscontent a:active {
	color:#BEBEBE;
}  /* selected link */
#articlebox a:link {
	color:#441111;
	text-decoration: underline;
}    /* unvisited link */
#articlebox a:visited {
	color:#441111;
	text-decoration: underline;
} /* visited link */
#articlebox a:hover {
	color:#BEBEBE;
}   /* mouse over link */
#articlebox a:active {
	color:#BEBEBE;
}  /* selected link */
#menuitems a:link {
	color:#441111;
	text-decoration: underline;
}    /* unvisited link */
#menuitems a:visited {
	color:#441111;
	text-decoration: underline;
} /* visited link */
#menuitems a:hover {
	color:#BEBEBE;
}   /* mouse over link */
#menutiems a:active {
	color:#BEBEBE;
}  /* selected link */
#navcontainer
{
	margin-bottom: 1em;
	overflow: hidden;
	margin-left: 250px;
	width: auto;
	margin-right: auto;
	font-size: 0.9em;
}

#navlist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#navlist li
{
	border-left: 1px solid #000;
	float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}

