@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:url(img/bg2009.jpg);
	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;
}
.oneColFixCtr #container {
	width: 800px;  /* 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: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(img/bgMain2009.jpg);
}
.oneColFixCtr #mainContentMission {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(img/bgMission2009.jpg);
	color:#FFF;
	font-size:12px;
}
.oneColFixCtr #mainContentResources {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(img/bgSub2009.jpg);
	color:#FFF;
	font-size:12px;
}
.tantext { 
	color:#cfab7a;
}
.tanTextBold { 
	color:#cfab7a;
	font-weight:bold;
}
.footer { 
	padding:5px; 
	background-color:#8c5805; 
	font-size:10px; 
	color:#401801;
	margin:0px;
}
.footer a {
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
	color:#FFF;
}
.footer a:active {
	text-decoration: none;
}
.homebody { 
	font-size:12px; 
	color:#ceaa7a;
}
.homebody a {
	text-decoration: none;
}
.homebody a:visited {
	text-decoration: none;
}
.homebody a:hover {
	text-decoration: underline;
	color:#FFF;
}
.homebody a:active {
	text-decoration: none;
}
.contactus { 
	font-size:10px; 
	color:#FFF;
	margin:0px;
}
.contactus a {
	text-decoration: none;
}
.contactus a:visited {
	text-decoration: none;
}
.contactus a:hover {
	text-decoration: underline;
	color:#F00;
}
.contactus a:active {
	text-decoration: none;
}
.innerscroller { 
	overflow:auto; 
	height:425px; 
	line-height:16px;
	scrollbar-base-color: #8f5a05; 
	scrollbar-arrow-color: black; 
	scrollbar-DarkShadow-Color: #401801;
}
#scriptures { 
	background:#000;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	overflow:auto; 
	scrollbar-base-color: #8f5a05; 
	scrollbar-arrow-color: black; 
	scrollbar-DarkShadow-Color: #401801;
}
.scriptures a {
	text-decoration: none;
	color:#cfab7a;
	line-height:2.0em;
}
.scriptures a:visited {
	text-decoration: none;
	color:#cfab7a;
	line-height:2.0em;
}
.scriptures a:hover {
	text-decoration: underline;
	color:#C90;
	line-height:2.0em;
}
.scriptures a:active {
	text-decoration: none;
	color:#FFF;
	line-height:2.0em;
}
.scriptures-head { 
	font-weight:bold;
	color:#FFF; 
}
.scriptures-small { 
	font-size:90%;
	color:#FFF; 
}	
.underline {	
	text-decoration: underline;
}

div#fred {
	position:static;
	width: 194px;
	background: black;
}
div#fred a:link {
	top: 0px;
	width: 194px;
	color: #FFF;
	background: black;
	font: 12px Verdana, sans-serif;
	text-align: center;
	text-decoration:none;
}
div#links a span {
	display: none;
}
div#links a:hover span {
	display: block;
	position:static;
	top: 0px;
	width: 174px;
	border:solid #CCC 1px;
	padding:5px;
	z-index: 100;
	color: #AAA;
	background: black;
	font: 10px Verdana, sans-serif;
	text-align: center;
	text-decoration:none;
}
