@charset "UTF-8";
body  {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-image:url(Images/grad.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	background-color: #5C4130;
}
.twoColFixLtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	height: 90%;
	position: static;
	left: auto;
	right: auto;
	clear: both;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
} 
.twoColFixLtHdr #header {
	height: 76px;
	width: 780px;
	padding: 0;
	background-color: #DDDDDD;
	background-image: url(Images/banner3.jpg);
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	z-index: 2;
	margin: 0px;
	clear: right;
	float: left;
}
.addressOnContacts {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 17px;
	padding-top: 0px;
	padding-right: 75px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent {
	text-align: center;
	height: 100%;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.welcometo {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 25px;
}


.ContactUsText {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	margin-left: 110px;
	padding-left: 100px;
	margin-right: 30px;
	font-weight: normal;
}
.ContactTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-left: 0px;
	text-align: left;
	margin-left: -10px;
}



.biographies {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}




.TITLE1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	line-height: 30px;
}
.TITLE2 {
}


.PictureFrame {
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #734939;
	border-right-color: #89705C;
	border-bottom-color: #724939;
	border-left-color: #88705C;
}

.ParenthiesModifier {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 20px;
	line-height: 9px;
	color: #000;
}


.sidebar_l-ff {
	font-family: Arial, Helvetica, sans-serif;
	color: #600;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	vertical-align: baseline;
	color: #400000;
	line-height: 24px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	top: 20px;
	background-attachment: fixed;
	background-repeat: repeat;
}





.twoColFixLtHdr #footer {
	clear: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	clear: left;
}


.header2_2font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	right: 0px;
	line-height: 14px;
	color: #000;
	top: 0px;
	left: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	visibility: visible;
	z-index: auto;
	text-align: justify;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 200px;
	clear: none;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.MissionTest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-left: 10px;
}
.MissionTestIndent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	text-indent: 0px;
	padding-right: 0px;
	padding-left: 0px;
	position: fixed;
	margin-top: 0px;
	margin-bottom: 0px;
}
.mm_menu {
	border: thin none #000;
	height: 300px;
	width: 225px;
	background-image: url(Images/transparent.png);
	position: relative;
	padding-left: 0px;
	float: left;
	margin: 10px;
}
.mmMenuList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #600;
}
.mm_menu_sermon {
	border: thin none #000;
	height: 300px;
	width: 225px;
	background-image: url(Images/transparent.png);
	position: relative;
	padding-left: 0px;
	clear: none;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 60px;
}
.ladiestext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	margin-right: 40px;
	margin-left: 220px;
}
.contactInfo {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	line-height: 16px;
	margin-left: 25px;
}