﻿/* interest items */
.Interest1
{
	width: 200px;
	height: 100px;
	background-image: url('pageImages/mb2.jpg');
	background-repeat: no-repeat;
	color:White;
	font-size:12px;
	text-align:center;
}

.Interest2
{
	width: 200px;
	height: 110px;
	background-image: url('pageImages/mb3.jpg');
	background-repeat: no-repeat;
	color:White;
	font-size:12px;
	text-align:center;
}
.Interest3
{
	width: 200px;
	height: 110px;
	background-image: url('pageImages/mb5.jpg');
	background-repeat: no-repeat;
	color:White;
	font-size:12px;
	text-align:center;
}
.Interest4
{
	width: 200px;
	height: 220px;
	background-image: url('pageImages/mb20.jpg');
	background-repeat: no-repeat;
	color: White;
	font-size: 14px;
	text-indent: 10px;
	text-align:center;
}
.Interest4 a
{
	color:White;	
}
.Interest4 a:hover
{
	color:gray;	
}
.Interest5
{
	width: 200px;
	height: 110px;
	background-image: url('pageImages/mb7.jpg');
	background-repeat: no-repeat;
	color:White;
	font-size:12px;
	text-align:center;
}
.Interest6
{
	width: 200px;
	height: 110px;
	background-image: url('pageImages/mb9.jpg');
	background-repeat: no-repeat;
	color:White;
	font-size:12px;
	text-align:center;
}
.Interest7
{
	width: 200px;
	height: 110px;
	background-image: url('pageImages/mb11.jpg');
	background-repeat: no-repeat;
	color:White;
	font-size:12px;
	text-align:center;
}
.Interest8
{
	width:100px;
	background-color:Black;
	text-align:center;
		
}

/*  Home page Login */

.HomePageLogin
{
}


/*  Content Page style */
table
{
	font-family:Arial;	
}

.ContentPageHeader
{
	width:100%;
	height:100px;	
}

.ContentPageContent
{
	width: 100%;
	font-size: 11px;
	font-family: Arial;
	padding: 10px;
}

.ContentPageContentNoPadding
{
	width: 100%;
	font-size: 11px;
	font-family: Arial;
	
}

.SectionHeading
{
	font-size:16px;
	font-weight:bold;	
}

.imageInText
{
	margin: 0 10px 10px 0;
	float: left;
}

.imageInTextRight
{
	border: thin #284E98;
	margin: 0 10px 0 10px;
	float: right;
}


/* GWE Tags */
.GWETag a
{
	color:white;
	font-size: 12px;
	text-decoration:none;	
}

.GWETag a:hover
{
	color:white;
	font-size: 14px;
	
}

.titleCell
{
	background-color:Silver;
	font-size:16px;
	font-weight:bold;
}

.adClass
{
	background-color:Navy;
		
}


/* Ministries Style */

.MinistryList
{
	width: 150px;
	
	font-size:12px;
	color: white;
}

.MinistryListA
{
	background-image: url('PageImages/ministryListBarBlue.jpg');
}
.MinistryListB
{
	
	background-image: url('PageImages/ministryListBarBlue.jpg');	
	
}
.MinistryList a
{
	color:white;
	text-decoration:none;
}

.MinistryList a:hover
{
	color:red;
}

.lblVerse
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #000080;
	
}
.lblMinName
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	text-transform: capitalize;
	color: #000080;
}

.lblDescription
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.lblLeaders
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-transform: capitalize;
}

.lblBlog
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000080;
}

.lblEmail
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000080;	
}