﻿/*Universal*/
#Body {
	background-color: #FFFFCC;
	margin: 0 0 0 0;
}
#Navigation {
	background-image: url('Images/NavBanner.jpg');
	background-repeat:no-repeat;
	font-family: Harrington;
	font-size: x-large;
	height:73px;
	text-align: center;
}
#NavPageName {
	background-image: url('Images/NameBanner.jpg');
	background-repeat:no-repeat;
	font-family:Harrington;
	font-size:large;
	height:21px;
	text-align:center;
}
#Footer {
	text-align: right;
	font-size: small;
	padding: 0px 5px 5px 5px;
}

/*Homepage*/
.HomeBody {
	font-family: "Bodoni MT";
	font-size:large;
	min-height:450px;
    height:auto !important;
    height:450px;
    padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.HomeTable {
	text-align: center;
	font-family: "Berlin Sans FB";
	font-size: large;
	color: rgb(0, 0, 0);
	float: right;
	width: 25%;
}

/*Sermons*/
.SermonBody {
	font-family: "Bodoni MT";
	font-size:large;
	min-height:665px;
    height:auto !important;
    height:665px;
}
#SermonTableFrame {
	display:inline;
	float:right;
	height:655px;
	padding:10px 5px 5px 5px;
	width:87%;
}
#SermonNavFrame {
	float:left;
	height:655px;
	padding-top:10px;
	width:12%;
}
.SermonNav {
	text-align:center;
	font-size:small
}
.SermonTableTitle {
	border-style: solid;
	border-width: 2px;
	text-align: center;
	font-size: x-large;
}
.SermonTableData {
	border-left: 1px solid #3399FF;
	border-right: 2px solid #339933;
	border-top: 1px solid #339933;
	border-bottom: 2px solid #3399FF;
	text-align: center;
	font-size: medium;
}

/*History*/
.HistoryTitle {
	text-align:center;
}
.HistoryBody {
	font-family: "Bodoni MT";
	font-size:medium;
	min-height:560px;
    height:auto !important;
    height:580px;
	padding-left:5px;
	padding-right:5px;
}
.HistoryTable {
	margin-left:12px;
	margin-bottom:10px;
}
.HistoryTableTitle {
	border-style: solid;
	border-width: 1px;
	text-align: center;
	font-size: x-large;
	background-color: #88B160;
}
.HistoryTableTitle2 {
	border-style: solid;
	border-width: 1px;
	text-align: center;
	font-size: large;
	background-color: #88B160;
}
.HistoryTableNames {
	border-style: solid;
	border-width: 1px;
	text-align: left;
	text-indent: 5px;
}
.HistoryTableDates {
	border-style: solid;
	border-width: 1px;
	text-align: center;
}
.PastorBody {
	font-family: "Bodoni MT";
	font-size:medium;
	min-height:450px;
    height:auto !important;
    height:450px;
	padding-left:5px;
	padding-right:5px;
}
.ResourcesBody {
	font-family: "Bodoni MT";
	font-size:medium;
	min-height:450px;
    height:auto !important;
    height:450px;
	padding-left:5px;
	padding-right:5px;
}
</style>