a:link {color: #0000FF; /* All unvisited links will be colored blue */ }
a:visited {color: #000080; /* All visited links will be colored navy */ }
a:hover {color: #0000FF; background: #FFFF00;}
a:active {color: #FF0000; /* All active links will be colored red */}
/* When the mouse pointer is over the link the link will be colored blue
and the background color of the link will change to yellow */
/* must be in this order: a:link, a:visited, a:hover, a:active */



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: rgb(20,20,20);
	line-height: 1.15;
	width: 776px;
	margin: auto;
	text-align: center;
}



table.main {
	width: 776px;
	cellspacing: 10px;
	border: 0px;
	cellpadding: 0px;
}


#content {
	width: 776px;
	text-align: left;
	margin: 0 auto;	
}

#content2 {
	margin-left: 43px;
	width: 702px;
}


h1 {
	font-size: 20px;
	color: rgb(157,77,80);
	font-weight: bold;
}


h2 {
	font-size: 18px;
	color: rgb(157,77,80);
	font-weight: bold;
}

#testimony {
	color: rgb(89,88,166);
	font-size: 16px;
	padding: 0px 5px 0px 5px;
}



#lnav {
	font-size: 14px;
	padding: 0px;
	margin: 1px;
}

#lnav td {
	text-decoration: none;
	border: hidden;
}
	
#lnav a {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	display: block;
	padding: 3px 3px 3px 10px;
	border: 1px solid rgb(20,20,20);
	color: rgb(20,20,20);
}
	

#lnav a:link {
	color: rgb(255,255,255);
	background-color: rgb(157,77,80);
	border: 0px ;
}


#lnav a:visited {
	color: rgb(255,255,255);
	background-color: rgb(105,52,54);
	border: 0px ;
}


#lnav a:hover {
	color: rgb(157,77,80);
	background-color: rgb(255,255,255);
	border: 1px solid rgb(157,77,80);
	text-transform: uppercase;
}



#1nav a:active {
	color: rgb(255,0,0);
	background-color: rgb(255,255,255);
	border: 1px solid rgb(255,0,0);
	text-transform: uppercase;
}


#input1 {
	width: 50px;
}

#input2 {
	width: 300px;
}

#input3 {
	width: 400px;
}


#textarea1 {
}


#image1 {
	float: right;
	margin: 0px 0px 0px 10px;
}

#scripture {
	font-family: Times New Roman, serif;
	color: rgb(157,77,80);
	font-size: 12px;
}


#scripture2 {
	font-weight: bold;
	color: rgb(255,255,255);
	background-color: rgb(157,77,80);
	font-size: 12px;
}




#nav2 {
	background-color: rgb(157,77,80);
	border: hidden;
	width: 425px;
}

#nav2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none
}

#nav2 li {
	margin: 0;
	padding: 2px 2px 2px 10px;
	width: 100%;
	display: block
}

html>body #nav2 li {
	width: auto;
}


#nav2 li a {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgb(255,255,255);
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	display: block;
	padding: 2px 2px 2px 10px;
	background-color: rgb(157,77,80);
}
	

#nav2 li a:link {
	color: rgb(255,255,255);
	background-color: rgb(157,77,80);
	border: 0px ;
}


#nav2 li a:visited {
	color: rgb(255,255,255);
	background-color: rgb(105,52,54);
	border: 0px ;
}


#nav2 li a:hover {
	color: rgb(157,77,80);
	background-color: rgb(255,255,255);
	border: 1px solid rgb(157,77,80);
	text-transform: uppercase;
}



#nav2 li a:active {
	color: rgb(255,0,0);
	background-color: rgb(255,255,255);
	border: 1px solid rgb(255,0,0);
	text-transform: uppercase;
}




#nav2 li:first-child {
	border: none
}


