body {
	background-color: #625C6F;
	margin: 0px;
	font-family: georgia, serif;
	font-size: 12px;
	color: #555;
}

h1 {
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #666;
	margin-top: 0;
	margin-bottom: 20px;
}

h2 {
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #666;
	margin-bottom: 0.8em;
}
h3 {
	font-weight: bold;
	font-size: 12px;
	color: #666;
	margin: 0px;
	line-height: 100%;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

.events {
	width: 100%;
}

.events td, .events th {
	vertical-align: top;
	line-height: 140%;
	padding: 10px 10px 10px 10px;
}

.events th {
	width: 30%;
	font-weight: normal;
	text-align: left;
	color: #999;
	font-size: 11px;
}

.events .even {
	background-color: #F7F7F7;
}

.events .odd {
	background-color: #E7E7E7;
}

.events .head th {
	padding: 0px;
}

a {
	font-weight: bold; 
}

a:link    { color: #576F9E; text-decoration: none; }
a:visited { color: #576F9E; text-decoration: none; }
a:active  { color: #576F9E; text-decoration: none; }
a:hover   { color: #43567A; text-decoration: none; }

.exception {
	background-color: #FFF8F8;
	border: 1px solid #CF8A8A;
	padding: 8px;
	margin-bottom: 10px;
}

.success {
	background-color: #F7FFF7;
	border: 1px solid #B7E0B5;
	padding: 8px;
	margin-bottom: 10px;
}

.contact_table {
	width: 100%;
}

.contact_table th {
	text-align: left;
	font-weight: normal;
	padding-right: 20px;
}

.contact_table td {
	padding: 2px 10px 2px 10px;
}


.form_table .field_name {
	text-align: right;
	padding-right: 5px;
}

.required {
	color: #990000;
}

.not_required {
	color: #FFF;
}

fieldset {
	border: 1px solid #CCC;
	padding: 0.5em;
}

legend {
	font-weight: bold;
	padding: 3px 8px 3px 8px;
}

.form {
	width: 100%;
}

.form .input {
	width: 98%;
}

.form .text {
	width: 98%;
	height: 200px;
}

.form th {
	font-weight: normal;
	text-align: right;
	vertical-align: top;	
	width: 80px;
	padding-right: 8px;
}

#frame {
	width: 770px;
	margin: 0px auto 0px auto;
	background-image: url(/images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#inner_frame {
	margin: 0px 15px 0px 15px;
	width: 740px;
}

#footer {
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #625C6F;
	width: 738px;
	padding: 18px 16px 10px 16px;
	margin: 0px;
	color: #E5E5E5; 
	clear: both;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}
	#footer a:link { color: #E5E5E5; }
	#footer a:visited { color: #E5E5E5; }
	#footer a:active { color: #E5E5E5; }
	#footer a:hover { color: #E5E5E5; }

#header {
	height: 82px;
	margin: 0px;
	padding: 0px;
	width: 770px;
	display: block;
	border: none;
}
	
	#nav {
		border: none;
		margin: 0px 9px 0px 9px;
		padding: 0 12px 0 12px;
		width: 728px;
		background-color: #c7c7c7;
		overflow: hidden;
	}
	
	
		#nav ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
	
			#nav li {
				display: block;
				float: left;
				border: none;
				margin: 0 0 0 10px;
				padding: 5px 0 5px 0;	
				background-image: none;
			}
			
				#nav li a {
					display: block;
					text-transform: uppercase;
					font-family: Arial, Verdana, sans-serif;
					color: #666;
					font-weight: bold;
					font-size: 11px;
					padding: 1px 8px 1px 8px;
				}
				
				#nav li a:hover {
					background-color: #666;
					color: #fff;
				}

#content {
	width: 692px;
	background-image: url(/images/content_back.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 30px 30px 35px 30px;
	margin: 0px 9px 0px 9px;
	line-height: 1.8;
}

.title {
	margin-bottom: 25px;
	display: block;
}

	.mid_page {
		margin-top: 25px;
	}

.sermon_description {
	width: 100%;
	clear: both;
}

.sermon_audio_player {
	width: 350px;	
}

p.signature {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: 1px solid #ccc;
	font-style: italic;
}

p.signature.last {
	padding-bottom: 0;
	border-bottom: none;
}

ul.listing {
	padding-bottom: 2.5em;
	margin-bottom: 2em;
	border-bottom: 1px solid #ccc;	
}

ul.listing a {
	font-weight: normal;
	font-style: italic;
}

h2.tribute {
	margin-top: 0;
	padding-bottom: 0.8em;
	border-bottom: 1px solid #ccc;
}