/* CSS Document */
/* -----------------------------------------------------------------------------Overall font and text rollover-*/


	
.newsbackground {
	background-attachment:fixed;
	background-image:url(../images/new_news_backer.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#000000;
	
	}
	
.mainbackground {
	background-attachment:fixed;
	background-image:url(/library/images/new_maincontent_backer.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#ffffff;
	
	}
	
.sermonsbackground {
	background-attachment:fixed;
	background-image:url(../images/sermons_mainimage.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#000000;
	
	}
	
.originsmainbackground {
	background-attachment:fixed;
	background-image:url(../images/birthorigins_mainimage.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#000000;
	
	}
	
.salvationbackground {
	background-attachment:fixed;
	background-image:url(../images/salvation_mainimage.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#000000;
	
	}
	
.confessionalbackground {
	background-attachment:fixed;
	background-image:url(../images/confessional_mainimage.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#000000;
	
	}
	
.radioshowbackground {
	background-attachment:fixed;
	background-image:url(../images/radioshow_mainimage.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#000000;
	
	}
	
.starterbackground {
	background-attachment:fixed;
	background-image:url(../images/starter_mainimage.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#000000;
	
	}


body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	SCROLLBAR-FACE-COLOR:#BC8648;
	SCROLLBAR-HIGHLIGHT-COLOR:#BC8648;
	SCROLLBAR-SHADOW-COLOR:#885935;
	SCROLLBAR-3DLIGHT-COLOR:#885935;
	SCROLLBAR-ARROW-COLOR:#885935;
	SCROLLBAR-TRACK-COLOR:#BC8648;
	SCROLLBAR-DARKSHADOW-COLOR:#BC8648;
	SCROLLBAR-BASE-COLOR:#BC8648;
	scrollbar-lightshadow-color:#B28460;
	background:#000000;
	BORDER-RIGHT:none;
	BORDER-LEFT:none;
	BORDER-TOP: none;
	BORDER-BOTTOM:none;
	} 

.blockbackground {
	background-attachment:fixed;
	background:#ffffff;
	background-repeat:no-repeat;
	background-position:left top;
	}

/* Overall font and text rollover*/

.sectionheader{
  font-family:Georgia, Times New Roman, Times, serif;
  font-size:14px;
  color:#000000;
  letter-spacing:1pt;
  font-variant:small-caps;
}

.subsectionheader{
  font-family:Georgia, Times New Roman, Times, serif;
  font-size:12px;
  color:#000000;
  letter-spacing:1pt;
  font-variant:small-caps;
}


td, tr {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:12px;
	color:#000000;
	line-height:15pt;
	}

a {
	color:#3C392B;
	
}
	a:hover {
	color:#000000;
	text-decoration:none;
}

.maincontentareaddiv{
    font-family:Georgia, Times New Roman, Times, serif;
	font-size:12px;
	color:#000000;
	line-height:15pt;
	width:380pt;
	position:absolute; 
	left:100px;
	top:11px; 

}
.printlink{
    font-family:Georgia, Times New Roman, Times, serif;
	font-size:10px;
	color:#000000;
	text-decoration:underline;
}
.printlink:hover {
 color:#000000;
 text-decoration:none;
}

.floatdiv{
 position:absolute;   
 height:15px; 
 left:242px; 
 width:98px; 
 top:9px;
}

/* CONTACT FORM ATTRIBUTES*/
.formfield{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:9pt;
	color:#000000;
	background-color:#BC8648;
	border-color:#000000;
	border-width:1pt;

}

