/* change background color/add background image to control page background area */
body.programBody {
	background: #D4D5CD;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Georgia, sans-serif;
	font-size: 11px;
}

cite  {
	font-size: 10px;
   }

div  {
	font-size: 11px;
   }

div#programPageArea a:active, a:link, a:visited
   {
   font-size: 11px;
   color: #BEA65C;
   font-weight: bold;
}

div#programPageArea a:hover
   {
   color: #ffffff;
   font-weight: bold;
   background-color: #BEA65C;
}

/* 
form, option, input, select, pre
   {
   font-family: Verdana, Georgia, sans-serif;
   font-size: 11px;
   color: #2F3229;
   }
*/

ul, li, td, tr, p, blockquote
   {
   font-size: 11px;
   color: #2F3229;
   }
   
.footer-bgcolor  {
   background-color: #dad1ca;
}

.footer-textcolor  {
   color: #2F3229;
}

.footer-linkcolor  {
   color: #ffffff;
   font-weight: bold;
}

.imagetext  {
   font-size: 12px;
   color: #2F3229;
   }
   
.biblical  {
   font-size: 11px;
   color: #2F3229;
   background-color: #696E4B;
   padding: 10px 10px 10px 10px;
   text-align: justify;
   border: 1px solid #8E946D;
}

.passage  {
   font-size: 11px;
   color: #2F3229;
   background: #ffffff;
   padding: 10px 10px 10px 10px;
   text-align: left;
   border: 0px solid #000000;
}

.passage2  {
   font-size: 11px;
   color: #2F3229;
   padding: 10px 10px 10px 10px;
   text-align: left;
   border-top: 1px solid #CFD6DC;
   border-right: 1px solid #CFD6DC;
   border-bottom: 0px solid #CFD6DC;
   border-left: 1px solid #CFD6DC;
   background: #B8C1C3;
}

.passage3  {
   font-size: 11px;
   color: #2F3229;
   background: #BCC7A9;
   padding: 10px 10px 10px 10px;
   text-align: left;
   border: 0px solid #000000;
}

.passage4  {
   font-size: 11px;
   color: #432D20;
   background: #D2BFC1;
   padding: 10px 10px 10px 10px;
   text-align: left;
   border: 1px solid #93755B;
   filter: alpha(opacity=85);
   -moz-opacity: 0.85;
   opacity: .85;
}


.opacity  {
   background-color: #6B4F3A;
   filter: alpha(opacity=75);
   -moz-opacity: 0.75;
   opacity: .75;
}

.navbg  {
   background-color: #f3f3f3;
   color: #2F3229;
}
   
.programtitle
   {
   font-size: 16px;
   color: #6B4F3A;
   font-weight: bold;
   font-variant: small-caps;
}

.programheading   {
   font-size: 14px;
   color: #6B4F3A;
   font-weight: bold;
   font-variant: small-caps;
}

.programdate {
   font-size: 11px;
   }
   
.doctitle
   {
   font-size: 15px;
   color: #6B4F3A;
   font-weight : bold;
   font-variant: small-caps;
   }
   
.doctitle-caption
   {
   font-size: 12px;
   color: #6B4F3A;
   font-variant: small-caps;
}

.reflectiontitle
   {
   font-size: 12px;
   font-weight: bold;
   color: #6B4F3A;
   font-variant: small-caps;
}
   
.introtext
   {
   font-size: 11px;
   color: #6B4F3A;
   }

.voicesbio					{
   font-size: 13px;
   color: #6B4F3A;
   list-style: square;
   font-variant: small-caps;
   font-weight: bold;
   }
   /* default to program color */
div#sofProgramBanner h1 a {
	background: transparent url(/images/sof_header/sof-wordmark.png) 0px -100px no-repeat; 
}
/* default rollover to black */
div#sofProgramBanner h1 a:hover,
#secondary div#sofProgramBanner h1 a:hover {
	background-position: 0 0;
}
#apmContainerLeft {
        background-color: #fff;
        }
