@charset "UTF-8";
/* CSS Document */

#flashcontent {
	height: 103%;
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	}

	body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
	line-height:14px;
	}
	
	.table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	}
	
	a:link {
	color:#000000;
	text-decoration:none;
	}

	a:visited {
	color:#000000;
	text-decoration:none;
	}

	a:hover {
	color: #666666;
	text-decoration:underline;
	}

	a:active {
	color: #666666;
	text-decoration:none;
	}


	#main {
	z-index:1;
	position:absolute;
	left:0px;left: 50%;
	Margin-Left: -390px;
	top:0px;
	width:780;
	height:auto;
	color:#000000;
	}

	#mainbody{
	background:url(../images/fade.png) repeat-y;
	position:relative;
	top:0px;
	left:0px;left: 50%;
	width:780px;
	height:auto%;
	Margin-Left: -390px;
	z-index:2;
	}
	
	
	
	#header{
	position:relative;
	background: url(../images/logo.png) no-repeat;
	top:0px;
	height:94px;
	width:780px;
	line-height:16px;
	}
		
	#content{
	position:relative;
	width:780px;
	}
	
	#footer{
	background:url(../images/footer.png);
	position:relative;
	left:0px;left: 50%;
	width:780px;
	height:100px;
	Margin-Left: -390px;
	z-index:1;
	font-size:11px;
	}
	
	ul {
	list-style-type: disc;
	list-style-position: outside;
	line-height:18px;
	margin:0px;
	padding:15px;
	padding-top:0px;
	}

	.style1 {
	font-weight: bold;
	font-size:14px;
	}
	
	.table {text-align: left;}
	
	.scripture {
	font-size: 10px;
	font-style: italic;
}