/* CSS Document */

*{
	font-family:"Times New Roman", Times, serif;
	margin:0 auto;
	}
a:hover {
	color:black;
	text-decoration:none;
	background:#999999;
}
a:link {
	text-decoration: none;
	color: #000000;
	}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h5{
	width:800px;
	height:15px;
	font-size:10pt;
	text-align:right;
	margin-bottom:2px;
	}
div#aboutpastor{
	width:100%;
	height:350px;
	font-size:12pt;
	}
	#side_banner2 {
	width:150px;
	height:332px;
	float:right;
	border-left:1px solid black;
}
h4{
	width:auto;
	height:auto;
	background:#800080;
	text-transform:capitalize;
	text-align:left;
	font-size:14pt;
	color:black;
	margin-top:5px;
	font-weight:bold;
	}
h6{
	width:500px;
	height:auto;
	background:#800080;
	text-transform:uppercase;
	text-align:center;
	font-size:20pt;
	color:#de9755;
	margin-top:30px;
	margin-bottom:5px;
	margin-left:215px;
	color:white;
	font-weight:200;
}
div#sect2 {
	height: 60px;
	width: 800px;
	background-color: #996699;
	vertical-align: top;
}

form {
    padding:10px;
    width:300px;
	height:50px;
	float:left;
	margin-top:0px;
