/* HTML tag styles                             */
/***********************************************/ 
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr
{  margin:0px;  padding:0px;  border:0px;  border-collapse:separate;  border-spacing:0px;}input,select{  margin:0;  padding:0;}

body{
	margin: 0px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 14px;
	width: 100%;
	background-color: #000000;
}
#navBar
{
    margin:0;
	float: left;
	width: 160px;
	text-align: left;
	top:0px;
	left:0px;
	background-color: #000000;
}
		
#headlines{
	margin:0;
    float:right;
	top: 170px;
	width: 160px;
	color: #000;
	
	background-color:#cccccc;
	border-style:inset;
	border-color:#009999;
	border-width:medium;
			
	}

p 
 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin-left: 5px;
	padding-bottom: 16px;
 
 }
.indent
{margin-left: 115px;
font-size: 16px;
color: #006600;
font-weight: bold;
}
.italize
{
	font-size: 24px;
	font-family: "Monotype Corsiva";
	font-style: italic;
	color: #0000CC;
} 
a{
	color: #000099;
	text-decoration: underline;
}

a:link{
	color: #000099;
	text-decoration: underline;
}

a:visited{
	color: #009999;
	text-decoration: underline;
}

a:hover{
	color: #009999;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 16px;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
	font-family: Verdana,Arial,sans-serif;
	font-size: 18px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;

}

h3{
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #CCFFFF;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
}

h4{
 font-family: Verdana,Arial,sans-serif;
 font-size: 16px;
 font-weight: normal;
 color: #990000;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 36px;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

ul {
 list-style-type: none;
 margin-left: 8px;
 margin-right: 2px;
 line-height: 20px;
 font-size: 14px;
 font-weight: bold;
 padding: 10px;
}
ol
{
margin-left: 8px;
 margin-right: 2px;
 line-height: 20px;
 font-size: 14px;
 font-weight: bold;
 padding: 10px;


}


ul ul 
{
 list-style-type: none;
 margin-left: 2px;
 margin-right: 4px;


}

ul li
{
	list-style-position: outside;
	font-size: 14px;
	font-weight: normal;
	display: list-item;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 10pt;
	color: #000000;
	
	
}
ul ul ul
{
 list-style-type: none;
 margin-left: 2px;
 margin-right: 2px;
 line-height: 16px;
 
}


ul ul ul li
{
    
list-style-type: none;
  background-color: White; 
  color: #000000;
  font-size: 12px;
  font-weight: normal;  
}



  

/* Layout Divs Header                          */
/***********************************************/

#masthead
{
	margin: 0;
	position: relative;
	height: 150px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	background-image: url(/images/Background8.jpg);
	
	z-index: auto;
	
     }    

#Logo
{
   border:none;
   top: 0px;
   left: 0;
   height:150px;
   position: absolute;
   float: left;
   
}
#CenterTitleBox 
{
    margin-left: 150px;
    margin-right: 150px;
    text-align: center;
    vertical-align: middle;
    position: relative;
   
}


#RightTitleBox
{
	border:none;
	top: 3px;
	right: -33px;
	height:150px;
	position: absolute;
	float: right;
 }


#TitleBar {
	top:150px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	height: 23px;
	width: 100%;
	background-color: #CCFFFF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	
	
	}

/* Layout Divs Right                          */
/***********************************************/



/* Layout Divs Left and Right                     */
/***********************************************/
#headlines ul li
{
    
    list-style-type: disc;
    list-style-position: inside;
    font-size: 10px;
    font-weight: normal;
    margin-left: 5px;
    margin-right: 5px;
    line-height: normal;
    text-align: left;
   
}
	
/* Layout Divs Center                    */
/***********************************************/





/************** .feature styles ***************/
#content
{
	background-color:#FFF8DC;
	text-align:left;
	padding: 10px 10px 10px 10px;
	margin-left:160px;
	margin-right:160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
 }
#world
{
	background-color:#FFFFFF;
	text-align:center;
	padding: 10px 10px 10px 10px;
	margin-left:20px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
 }



#contentCalendar
{
	padding: 5px;
	margin-left:0px;
	margin-right: 0px;
	width: 100%;
	text-align: center;
}
#contentCalendar a {
	color: blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;

}
#contentCalendar a:link {
color: blue;
text-decoration: none;
}
#contentCalendar a:visited {
color: #ffcccc;
text-decoration: none;
}
#contentCalendar a:hover {
color: Lime;
text-decoration: underline;
}
#contentCalendar img {
width: 800px;
height: 1035px;
text-align: center;
}

.feature
{
    padding: 10px 10px 10px 10px;
	font-size: 12px;
    text-align: left;
 
}
.worship
{
	padding: 10px 10px 10px 10px;
	font-size: 14px;
    text-align: left;
	}
.worship img
{
    padding: 30px 30px 30px 30px;
    position: relative;
    float: left;
    width: 179px;
    height: 300px;
    top: 0px;
}
.worship ul li
{
margin-left: 200px;
}	
.feature img
{
    padding: 10px 10px 2px 10px;
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
    top: 0px;
}

/************** .story styles *****************/
.story
{
    top:10px;
	font-size: 12px;
    clear: both;
    text-align: left;
    margin-right:200px;
    margin-left:200px;
    vertical-align:middle;
	
}

.story img{
	float: right;
	padding: 10px 10px 10px 10px;
	width: 200px;
	height: 118px;
	
}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	width: 100%;
	border-top: 2px solid #009999;
	font-size: 75%;
	text-align: center;
	padding: 10px 10px 10px 10px;
	background-color: #CCFFFF;
	margin-right:0px;
	margin-left:0px;
}
