@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;	
}
* html body {
font-size: x-small; /* for IE5/Win */
font-size: small; /*for other IE Versions*/
}
h1 {
	font-size:150%;
	margin: 0px;
		color: #0C361C;
}
h2 {font-size:130%;
	margin: 0px;
		color: #0C361C;

}
h3 {font-size:120%;
	margin: 0px;
	color: #0C361C;

}
h4 {font-size:105%;
	margin: 0px;
	color: #0C361C;

}
h5 {font-size:100%;
	margin: 0px;
	color: #0C361C;

}
.secondary #container {
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 44px;
	height: auto;
	font-weight: normal;
}
.secondary #header {
	margin: 0px;
	float: left;
	height: 25px;
	width: 890px;
	padding: 0;
	background-color: #FFFFFF;
}
.secondary #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 */
}
.secondary #mainContent {
	margin: 0px;
	float: left;
	height: 257px;
	width: 890px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #D6D7A2;
}

.secondary #mainContentW {
	margin: 0px;
	float: left;
	height: 270px;
	width: 890px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #D6D7A2;
	}
.secondary #footer {
	margin: 0px;
	float: left;
	height: 40px;
	width: 890px;
	padding: 0;
	background-color: #FFFFFF;
}
.secondary #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 */
	text-align: center;
	font-size: medium;
	font-weight: normal;
	color: #6C835B;
}
.secondary #container #navigation {
	margin: 0px;
	float: left;
	height: 41px;
	width: 890px;
	border: thin solid #C5C3A1;
}
.secondary #container #header h1 {
	margin: 0px;
	padding: 2px;
}
.secondary #container #navigation {
	height: 29px;
	width: 890px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
.secondary #container #slideshowheader {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 221px;
	width: 890px;
}
#topcontent {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 140px;
	width: 890px;
	background-color: #D7D8A3;
}
#tltlebar_middlepage {
	margin: 0px;
	padding: 0px;
	height: 34px;
	width: 890px;
	background-color: #FFFFFF;
	float: left;
}
.secondary #container #tltlebar_middlepage h5 {
	font-size: medium;
	color: #A3A359;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 1px;
	font-weight: normal;
}
.secondary #container #tltlebar_middlepage ul {
	text-decoration: none;
	display: inline;
	list-style-type: none;
}
.secondary #container #tltlebar_middlepage li {
	margin: 0px;
	float: left;
	height: 27px;
	width: 274px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	color: #AFAE8B;
	text-align: left;
	font-weight: normal;
	font-size: medium;
}
#topcontent_col1 {
	float: left;
	height: 126px;
	width: 203px;
	padding: 4px;
}
#topcontent_col2 {
	padding: 4px;
	height: 126px;
	width: 203px;
	float: left;
}
#topcontent_col3 {
	padding: 4px;
	float: left;
	height: 126px;
	width: 203px;
}
#topcontent_col4 {
	padding: 4px;
	float: left;
	height: 126px;
	width: 203px;
}
#mainContent_col1 {
	float: left;
	height: 257px;
	width: 285px;
}
#mainContent_col2 {
	float: left;
	height: 257px;
	width: 315px;
	padding-left: 10px;
}
#mainContent_col3 {
	float: left;
	height: 257px;
	width: 235px;
	padding-left: 10px;
}
.secondary #container #topcontent  h1 {
	font-size: 15px;
	font-weight: normal;
	color: #0C361C;
}
.secondary #container #topcontent  p {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 0px;
}
.secondary #container #topcontent  h2 {
	font-size: 11px;
	color: #0C361C;
	font-weight: normal;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.secondary #container #mainContent p {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin-top: 4px;
	padding-left: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mainpage #container #mainContent p {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	padding-left: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mainpage #container #mainContent  h1 {
	font-size: 150%;
	font-weight: normal;
	color: #0C361C;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.secondary .mainpage #container #mainContent  h2 {
	font-size: 130%;
	font-weight: normal;
	color: #0C361C;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
}
.secondary .mainpage #container #mainContent  h3 {
	font-size: 120%;
	font-weight: normal;
	color: #0C361C;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
}
.secondary .mainpage #container #mainContent  h4 {
	font-size: 110%;
	font-weight: normal;
	color: #0C361C;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
}

.secondary #container #topcontent #bar1 {
	float: left;
	width: 10px;
	padding-top: 6px;
	padding-right: 1px;
}
#bar2 {
	float: left;
	width: 11px;
	height: 257px;
}
.secondary #container #mainContent #bar2 img {
	padding-top: 20px;
	padding-bottom: 10px;
}
.secondary #container #topcontent  h1 {
	margin: 0px;
}
.paragraphcol1 {
	height: 57px;
}
#mainpage_calendar {
	height: 200px;
	width: 200px;
	border: 5px solid #0C361C;
	margin-top: 5px;
}
.secondary #container #header p {
	font-size: small;
	font-weight: normal;
	color: #0C361C;
}
.headerimage {
	float: left;
	width: 780px;
}
.headerlinks {
	float: left;
	width: 100px;
}
.secondary #container #header .headerlinks p {
	font-size: small;
	font-weight: normal;
	color: #0C361C;
	margin: 0px;
	padding-top: 3px;
}
.secondary #container #header .headerlinks ul {
	list-style-type: none;
	display: inline;
}
.secondary #container #header .headerlinks li {
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #0B3019;
	display: block;
	float: left;
	width: 50px;
	padding-top: 5px;
}
.secondary #container #header .headerlinks a {
	color: #0C361C;
	text-decoration: none;
}
.secondary #container #topcontent #topcontent_col1 a {
	color: #0C361C;
	text-decoration: underline;
}
.secondary #container #topcontent #topcontent_col3 a {
	color: #0C361C;
	text-decoration: underline;
}
.secondary #container #topcontent #topcontent_col4 a {
	color: #0C361C;
	text-decoration: underline;
}
.secondary #container #mainContent #mainContent_col2 a {
	color: #0C361C;
	text-decoration: none;
}
.secondary #container #mainContent #mainContent_col2 a {
	color: #0C361C;
	text-decoration: none;
}
.secondary #container #mainContent #mainContent_col1 a {
	color: #0C361C;
	text-decoration: none;
}
.secondary #container #mainContent #mainContent_col1 a {
	color: #000000;
	text-decoration: none;
}
.secondary #container #mainContent #mainContent_col3 a {
	color: #0C361C;
	text-decoration: underline;
}
#secondary_mainContent_Col1 {
	float: left;
	width: 299px;
	height: 740px;
	background-color: #FFFFFF;
}
.secondary #container #secondary_mainContent #secondary_mainContent_Col2 p {
	font-size: small;
	font-weight: normal;
	float: left;
	width: 540px;
}
.secondary #container #secondary_mainContent #secondary_mainContent_Col1 p {
	font-size: small;
	font-weight: normal;
}
.secondary #container #secondary_mainContent #secondary_mainContent_Col2 p {
	padding-left: 20px;
	margin: 0px;
}
.secondary #container #secondary_mainContent #secondary_mainContent_Col2 h4 {
	color: #0C361C;
	padding-left: 5px;
}
.secondary #container #footer a {
	color: #A8A571;
	text-decoration: none;
}
#left_col_picturewide {
	float: left;
	width: 290px;
	height: 134px;
}
.secondary #container #secondary_mainContent #secondary_mainContent_Col1 p {
	float: left;
	width: 268px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.secondary #container #secondary_mainContent #secondary_mainContent_Col1 p {
	color: #000000;
}
.secondary #container #secondary_mainContent #secondary_mainContent_Col1 a {
	color: #0C361C;
}
#left_col_text_bottom {
	float: left;
	height: 250px;
	width: 289px;
}
.secondary #container #secondary_mainContent #secondary_mainContent_Col2 a {
	color: #0C361C;
}
.secondary #container #secondary_mainContent #secondary_mainContent_Col1 h4 {
	padding-left: 5px;
}
.secondary #container #secondary_mainContent #secondary_mainContent_Col1 p {
}
.secondary #container #secondary_mainContent #secondary_mainContent_Col1 h4 {
	margin: 0px;
	float: left;
	width: 250px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: small;
	font-weight: bold;
}
.secondary #container #secondary_mainContent #secondary_mainContent_Col2 h3 {
	font-size: medium;
	color: #0C361C;
	float: left;
	width: 510px;
	padding-top: 10px;
	padding-left: 20px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#Contact_Prayer_Form {
	float: left;
	width: 280px;
	padding-left: 10px;
}
.secondary #container #secondary_mainContent #secondary_mainContent_Col1 h3 {
	font-size: medium;
	color: #0C361C;
	float: left;
	width: 280px;
	padding-left: 15px;
}
.secondary #container #secondary_mainContent #secondary_mainContent_Col1 #left_col_title_text h5 {
	float: left;
	width: 287px;
	font-size: x-small;
	color: #0C361C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#weblink {
	margin: 0px;
	float: left;
	width: 278px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.secondary #container #secondary_mainContent #secondary_mainContent_Col2 h4 {
	width: 490px;
	float: left;
}
#bookimage {
	float: left;
	width: 289px;
}
#movieleft {
	float: left;
	height: 242px;
	width: 289px;
}
h6 {
	font-size: 10px;
	color: #345737;
}
.secondary #container #secondary_mainContent #secondary_mainContent_Col2 h6 {
	float: left;
	width: 550px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.secondary #container #secondary_mainContent #secondary_mainContent_Col1 h6 {
	width: 260px;
	padding-left: 20px;
}
.secondary #container #secondary_mainContent #secondary_mainContent_Col1 p {
	padding-left: 20px;
}
