/* CSS Document */
body {
	background-color: #737875; /*#666D69 #6D7470*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div.Main {
	width: 800px;
	background-color: #B0B4B1; /*#BBBBBB #919291 #ADAEAD*/
}

div.Header {
	height: 150px;
}

div.Menu {
	width: 150px;
	float: left;	
	text-align: left;
	padding-left: 3px;
	border-right: thin;
	border-right-style: dashed;
}

div.Content {
	width: 635px;
	text-align: left;
	float: right;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 7px;
}

div.Clear {
	clear: both;
}

div.Footer {
	height: 62px;
	text-align: center;
	font-size: 11px;
	background-color: #626D6F;
} 

div.HFG {
	width: 300px;
	text-align: left;
	border-style: solid;
	border-width: thin;
	padding-left: 2px;
	padding-right: 2px;
}

div.Contact {
	width: 310px;
	float: left;
	text-align: left;
	line-height: normal;
	padding-left: 100px;
	background-image: url(/images/sunmorn.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

a {
	/*text-decoration: none;*/
	color: #000000;
}

a:hover {
	color: #3B93A3; /*#00FF99 #187E90*/
}

h2.Title {
	text-align: left;
}

img {
	border: none;
}

p.Sermon {
	font-family: "Times New Roman", Times, serif;
}

p.Devotion {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}

span.Prayer {
	font-size: 12px;
}

ul.Menu {
	font-size: 13px;
}
