body {
	margin-top: 0px;
	background-color: #F5F5F5;
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size:small;
}
#wrapper{
	background:#ffffff;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	}
#content {
	padding:10px 15px;
}
h1 {
	background-color: #29586A;
	color:#FFFFFF;
}

h2 {
	background-color: #DCD088;
	color:#57004F;
	padding-left:10px;
}
.top {
	float:left;
}
.middle p {
	padding-left:15px;
}
.middle table {
	margin-left:15px;
}
.middle table td {
	padding-top:10px;
}
table td.tdverse {
	color:#57004F;
	font-weight:bold;
	font-size:medium;
}
table td.tdverse a, a:hover, a:visited {
	color:#000000;
	text-decoration:underline;
	font-weight:normal;
	font-size:small;
	}
div.right {
	float:right;
	padding: 5px 15px;
	text-align:center;
	}

/* Styles for Hyperlinks */
	
a, a:hover, a:visited {
	color:#000000;
	text-decoration:underline;
}
#footer {
	background-color: #DCD088;
}
#videothumbs {
	border:none;
	width:320px;
	height:75px;
	overflow-y:hidden;
	overflow-x:scroll;
}


/* Ministries section on homepage */
.ministriesLeftCol {
	padding:10px 13px; width:75px; float:left;
}
.ministriesCenterCol {
	padding:11px 7px; width:496px; height:78px; float:left;
}
.ministriesRightCol {
	padding:8px; float:left;
}
.ministrySliderControl {
	width:5px; height:77px; float:left; z-index:100; position:relative;
}
.ministrySliderContainer {
	width:300px; height:77px; float:left;
}
.ministrySliderControl a img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
}
.ministrySliderControl a:hover img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}
/* slider specific CSS */
.sliderGallery {
	overflow: hidden;
	position: relative;
	height: 90px;
	width: 310px;
	padding:0 10px;
	left: -5px;
}
.sliderGallery UL {
	position: absolute;
	list-style: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}
.sliderGallery UL LI {
	display: inline;
}
.sliderGallery a img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
}
.sliderGallery a:hover img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}


.item {
	margin:6px 0;
	width:100%;
	display:block;
	border-bottom: #ccc 1px solid;
	color:#747742;
}
.item_last {
	margin:6px 0;
	width:100%;
	display:block;
	color:#747742;
}
