body {
	margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-color: #FFFFFF;
}
a:link {
	text-decoration: none; color: #336699;
}
a:visited {
	text-decoration: none; color: #336699;
}
a:hover {
	text-decoration: none; color: #CC0000;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-family: Verdana; font-size: 12px; color: #2D1E2D;
}
.scripture_yellow { 
	color: #FFFF99;
	line-height: 20px;
}
.content-header_orange {
	color: #CC6600;
	font-size: 14px;
	font-weight: bold;
}
.content-header_blue {
	color: #336699;
	font-size: 14px;
	font-weight: bold;
}
.content_red {
	color: #CC3300;
}
.content_blue {
	color: #336699;
	font-weight: bold;
}
.copyright_white { 
	color: #FFFFFF; 
	font-size: 10px; 
}
.green_scripture { 
	color: #CCFF99; 
	font-size: 20px; 
	font-family: Arial;
	line-height: 18px;
}
#navlist ul {
	margin: 0; 				/*Removes indent from IE and Opera.*/
	padding: 0; 			/*Removes indent from Mozilla and NN7.*/
	list-style-type: none; 	/*Disables bullet listing.*/
	font-size: 13px; 		/*Alternative to using the following: .9em;*/
}
#navlist li {
	margin: 0;
}
#navlist a {
	display: block;
	padding: 5px 2px 5px 2px; /* (i)top, (ii)right, (iii)bottom , (iv)left */
	background-color: #EEEECC;
}
#navlist a:link, #navlist a:visited {
	color: #2D1E2D;
	text-decoration: none;
}
#navlist a:hover, #navlist a:active,
#uberlink a:link, #uberlink a:visited, 
#uberlink a:hover, #uberlink a:active { 
	background-color: #AECBDB;
	color: #3333cc;
}