@charset "UTF-8";

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-image:url(images/background.gif);
	background-repeat:repeat-x;
	background-color:#807120;
}
.oneColFixCtr #container {
	width: 852px;  /* 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: 0px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 6px 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:450px;
}
.oneColFixCtr #navBar {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
	background-image:url(images/navbar_tile.gif);
	background-repeat:repeat-x;
	height:31px;
	padding-top:8px;
}
.oneColFixCtr #footerBar {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image:url(images/navbar_tile.gif);
	background-repeat:repeat-x;
	height:29px;
	padding-top:10px;
	font-size:.7em;
}
.cellpadding {
	padding-left:16px;
	padding-right:12px;
	padding-top:4px;
}
.bodytext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}


.bodytext ul {
	margin-top: 5px;
	margin-bottom: 20px;
}

.home {
	line-height: 1.5;
}

.links {
	padding: 0px;
	margin: 0px;
}

.links li {
	list-style-type: none;
	padding-top: 15px;
	padding-left: 10px;
}

h1 {
	font-size: 2em;
	font-family: Garamond, Times New Roman;
	color: #58833C;
}


h2 {
	font-size: 1.5em;
	font-family: Garamond, Times New Roman;
	color: #58833C;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-size: 1.3em;
	font-family: Garamond, Times New Roman;
	color: #58833C;
	padding: 0px;
	margin: 0px;
}

.numbered {
}

.numbered li {
	padding-top: 15px;
	padding-left: 10px;
}


.spaced {
}

.spaced li {
	padding-top: 20px;
}


.form td {
	padding-bottom: 10px;
	padding-left: 10px;
}

.form th {
	text-align: right;
}

.form input.field {
	width: 350px;
}


.sermons {
	font-weight: .9em;
}