/* CSS Document */
body {
	background-color: #E7E6F9;
}
body,td,li,p {
font-family:"Trebuchet MS", sans-serif;
	font-size: small; margin-top: 4px; margin-bottom: 4px;
}

#top {
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 10px;
	background: #fff;
	height: 160px;
    width: 800px;
}
#left {
	position: absolute;
	background: #E7E6F9;
	left: 22px;
	top: 215px;
	width: 140px;
	padding: 10px;
}
#center {
	margin-top: 0px;
	margin-left: 210px;
	margin-right: 10px;
	padding: 10px;
	background: #fff;
	width: 600px;
}
/*#center2, #center3, and #center4 are used on the Clergy/Staff page*/
#center2 {
	margin-top: 10px;
	margin-left: 210px;
	margin-right: 10px;
	padding: 10px;
	background: #fff;
	width: 600px;
}
#center3 {
	margin-top: 10px;
	margin-left: 210px;
	margin-right: 10px;
	padding: 10px;
	background: #fff;
	width: 600px;
}

/* head1 and head2 are the styles for the header*/
.head1 {
font-family:"Maiandra GD", sans-serif;
font-size:24px;
}
.head2 {
font-family: "Trebuchet MS", sans-serif;
font-size: 14px;
color: #535353;
}
.menu {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a {
	text-decoration: none;
}
a:hover {
	color: #400080;
	text-decoration:underline;
	font-weight: bold;
}
a {
	color: #70599F;
}
a:visited:hover {
	color: #400080;
	background-color: transparent;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size: 24px;
	background-color:#400080;
	text-align: left;
}

	
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #400080;
}
h3 {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #000;
}

.style1 {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 12px; margin-top: 0px; margin-bottom: 2px; 
	color:#400080;
}