@charset "UTF-8";
/* CSS Document */

body {
	padding:0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif; /*Base font: Georgia*/
	font-size:12px;
}

h1 {
	color: #693b44;
	padding-top: 0;
	margin-top: 0;
	background-image:url(images/hr300.jpg);
	background-position: center bottom;
	background-repeat:no-repeat;
	padding-bottom: 2px;
}

.line300 {
	background-image:url(images/hr300.jpg);
	background-position: center bottom;
	background-repeat:no-repeat;
	padding-bottom: 2px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

td.NavColumn {
	padding: 0 5px 0 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #807171;
}

td.NavColumn p {
	padding-top: 0;
	margin-top: 0;
}

td.NavColumn p.nopad {
	padding-bottom:0;
	margin-bottom:0;
}

td.NavColumn ul {
	margin-top:0;
	margin-left: 10px;
	padding-top: 0;
	padding-left: 0;
	font-size:10px;
	list-style-type:none;
}

td.NavColumn a {
	color: #807171;
	text-decoration: none;
}

td.NavColumn a:visited {
	color: #807171;
	text-decoration: none;
}

td.NavColumn a:hover {
	color: #273b25; /*Dark Green*/
	text-decoration: underline;
}

td.Content {
	padding: 0 5px 0 0;
}

/* STYLES FOR WORDPRESS-BASED PAGES */
p.ByLine {
        font-size: 10px;
        font-family: Verdana, sans-serif;
        margin-top: 0;
        padding-top:0;
}

h1.WPTitle {padding-bottom: 0;
	margin-bottom: 0;
}

h1.WPTitle a{
	color: #693b44;
	text-decoration: none;
}

.nopad {
	margin: 0;
	padding: 0;
}

.PrayerRequestByLine {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

img.PhotoAlbum {
	border: none;
}

table.ConferenceSchedule {
	border: none;
}

table.ConferenceSchedule td {
	border: 1px solid #AAB684;
}

table.ConferenceSchedule th {
	height: 30px;
	border: none;
	border-bottom: 1px dotted black;
	vertical-align:bottom;
	font-size: 16px;
}

.Errors {
	border: 3px solid #CC0000;
	background-color: #CC6699;
	padding: 5px;
}