/* CSS Document*/


body{
	background-color: #ffffff;
	width:1000px;
	}	

#banner{
	width: 1000px;
	height: 206px;
	} 

#navigation{
	top: 210px;
	width: 1000px;
	height: 100px;
	text-align:left;
	padding-left:20px;
	font-size: 12pt;
	font-family: Georgia;
	}
	
#content{
	top: 310px;
	width: 1000px;
	height: auto;
	padding-left:20px;
	font-size: 12pt;
	font-family: Georgia;
	color: #000;
	text-align: left;
	}

#footer{
	width: 1000px;
	height: 100px;
	clear:both;
	}


#announcement{
	width:382px;
	float:left;
	padding-left: 20px;
	}



	



	

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;

	}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	}
	
a:active {
}

a: hover {
}

a: link {
	text-align: left;
	font-family: Georgia;
	font-size: 14pt;
}
	
.scripture {
	font-family: Georgia;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	text-indent: 5in;
}
