html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color:#d6d5c4;
	font-family:arial, sans-serif;
	font-size:14px;
	color:#333333;
	font-weight: normal;
	
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	margin:0 0 0.5em;
	font-family: arial, serif;
	font-size: 1.25em;
}
	h1, h2, a {
	color:#991f28;
	}

h3 {
	font-weight: bold;
	color: #991F28;
	margin: 15px;
}
h4 {
	margin: 15px;
}


p {
	line-height:1.5;
	margin:5px 0 1em;
}

div#bg{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:818px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-color: #f2f2e2;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	background-color: #f2f1e2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #d3d3c3;
	border-right-color: #d3d3c3;
	border-left-color: #d3d3c3;
}

#open {
	height: 300px;
	width: 765px;
	_width: 690px;
	margin-left: auto;
	_margin-left: 15px;
	background-image: url(../images/home-6.jpg);
	background-repeat: no-repeat;
	border: 5px solid #78161c;
	margin-right: auto;
}
#img_rotate {
	width: 178px;
	height:275px;
	margin:17px 17px 17px 0px;
	/*-moz-opacity:.87;
	opacity:.87;*/
	border: solid 1px #333;
	padding: 7px;
	background-color: #8A99A5;
	float: right;
}

div#header {
	/*padding:1em;
	text-indent:50px;*/
	height:39px;
	background:url(../images/headerbg.jpg) top right repeat-x;
	border-bottom: 1px solid #d3d3c3;
	padding-top:30px;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}


div#sideheader{
	margin-top:50px;
	line-height:25px;
	color:#991f28;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	text-transform:uppercase;
	height:50px;
	text-align:center;
	width:182px;
	border: 1px solid  #d3d3c3;
	vertical-align: middle;
	background-image: url(../images/sidenavbg.jpg);
}

#sidebar ul{ list-style-image:none; padding-bottom:5px; padding-left:10px; list-style:none;}
#sidebar li{ list-style-image:none; padding-bottom:10px; padding-left:0px; list-style:none;}
#sidebar li a{ color:#666; text-decoration:none;}
#sidebar li a:hover{
	color:#b5121b;
	text-decoration:none;
}


div#content { /* use this to adjust the center container */
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 5em;
	padding-left: 0em;

}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

div#footer {
	position:absolute;
	width:800px;
	bottom:0; /* stick to bottom */
	border-top:5px solid #ad1e26; /* change footer stripe color here */
	clear: both;
	margin-right: auto;
	margin-left: 9px;
}
	div#footer p {
		padding:1em;
		margin:0;
	}
	

div#footer a{color:#033766; text-decoration:none; font-size:11px;}

#copyright{ padding-left:10px;color:#991f28; font-size:11px;}

#innerbody {
	width:565px;
	margin-left: 200px;
}

#innerbodyh {
	width:703px;
		
}

#innerbody ul{ list-style-image:none; padding-left:30px; list-style:url(../images/bullet.jpg);color:#333333;}

#innerbody li{ padding-bottom:10px; padding-left:2px; }

#sidebar {
	float:left;
	height:400px;
	width:183px;
	background-color: #FFFFF5;
	background-image: url(../images/sidenavbg_vert.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b6b6a8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d3d3c3;
	top: 73px;
}


#logo {
	float:left;
	height:102px;
	width:189px;
	position: absolute;
	margin-left:0px;
	z-index: 999;
	background-image: url(../images/logo.jpg);
}

hr	{ width:100%; height:1px; border-top:1px dotted #d3d3c3; }

#logo_holder{
	width:140px;
	height:65px;
	background-image: url(../images/school_title.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 13px;
}

h1{
	margin:15px;
	font-size:18px;
	padding-bottom:10px;
	font-weight:normal;
	color:#b5121b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3c824;
}

h2{
	color:#991f28;
	margin:15px;
	font-size:14px;
	font-weight:normal;
	text-transform: uppercase;
}


  .floater {
	float: right;
	border: solid 1px #fccf25;
	padding: 10px;
	margin: 0px 7px 0px 0px;
	background-color: #fffdf1;
    }
	
	.floater_left {
	float: left;
	border: solid 1px #b5121b;
	padding: 10px;
	margin: 0px 8px 0px 0px;
	background-color: #fffdf1;
    }
	
	.floater_gallery {
	float: left;
	border: solid 1px #b5121b;
	padding: 10px;
	margin: 8px 8px 0px 0px;
	background-color: #fffdf1;
    }	
	
	.floater_center {
	border: solid 1px #fccf25;
	padding: 10px;
	background-color: #fffdf1;
	margin-right: 12px;
    }
	
	.floater_centerh {
	border: solid 1px #d3d3c3;
	padding: 5px;
	background-color: #FFFFFF;
	margin-right: 9px;
	_margin-right: 7px;
    }
	
	.boxfloater {
        float: right;
        border: solid 1px #d3d3c3;
		background-color:#ddd8b1;
        padding: 10px;
        margin: 10px;
    }
	
	.boxheader{
	color:#2C2226;
	font-size:12px;
	width:100%;
	padding-top:7px;
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
	  
.numbered_list {
	list-style-type: decimal;
	color: #666666;
	margin-left: 0px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.bld_itl {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 25px;
	padding-bottom: 25px;
	color: #b5121b;
}
.scripture {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}
h5 {
	margin: 0px;
	padding: 0px;
	font-size: small;
}
.underline {
	text-decoration: underline;
}
.space {
	margin-right: 27px;
	margin-left: 27px;
	text-align: center;
}
