/* =====================================================
 Section Page CSS file for: Home
 =======================================================*/
 
/*--------------------------------------------------
 Top Navigation Row
 --------------------------------------------------*/
#topnav{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #2c1376;
	text-align: center;
}
#topnav li {
	list-style: none;
	display: inline;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
#topnav li a{
	text-decoration: none;
	color: #2c1376;
}
#topnav li a:hover{
	text-decoration: underline;
	color: #2c1376;
}

#leftnav{
	font: 15px Georgia, "Times New Roman", Times, serif;
	text-align: right;
	padding: 40px 10px 2px 0px;
}
/*--------------------------------------------------
 Left side navigation
 --------------------------------------------------*/
#leftnav .title{
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FDC776;
}

#leftnav a{
	text-decoration: none;
	color: #2c1376;
}
#leftnav a:hover, a:visited{
	text-decoration: underline;
	color: #2c1376;
}
/*--------------------------------------------------
 Content Area
 --------------------------------------------------*/
.maintitle{
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding-right: 10px;
	text-transform: none;
	background: #8D77AE;
	height: 25px;	
}
#contentblock{
	font: 12px/14px 'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
	color: #2c1376;
	text-align: left;
	position: absolute;
	left: 20px;
	top: 230px;
	height: 280px;
	width: 200px;
	padding: 5px;
}
/*-------------------------------------------
 MISSION Section link
 -------------------------------------------*/
.missionsection{
	font: 20px "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
	padding: 1px 0px 1px 0px;
	text-transform: capitalize;
	background: #FDCE80;
	letter-spacing: 1px;
}
.missionsection a, .missionsection a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.missionsection a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
/*-------------------------------------------
 BELONGING Section link
 -------------------------------------------*/
.belongingsection{
	font: 20px "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
	padding: 1px 0px 1px 0px;
	text-transform: capitalize;
	background: #9EAFCE;
	letter-spacing: 1px;
	vertical-align: middle;
}

.belongingsection a, .belongingsection a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.belongingsection a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
/*-------------------------------------------
 JUSTICE & PEACE Section link
 -------------------------------------------*/
.justicesection{
	font: 20px "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
	padding: 1px 0px 1px 0px;
	text-transform: capitalize;
	background: #F3B9DB;
	letter-spacing: 1px;
	vertical-align: middle;
}
.justicesection a, .justicesection a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.justicesection a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
/*-------------------------------------------
 Seeking God Section link
 -------------------------------------------*/
.seekingsection{
	font: 20px "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
	padding: 1px 0px 1px 0px;
	text-transform: capitalize;
	background: #60B191;
	letter-spacing: 1px;
	vertical-align: middle;
}
.seekingsection a, .seekingsection a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.seekingsection a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
/*-----------------------------------------------
 Page Footer
 ------------------------------------------------*/
.footer{
	font: 9px Arial, Helvetica, sans-serif;
}