body {
	background-color: #ffffff;
	background-image: url('../_images/background.gif');
	background-repeat: repeat-x;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 76%;
	margin: 0px;
	padding: 0px;
}
h1 {
	background-image: url('../_images/title.gif');
	background-repeat: no-repeat;
	background-position: center center;
	color: #23419b;
	font-size: 1px;
	height: 50px;
	margin-top:10px;
}
.center {	
	width: 775px;
	margin: 0px auto 0px;
	text-align: left;
}
#tabs {
	margin: 0px;
	padding: 5px 0px 0px;	
	position: absolute;
	top: 70px;
	width: 770px; /*remove this to just show tabs*/
	height: 30px;
	background-image: url('../_images/tabBackground.gif');
	background-repeat: repeat-x;
}
#tabs li {
	display: inline;
	padding: 8px 0px 7px;
	border-right: 1px solid #3653A4;
	/*border-bottom: 1px solid #fff;*/
}
#tabs li.selected {
	background-image: url('../_images/tabBackground_sel.gif');
	background-repeat: repeat-x;
	border-bottom: 2px solid #c7cfe6;
	border-left: 1px solid #fff;
}
#tabs a {
	font-weight: bold;
	text-decoration: none;
	padding: 5px 20px;
}
#tabs a:link, #tabs a:visited {
	color: #324071;
}
#tabs a:hover, #tabs a:active {
	color: #FFFFFF;
}
#body {
	margin-top:70px;
}
#body img {
	padding:3px;
	border:1px solid #cccccc;
	background-color:#ffffff;
}
h2 {
	font-size: 95%;
	font-weight: bold;
	color: #ff9300;
	border-bottom: 1px solid #cccccc;
	margin-top: 0px;
	padding-top:5px;
}

#nav {
	margin: 0px 0px 40px;
	padding: 0px;
}
#nav li {
	display: inline;
	padding: 8px 20px 7px 0px;
}
#nav a {
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}
#nav a:link, #nav a:visited {
	color: #324071;
}
#nav a:hover, #nav a:active {
	text-decoration: underline;
}
#nav li.selected a {
	color: #ffffff;
}
#nav li.selected a:hover, #nav li.selected a:active {
	text-decoration: none;
}

tr th{
	background-color: #dedede;
	font-size: 85%;
	font-weight:bold;
}
tr td{
	border-bottom: 1px solid #f5f5f5;
}
tr:hover td{
	background-color:#efefef;
}
tfoot tr td{
	font-size: 90%;
	background-color:#e5e5e5;
}
tfoot tr:hover td{
	background-color:#e5e5e5;
}

#footer {
	position: relative;
	clear: both;
	margin-top: 20px;
	padding: 20px 0;
	text-align: center;
	/*background-color: #91a0cd;*/
	background-image: url('../_images/footerBackground.gif');
	background-repeat: repeat-x;
}
#siteMap,
#copyright {
	margin-top: 0;
}
#siteMap {
	float: left;
	width: 497px;
	background-color: #c7cfe6;
	background-image: url('../_images/sitemapBackground.gif');
	background-repeat: repeat-x;
	border: 1px solid #5970b4;
	font-size: 90%;
}
#siteMap .column {
	float: left;
	width: 200px;
	margin: 1em 0px;
	padding-left:40px;
	padding-bottom:10px;
}
#siteMap li {
	display: block;
	list-style: none;
}
#siteMap li a {
	display: block;
	clear: left;
	padding: .36em .18em;
	font-weight: bold;
	color: #5970b4;
}
#siteMap li li {
	display: block;
	list-style: disc url(none);
	color: #5970b4;
}
#siteMap li li a {
	padding-left: 10px;
	font-weight: normal;
	background:  left center no-repeat;
}
#siteMap li a:hover {
	text-decoration: underline;
	color: #4a96d2;
}
#siteMap li li a:hover {
	background-position: 2px 50%;
}
#copyright {
	float: right;
	width: 256px;
	background-color: #21409a;
	background-image: url('../_images/contactBackground.gif');
	background-repeat: repeat-x;
	border: 1px solid #ffffff;
}
#copyright p {
	margin: 15px 10px;
	color: #eae7d2;
}
#copyright strong {
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
}
#copyright a {
	text-decoration: none;
	font-weight: bold;
	color: #60bffb;
}
#copyright a:hover {
	text-decoration: underline;
	color: white;
}
.fineprint {
	font-size: 85%;
}
.scripture {
	color: #666666;
	font-size: 90%;
	vertical-align: top;
}
