@charset "utf-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  	padding:0 0 <length> 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the   	#container selector */
	color: #333333;
	background-attachment: scroll;
	background-color: #78afe5;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	
	
#container {
	/* 783 is the correct width, 789 is the test width*/
	width: 865px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image:url(../images/main_bg.gif);
} 


#containersub {
	/* 783 is the correct width, 789 is the test width*/
	width: 865px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image:url(../images/sub_bg.gif);
} 


#Left {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	width: 250px;
	} 
	
#Left p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:left;
	padding-right: 5px;
	padding-left: 8px;
	margin-top: 5px;
	margin-bottom: 0px;
	} 
	

#SeeMore a:link {color: #d24f00;	text-decoration: none;}
#SeeMore a:visited {text-decoration: none;color: #d24f00;}
#SeeMore a:hover {text-decoration: underline;color: #df2525;}
#SeeMore a:active {text-decoration: none;color: #d24f00;}	




#Left li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 25px;
	color:#4f4f4f;
	background:url(../images/bullet_2.gif) left top no-repeat;
	}
	
#Left ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

	
#Left a:link {color: #194b8f;	text-decoration: none;}
#Left a:visited {text-decoration: none;color: #194b8f;}
#Left a:hover {text-decoration: underline;color: #4589d6;}
#Left a:active {text-decoration: none;color: #194b8f;}
	
#middle_container {
	width: 457px;
	float: left;
	}
	
#middle_containersub {
	width: 590px;
	float: left;
	line-height:19px;
	}	
	
	
#moviebox {
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
#middle {
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 8px;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;}
	
#middle p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;}
	
#middle table {
	font-size: 13px;
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 5px;
	border-collapse: collapse;}
	
#middle a:link {color:#003399;	text-decoration: none;}
#middle a:visited {text-decoration: none;color:#003399;}
#middle a:hover {text-decoration: underline;color:#003399;}
#middle a:active {text-decoration: none;color:#003399;}

#middle h3{
	color:#ef7c00;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-transform:capitalize;
	font-size: 24px;}
	
#middle h4{
	color:#ef7c00;
	margin-top: 3px;
	margin-left: 0px;
	margin-bottom: 3px;
	text-transform:capitalize;
	font-size: 18px;}	
	
#middle h5{
	color:#CC6600;
	margin-top: 3px;
	margin-left: 0px;
	margin-bottom: 3px;
	font-size: 20px;}	
	
#right {
	float: right;
	padding-right:2px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	width: 156px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	height: auto;
	top: 0px;}
	
#right p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:left;
	padding-right: 5px;
	padding-left: 8px;
	margin-top: 5px;
	margin-bottom: 0px;
	}
	
	
.bigletter {
size: 30px;
}	
	
#right a:link {color: #194b8f;	text-decoration: none;}
#right a:visited {text-decoration: none;color: #194b8f;}
#right a:hover {text-decoration: underline;color: #4589d6;}
#right a:active {text-decoration: none;color: #194b8f;}	
	
	

#right h3 {
	padding-right: 20px;
	padding-left: 20px;
	color:#3076c0;
	font-style:oblique;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;} 
	
	
#pages img {
	margin-right: 5px;
	margin-left: 5px;
	}



#adminbuttons {
	color:000;
	padding: 3px;
	background-color:#C6DDEA;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	width: auto;
	border-color:#333333;
	border-style:solid;
	border-width:thin;
	}
	
	
#pages p, li {
	color:#000;
	line-height:14px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	}


h1, h2, h3, h4, h5, h6 {
	font-family:"Times New Roman", Times, serif;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
	margin-top: 0px;
	margin-bottom:0px;
	color:#ef7c00;
	}
	


#top {
	background-image:url(../images/topgraphic.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	height: 157px;
	width: 975px;
	text-align: right;
	padding-right: 15px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom:0px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
	
#scripture {
	width: 188px;
	float:right;
	text-align:left;
	margin-right: 32px;
	margin-top: 50px;
	}	


#scripture p {
	margin: 0px;
	padding: 0px;
	}
	
#menu {
	padding:0px;
	margin:0px;
	}


#popup {
	background-image:url(../images/popupbg.gif);
	background-repeat:no-repeat;
	width: 310px;
	padding:0px;
	text-align:left;
	background-color:#FFFFFF;
	}

#spacer {
	width: 100%;
	height: 15px;
	}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be 		next to on the page. */
	float: right;
	margin-left: 8px;
	}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

#footer a:link {color:#000000;	text-decoration: none;}
#footer a:visited {text-decoration: none;color:#000000;}
#footer a:hover {text-decoration: underline;color:#000000;}
#footer a:active {text-decoration: none;color:#000000;}
	
	
	
#middle li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:normal;
	text-align:left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	color:#333333;
	}
	
#middle ul {
	margin: 0;
	margin-left: 15px;
	margin-right: 10px;
	padding: 0;
	}	
	
	
.red {
	color:#FF0000;
	}
	

.inputs1 {
	font-size: 18px;
	color:#333333;
	border: 1px solid #525252;
	margin-bottom: 3px;
	margin-top: 3px;
	}	


.inputs1:focus {background-color: #fdffeb;}

.formtext {
	font-size: 18px;
	}
	
	
#footer {
	width:865px;
 	height: 50px;
	background-image:url(../images/footerbg.gif);
	background-repeat:no-repeat;
	margin-top: 0;
	margin-bottom: 0px;
	float:left;
	text-align:center;
	}
		
#footer p {
	color:#000000;
	font-size: 12px;
	margin-bottom: 4px;
	margin-top: 17px;
	} 
	
.small {
	font-size: 12px;
	}
	
.smallpara {
	font-size: 12px;
	margin-bottom: 10px;
	}	