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

body,td,th {
	color: #000;
}
a:link {
	color: #00C;
}
a:visited {
	color: #00C;
}
a:hover {
	color: #09F;
	text-align: left;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #630020;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #D6D6D6;
	background-color: #DDDDDD;
	background-image: url(topbar_bkg.jpg);
	height: auto;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	background-color: #FFFFFF;
	height: 100%;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #mainContent table tr td table tr td #_frame {
	text-align: left;
}
.floatLeft{float: left;}
.floatRight{float: right;}
.newsletterButton {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 3px;
}
.newsletterBreadcrumb {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}
.newsletterArchiveButton {
	width: 86px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 3px;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 3px;
}
.imageLeft {
	float: left;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
}
.imageRight {
	float: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.imageCenter {
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	margin-left: auto;
	text-align: center;
}


.imageThumbnail {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	margin-left: 10px;
	text-align: center;
	width: 160px;
	overflow: hidden;
}
.imagePAThumbnail {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	margin-left: 10px;
	text-align: center;
	width: 160px;
}


.imageCaption {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	margin-left: 10px;
	text-align: center;
}
.imageLeftCaption {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.imageRightCaption {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	margin-left: 20px;
	text-align: center;
	overflow: visible;
}



.pastors {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
	width: 220px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.sidebarLeft {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 220px;
	background-color: #FFF79A;
	padding-right: 5px;
	padding-left: 5px;
}

.sidebarRight {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
	width: 220px;
	background-color: #FFF79A;
	padding-right: 5px;
	padding-left: 5px;
}

.staff {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
	width: 300px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.newsletterDecade {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	margin-left: 10px;
	text-align: center;
	width: 160px;
	overflow: hidden;
}
.newsfeed {
	float: left;
	padding-left: 10px;
}