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

#wrapper {
	margin: auto;
	width: 895px;
}
#header {
	position: relative;
}
#menu {
	margin: 0;
	padding: 0;
	background-color: #1D2B66;
	background-image: url(site_images/menubtns/menubkg-16.jpg);
}
#bodycontent {
	background-color: #FFF;
	padding: 10px;
}
#imagebanner {
	text-align: center;
	background-color: #2A3990;
	padding: 12.5px;
}
#footer {
	background-color: #1D2C66;
	text-align: center;
	height: 14px;
}
#headertxtcenter {
}
#leftbodytxt {
	width: 600px;
}
#rightbodypanel {
	float: right;
	width: 260px;
}
.blueheadertxt {
	font-family: "Copperplate Gothic Bold", Arial, Helvetica, sans-serif;
	color: #2A3990;
	font-weight: bold;
	font-size: 24px;
}
.graybodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
.graybodytextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.bluebodytextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #2A3990;
}
.bluesubheadtextBold {
	font-family: "Century Gothic", "Copperplate Gothic Bold", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #2F3990;
}
#bible {
	position:absolute;
	left:-25px;
	top:-7px;
	width:235px;
	height:165px;
	z-index:1;
}
.grayfootertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
}
.grayfootertext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
}
.grayfootertext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
}
.grayfootertext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
}
.grayfootertext a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
}
#nav {
	color: #FFF;
	float: none;
	font: 11px/28px geneva, arial, sans-serif;
	text-transform: uppercase;
	background-image:url(site_images/blue_menu_bkg.jpg);
	background-repeat:no-repeat;
	font-family: geneva, arial, sans-serif;
}
#nav ul {
	list-style-type: none;
	margin-top: 0px;    /* gets rid of space at the top */
    margin-left: 0px;  /* gets rid of extra space to the left  (IE) */
    padding-left: 0px;  /* gets rid of extra space to the left  (Firefox) */
    margin-bottom: 0px; /* gets rid of space at the bottom */
}
#nav li {
	display: inline;
	list-style-type: none;
}
#nav li a {
	color: #FFF;
	text-decoration: none;
	padding: 8px 8px;
	margin:0px;
}
#nav li a:hover {
	background-color:#FFF;
	color:#2A3990;
}
#nav li a.current {
	background-color:#FFF;
	color:#2A3990;
}
#nav li a:hover.current {
	background-color:#FFF;
	color:#2A3990;
}
#tree {
	position:absolute;
	left:742px;
	top:-15px;
	width:184px;
	height:181px;
	z-index:1;
}

