html {
	min-height:500px;
}

body { font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
}

p, td, th, h1, h2 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	top: auto;
	text-align: left;
}

h1 { font-size: 14px; font-weight:bold; color: #ce3031; }
h2 { font-size: 13px; font-weight:bold; color: #003366; }

.containerTitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.collectSubTitle {
	font-size: 13px;
	color: #004184;
	font-weight: bold;
}


.addressText {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
}

.standardText { 
	font-size: 12px;
	line-height: 1.5em;
}

.standardTextRed {
	font-size: 12px;
	line-height: 1.5em;
	font-style: italic;
	color: #FF0000;
}

.standardTextBold {
	font-weight: bold;
	font-size: 12px;
}

.standardTextBold a:visited{
}
.navText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 2em;
}
.navText a:link {
	text-decoration: none;
	color: #000000;
}

.navText a:visited {
	color: #000000;
	text-decoration: none;
}
.navText a:hover {
	color: #003399;
}
.navTextSelected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ce3031;
	line-height: normal;
	padding: 2px;
	width: 135px;
	border: solid 1px #000000;
}

.searchButton {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
	height: 18px;
}

.searchField {
	font-size: 10px;
	color: #003366;
	height: 18px;
}
.excerptSubTitle {
	font-size: 13px;
}
.excerptText {
	font-size: 9px;
	line-height: 1.5em;
}
.advSearch {
	font-size: 9px;
}
.sermonTitle {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}

#announcement {
	margin: auto;
	padding: 10px;
	background-color: #eeeeee;
	border: 1px solid #006699;
}

.divider {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	padding-bottom: 10px;
}
a:active { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; line-height: 14px; text-decoration: none; }
.Center {
	text-align: center;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

