/* change background color/add background image to control page background area */
body.programBody {
	background: #ffffff url(images/background.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Georgia, sans-serif;
	font-size: 11px;
}

.banner-bg  {
   background: #81ADB5 url(/programs/biologyofthespirit/images/banner-bg.jpg);
   }
   
cite  {
	font-size: 10px;
   }

div  {
	font-size: 11px;
   }

div#programPageArea a:active, a:link, a:visited
   {
   font-size: 11px;
   color: #9A696D;
   font-weight: normal;
}

div#programPageArea a:hover
   {
   color: #ffffff;
   font-weight: normal;
   background-color: #9A696D;
}

/* 
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: #333333;
   }
   
   
.passage  {
   font-size: 11px;
   color: #333333;
   background: #ffffff;
   padding: 10px 10px 10px 10px;
   text-align: left;
   border: 0px solid #000000;
}

.passage2  {
   font-size: 11px;
   color: #19140E;
   padding: 10px 10px 10px 10px;
   text-align: left;
   border-top: 1px solid #999999;
   border-right: 1px solid #999999;
   border-bottom: 0px solid #999999;
   border-left: 0px solid #999999;
   background: #f3f3f3;
}

.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: #19140E;
   background: #ffffff;
   padding: 10px 10px 10px 10px;
   text-align: left;
   border: 1px solid #f3f3f3;
   filter: alpha(opacity=85);
   -moz-opacity: 0.85;
   opacity: .85;
}

.opacity  {
   filter: alpha(opacity=65);
   -moz-opacity: 0.65;
   opacity: .65;
}

.doctitle
   {
   font-size: 15px;
   color: #796566;
   font-weight : bold;
   font-variant: small-caps;
   }
   
.doctitle-caption
   {
   font-size: 12px;
   color: #796566;
   font-variant: small-caps;
}

.doctitle-date
   {
   font-size: 12px;
   color: #796566;
   font-variant: small-caps;
}

.reflectiontitle
   {
   font-size: 12px;
   font-weight: bold;
   color: #796566;
   font-variant: small-caps;
}
   
.voicesbio					{
   font-size: 13px;
   color: #796566;
   list-style: square;
   font-variant: small-caps;
   font-weight: bold;
   }
