@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(images/floralback.gif);
	margin-left: 50px;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
}

#container {
	width: 780px;
	background: #FFFFFF url(images/faux2col.gif) repeat-y;
	text-align: left;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#header {
	background:  url(images/churchlogotop.jpg);
	height: 200px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#mainContent {
	padding: 15px;
	margin-left: 165px;
}
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p {
    font-size: 80%;
	text-align: left;
}
#mainContent p {
	line-height: 130%;
	color: #000;
}


h1 {
	color: #333;
	margin: 0;
	padding: 20px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: bold;
}



#mainContent a:hover, {
	color: #293d3d;
	text-decoration: underline;
}


#mainContent a:link {
	color: #133C79;
	text-decoration: underline;
	font-weight: bold;
	text-align: left;
}

#mainContent a:visited {
	color: #133C79;
	text-decoration: underline;
}

h2 {
	font-size: 130%;
	color: #133C79;
}
h3 {
	font-size: 100%;
	color: #333;
}
h4 {
	font-size: 100%;
	color: #133C79;
}

h5 {
	Font size: 200%;
	Color:#000;
}



/*a {
	color: #293d3d;
}
A:link img, A:visited img {border-color: #867D6c;}
A:hover img {border-color: #867D6c;} */



#footer {
	border-top: 1px solid #877D6C;
	background-color: #4081e1;
	font-size: 80%;
	line-height: 80%;
	padding: 5px;
	text-align: center;
	white-space: normal;
}
#container #footer a {
	color: #000;
	padding: -10px;
	margin: 0px;
	line-height: 90%;
	font-size: 90%;
	text-align: center;
}
#container #footer p {
	color: #000;
	padding: -10px;
	margin: 0px;
	line-height: 90%;
	font-size: 90%;
	text-align: center;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
