/* CSS Document */

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#CCCCCC;
	color:#333333;
	}
		
h1 { font-size:23px; line-height:25px;}
h2 { font-size:21px; line-height:23px;}
h3 { font-size:19px; line-height:21px;}
h4 { font-size:17px; line-height:19px;}
h5 { font-size:15px; line-height:17px;}
h6 { font-size:13px; line-height:15px;}

a:link {
	text-decoration:none;
	color:#3300CC;
	}
	
a:hover {
	text-decoration:none;
	color:#666666;
	}
	
a:active {
	text-decoration:none;
	color:#666666;
	}

a:visited {
	text-decoration:none;
	color:#3300CC;
	}
	
div a:link {
	text-decoration:none;
	color:#3300CC;
	}
	
div a:hover {
	text-decoration:none;
	color:#666666;
	}
	
div a:active {
	text-decoration:none;
	color:#666666;
	}

div a:visited {
	text-decoration:none;
	color:#3300CC;
	}
	
.mainTable {
	width:950px;
	border:0; 
	position:absolute; 
	left:0px; 
	top:0px;
	background-color:#FFFFFF;
	empty-cells:show;
	}

.mainTablecolumn1 {
	width:195px;
	height:150px;
	background-color:#CCCCCC;
	text-align:center;
	vertical-align:top;
	}

.mainTablecolumn2 {
	width:4px;
	background-color:#3300CC;
	}
	
.mainTablecolumn3 {
	width:745px;
	height:150px;
	}
	
.mainBody {
	margin:10px;
	}

.bodyBgdBl {
	background-color:#3300CC;
	}

.bodyBgdGr {
	background-color:#CCCCCC;
	}

.bodyBorderh {height:4px;}
.bodyBorderw {width:4px;}
	
.copyright {
	text-align:center;
	font-size:10px;
	font-weight:bold;
	}
	
.blue {
	color:#3300CC;
	}

.gray {
	color:#333333;
	}
	
.textareastyle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-color:#edf0ff;
	}
	
.example {
	font-size:11px;
	line-height:16px;
	font-style:italic;
	}
	
.emphasis {
	font-style:italic;
	margin-left:0px;
	margin-right:0px;
	margin-top:2px;
	margin-bottom:2px;
	}
	
.ministrypara {
	margin-left:0px;
	margin-right:0px;
	margin-top:2px;
	margin-bottom:10px;
	}
	
.ministrysubtitle {
	color:#3300CC;
	font-size:15px;
	line-height:17px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:3px;
	}
	
.list1 {
	margin-top:2px;
	}

.small {
	font-size:9px;
	font-weight:bold;
	color:#333333;
	}
	
.small:hover {
	text-decoration:none;
	color:#666666;
	}
	
.small:active {
	text-decoration:none;
	color:#666666;
	}
	
.small:link {
	text-decoration:underline;
	color:#666666;
	}
	
.small:visited {
	text-decoration:underline;
	color:#666666;
	}
	
.scripture {
	margin-left:15px;
	margin-right:15px;
	}
	
.contactH {
	font-size:15px;
	line-height:19px;
	}
	
.new {
	font-style:italic;
	font-weight:bold;
	color:#FF0000;
	font-size:12px;
	}
	
.tableTitles {
	line-height:28px;
	}	
	

/* new Navigation text */	

.cssnav
{
position: relative;
font-family: "Agency FB", Verdana,  Tahoma;
font-weight:bold;
background: url(overbtn.jpg) no-repeat;
white-space: nowrap;
display: block;
width: 240px;
height: 40px;
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 15px;
width: 240px;
height: 40px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav img
{
width: 240px;
height: 40px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 35px;
top: 15px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 