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

/*****************
	Layout
*****************/
.layoutA {
	background-image:url(../layout/a_bk.jpg);
	background-repeat:repeat-x;
}
.layoutB {
	background-color:#2975AD;
	height:20px;
}
.layoutC {
	background-color:#FFFFFF;
}
.layoutD {
	background-color:#2975AD;
	height:20px;
}
.layoutE {
	background-color:#FFFFFF;
}
.layoutF {
	background-color:#2975AD;
	height:20px;
}
.layoutG {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.layoutNavSpacer {
	width:150px;
}


/*****************
	Styles
*****************/
/***** Links *****/
a:link, a:active, a:visited {
	color: #2975AD;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}


/***** Tags *****/
body {
	margin:0;
	background-image:url(../layout/bg.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
p {
	margin:8px;
}


/***** Custom Styles *****/
.blueText {
	color:#2975AD;
}
.bodyTitle {
	color:#2975AD;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:5px;	
}
.bodyTitle2 {
	color:#2975AD;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;	
}
.mainContent {
	padding:10px;
}
.photoCaptions {
	color:#2975AD;
	text-transform:uppercase;
	font-size:12px;
}
.redText {
	color: #990000;
}
.reference {
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
.scripture {
	color:#2975AD;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
}
.sideBar {
	padding:10px;
	color:#2975AD;
	font-size:12px;
}


/***** Special Divs *****/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */ Hide entire CSS code from IE6 
.quote{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: auto;
text-aling:justify;
font-weight:bold;
font-style: italic;
}

.quote .innerdiv{
background: transparent url(brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
text-align:justify;
font-weight:bold;
font-style:italic;
}
<![if !IE 6]>
.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 500px; /* container width*/
background-color: #2975AD;
line-height: normal;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}
<![endif]>