@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #1C559A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1C559A;
}
a:hover {
	text-decoration: underline;
	color: #184883;
}
a:active {
	text-decoration: none;
	color: #1C559A;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
h1 {
	font-size: 36px;
	color: #740C2E;
}
h2 {
	font-size: 30px;
	color: #740C2E;
}
h3 {
	font-size: 24px;
	color: #740C2E;
}
h4 {
	font-size: 18px;
	color: #740C2E;
}
h5 {
	font-size: 14px;
	color: #740C2E;
}
h6 {
	font-size: 12px;
	color: #740C2E;
}
#navdiv {
	width: 320px;
	position: relative;
	float: left;
	height: 800px;
	z-index: 1;
}
#bodydiv {
	position: relative;
	width: 750px;
	z-index: 1;
	background-color: #E6E6E6;
	overflow: visible;
	margin: 0px;
	background-image: url(Images/prayerimage.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	float: left;
}
.MainNavText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	line-height: 36px;
	margin: 0;
}
a.MainNavText {
	text-decoration: none;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #333;
	text-align: center;
}
