﻿body 
{
	height: 850px;
	width: 1024px;
	margin: 0px auto 0px auto;
	background-repeat: repeat-x;
	background-color: #666666;
}
a
{
	color: Blue;
	cursor: pointer;
	
}
	
.footerLink
{
	color: #87CEEB;
	cursor: pointer;
}
.internalLink
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
}
li
{
	font-size: 14px;
	color: red;
	font-weight: bold;
}
#divHeader 
{
	background-color: #666666;
	height: 350px;
	width: 1024px;
	z-index: -1;
}

#divMainBody 
{
	background-color: #CCCCCC;
	height: 460px;
	width: 1024px;
	overflow: hidden;	
	z-index: -1;
}

#divFooter
{
	width: 1024px; 
	height: 50px;
	text-align: center;
	background-color: #333333;
	color: #87CEEB; 
	font-size: 13px; 
	font-family: Verdana;
}
#div2PanelLeft
{
	width: 600px;
	height: 460px;
	float: left;
}
#div2PanelRight
{
	width: 404px;
	height: 460px;
	overflow: auto;
	float: left;
	scrollbar-base-color: #333333;
	scrollbar-arrow-color: blue; 
}
.pastorDiv
{
	width:150px;
	height:200px;
	float: left;
}
.pastornoteDiv
{
	width:250px;
	height:200px;
	float: left;
	font-size: 13px;
}
.button
{
	border: solid 2px white;
	float:left;
	cursor: pointer;
}
.defaultButton
{
	border: solid 2px white;
	float: left;
	cursor: pointer;
	height: 145px;
	width: 160px;
}
.title
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight:bold;
}
.mainContentDiv
{
	width: 560px;
	overflow: hidden;
	float:left;
}
.contentDiv
{
	overflow:hidden;
	width:560px;
	height:360px;
	position:relative;	
	font-family: Tahoma;
	font-size: 12px;
	float: left;
	scrollbar-base-color: #666666;
	scrollbar-arrow-color: blue; 
}
.textContent
{
	font-family: Tahoma;
	font-size: 12px;
	text-align: justify;
	width: 500px;
}
.hrDiv
{
	width:1px;
	height:350px;
	float:left;
}
.hrLine
{
	width:1px;
	height:350px;
	background-color:#999999;
}
.bibleVerse
{
	font-family: Tahoma;
	font-style: italic;
	font-size: 13px;
	color: blue;
}
.address
{
	font-family: Tahoma;
	font-size: 11px;
	width: 340px;
	color: #333333;
	text-align: center;
}
.medTitle
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: Navy;
}
.bibleRef
{
	font-family: Tahoma;
	color: Blue;
	text-decoration: underline;
	font-size: 12px;
}
.verseDiv
{
	font-family: Tahoma;
	font-size: 12px;
	color: Blue;
	display: none;
}
.verseTitle
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: Black;
}
.rightContent
{
	height:200px;
	width:350px;
	text-align:justify;
}
.silentLink
{
	border: none;
	text-decoration: none;
	cursor: pointer;
}
.contactQuestion
{
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}
.contactButton
{
	background-color: #666666;
	color:White;
}
.countries
{
	width: 100px;
	float: left;
}
.weeklySchedule
{
	width: 550px;
}
.weeklyDay
{
	width: 175px;
	float:left;
	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
	color: black;
}

.dayTitle
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
	color: red;
}
.gallery
{
	display: none;
	width:500px;
}
.galleryTitle
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: Blue;
}
.galleryCount
{
	font-family: Tahoma;
	font-size: 10px;
	color: Black;
}
.galleryImage
{
	width: 130px;
	height: 130px;
	border: none;
	cursor: pointer;
}

.galDispMed
{
	width: 560px;
	text-align: center;
	float:left;
}
.galDispSmall
{
	width: 560px;
	text-align:center;
	float:left;
}
.medPhoto
{
	text-align: center;
	width: 450px;
	height: 450px;
	vertical-align: middle;	
	display:none;
}
.openPhoto
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: Green;
	text-decoration: none;
}
.turnPage
{
	width:560px;
	text-align:center;
}
	
	