/* Onstead_stylesheet.css */
/* Latest Update 5-27-2013 by Roger Baxter */

body { 
	background-color: #FFFF99;
	background-image: url("Onstead_Bkgrd-100x100.jpg");
	}

div.page_box {
	text-align: center;
	border: 0px solid red;
	}

div.centered_box {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid blue;
	}

div.left_nav_bar {
	float: left;
	width: 200px;
	padding-right: 10px;
	border: 0px solid red;
	}

div.featured_content {
	float: left;
	width: 400px;
	border: 0px solid orange;
	}

div.right_bar {
	float: right;
	width: 190px;
	padding-left: 10px;
	border: 0px solid red;
	}

div.page_footer {
	clear: both;
	width: 810px;
	text-align: center;
	border: 0px solid green;
	}

h1 {font-family: Verdana, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #006600;
	text-align: center;
	line-height: 36px;
	white-space: normal;
	}		


h2 {font-family: Verdana, sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #006600;
	text-align: center;
	line-height: 48px;
	white-space: normal;
	padding-top: 110px;
	}		


h4 {font-family: Helvetica, Ariel, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	text-align: center;
	color: #006600;
	}		


h5 {font-family: Helvetica, Ariel, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	text-align: center;
	clear: both;
	}		


p {font-family: Helvetica, Ariel, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	line-height: 14px;
	}		


p.directory_header {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;	
	}

p.directory_entry {
	text-align: left;
	font-weight: bold;	
	}
	
p.message {
	font-family: Helvetica, Ariel, sans-serif;
	text-align: justify;
	font-size: 14px;
	line-height: 18px;
	}	

div.Bible_text {
	background-color: #FFFF99;
	width: 300px;
	padding: 2px 20px 2px 20px;
	margin-left: 40px;
	text-align: left;
	font-weight: normal;	
	}

p.Bible_verses {
	font-family: Palatino, Palatino Linotype, Times New Roman, serif;
	text-align: left;
	font-weight: normal;	
	}


a:link {
	color: #993333;
	text-decoration: none;
	}

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

a:active {
	color: #330000;
	text-decoration: underline;
	background-color: #FFCC00;
	}

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