@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;
	font-family: Arial, Helvetica, sans-serif;
	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: #75350A;
	background: #f5f6e6;
	background-repeat: repeat-y;
	background-position: center center;
}
.main #container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal {
	margin: auto;
	padding: 0;
	list-style-type: none;
	font-size: small;
	cursor: default;
	width: 720px;
	font-family: Arial, Helvetica, sans-serif;
}
.burgBold {
	color: #650909;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-left: 15px;
	text-align: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}
.brownText {
	color: #75350A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 3px;
	text-align: left;
}
.email_links {
	color: #F4EFBE;
}
.top_nav_bar_back {
	font-family: Arial, Helvetica, sans-serif;
	color: #F4EFBE;
	font-size: small;
	font-weight: normal;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F4EFBE;
	border-bottom-color: #F4EFBE;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-color: #C69C6D;
	border-left-color: #C69C6D;
}
.cream_text {
	color: #F4EFBE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.topChurch_img {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bolder;
	background-image: url(../assets/images/top-bar2.jpg);
	color: #F4EFBE;
}
.topChurch_img .topChurch_text {
	font-weight: bold;
}
.map_image {
	text-align: center;
}
/*.mainHomeLeft {
		background-image: url(../assets/images/main_cont_back_new_taller.jpg);
}*/
.mainHomeLeft {
		background: #f4efbe;
}
.mainHomeRight {
	padding-top: 3px;
	padding-left: 2px;
}
.email_links_inside_color {
	color: #75350A;
	text-decoration: underline;
}
/*ul, ol, dl { position: relative; }*/
.table_blank_cell {
}
.centerBrownBoldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #75350A;
	text-align: center;
}
.centerBrownBoldTextSmaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #75350A;
	text-align: center;
}
.scripture_ref_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #75350A;
}
.offPageText {
	color: #000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.mozilla {
	color: #75350A;
	font-size: 10px;
	}
.brownTextIndentedPodcasts {
	color: #75350A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 3px;
	text-align: left;
	padding-left: 130px;
}




.boldbooktitle {
	font-weight: bold;
}
