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

body {
	margin: 0px;
	padding: 0px;
	background-color: #336633;
	}
#main {
	margin: 5px auto;
	padding: 0px;
	width: 764px;
	background-color: #ffffff;
	border:1px solid #000000;
	}
#header	{
	margin: 1px auto;
	padding: 0px;
	width: 760px;
	height: 175px;
	border:1px solid #000000;
	}
#topnav {
	width: 760px;
	height: 25px;
	border: 1px solid #000000;
	margin:1px auto;
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 11pt;
	background: url(../images/topnav_bg.png) repeat-x;
	color: #ffffff;
	text-align: right;
	}
#topnav a {
	padding:5px;
	text-decoration: none;	 
	color: #000000;
	vertical-align: middle;
	}
#topnav a:hover {
	text-decoration: underline;
	}
#topnav a:visited {
	text-decoration:none;
	}
#topnav a:visited:hover {
	text-decoration: underline;
	}
#pagecontent
	{
	width: auto;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	border:1px solid #000000;
	margin: 1px;
	}
#pagecontent a {
	text-decoration: none;
	color: #0000CC;
	}
#pagecontent a:hover {
	text-decoration: underline;
	color: #0000CC;
	}
#pagecontent a:visited {
	text-decoration: none;
	color: #336633;
	}
#pagecontent a:visited:hover {
	text-decoration: underline;
	color: #0000CC;
	}
.pictureframe {	
	border: 5px solid #336633;
	}
.inputtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	}
#bottomnav {
	width: 760px;
	height: 15px;
	border: 1px solid #000000;
	margin:1px auto;
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 65%;
	background: url(../images/bottomnav_bg.png) repeat-x;
	color: #000000;
	text-align: right;
	}
#bottomnav a {
	padding: 0 5px;
	text-decoration: none;	 
	color: #000000;
	vertical-align: middle;
	}
#bottomnav a:hover {
	text-decoration: underline;
	}
#bottomnav a:visited {
	text-decoration:none;
	}
#bottomnav a:visited:hover {
	text-decoration: underline;
	}
#scripturequote
	{
	margin-left: 125px;
	margin-right: 125px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	}
#citation {
	margin-right: 125px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
	}
#copyright {
	width: 760px;
	margin:0px auto;
	padding: 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 70%;
	}
.input_form_h1 {
	font-size: 18pt;
	font-weight:bold;
	font-style: normal;
	}
.input_form_h2 {
	font-size: 14pt;
	font-weight: bold;
	text-decoration:underline;
	font-style: italic;
	}
.input_form_text {
	font-size: 10pt;
	}
h1 {
	font-size: 120%;
	font-weight:bold;
	font-style: normal;
	}
h2 {
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	}
h3 {
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	}
h4 {
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	text-decoration:underline;
	}