html, body{ 
 margin:0; 
 padding:0; 
 border:none;
 } 

/* ----- Universal settings----- */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
	
ul {
	margin: 0;
	padding: 10px;
	}
	
img {
	border: none;
	}
	
a {
	text-decoration: none;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	

/* ----- IMAGES ----- */

/*  from another site, not used yet
   img.titleHeader {
	padding: 15px 15px;
	}
*/

img.floatRight {
	float: right; 
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
img.floatLeft {
	float: left; 
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}


/* CLEARS - borrowed from another site for now */
	
#firstClear { /* this id helps to drop */
	line-height: 400px;
	}
	
.secondClear { /* this id helps to drop */
	line-height: 206px;
	}
	
.thirdClear { /* this id helps to drop */
	clear: both;
	}
	
.fourthClear { /* this id helps to drop */
	line-height: 265px;
	}

  
/* ----- Headers ----- */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #FFFFFF;
	padding-top: 20px;
	}
	
/* ----- PARAGRAPHS ----- */

.ln_campaignInfoTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	}

.ln_campaignInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	}
.p_body-title {
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
        font-style: italic;
        }

.p_body-intro {
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	}

.p_body-text {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	}

.p_ann-header {
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	}

.p_ann-text {
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	}
 
.p_prayer-text {
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	text-align: center;	}

.p_faq-q {
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	}

.p_faq-a {
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	}

.p_vision-header {
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	}

.p_vision-text {
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	}

.p_role-header {
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	}

.p_role-text {
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	}
        
/* ----- ID'S and DIV'S ----- */

#container  {
  width: 800px;
  margin: 2px auto;
  padding: 0;
/* Need background here for leftnav background fill "fix" */
 background-image: url("images/leftnav-background.gif");
 background-repeat: repeat-y;
} 
 
#header {
 position:relative;
 /* orig height:198px; */
 height:203px; 
  background-color:#ffffff; 
 width:100%;
} 
 

/* --------------left navi------------- */
#leftnav {
 width:196px;
 margin: 0 2px 0 2px;
 float:left; 
 position:relative; 
/* background-color:#a4e4ac; */
 height:100%;
 }

/* -----------------content--------------------- */
#main {
 float: right; 
 display:inline; 
 position: relative; 
 margin: 0 0px 0 0px;
 width:580px; 
/*  background-color:#f0fff0; */
}

 
#footer{
clear:both;
margin: 0 2px 0 2px;
padding: 0px;
height:25px;
/* background-color:#003300; */
background-color:#216c2a; 
 } 

div.testimonyBlock {
	clear: both;
	border-bottom: 1px solid #dad2c2;
	}
	

/* Anchor links */

ul.ul-leftnav {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;	
}
ul.ul-leftnav li {
  background-color:#a4e4ac; 
  margin-top: 5px;
}
ul.ul-leftnav li a {
  color: #216c2a;
  display: block;
}
ul.ul-leftnav li a:hover {
  background-color:#bcfcc4;
}

 
/*
ul.NoBullet {
  list-style-type: none}
  
div#leftnav a:link, a:visited {
	color: #216c2a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;	
	}

div#leftnav a:hover {
	text-decoration: underline;
	}
*/

div#main a:link, a:visited {
	color: #008040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	
	}

div#main a:hover {
	text-decoration: underline;
	}


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
/*  --don't hide for now
@media print{
*/
/*hide the left column when printing*/ 
/*
#leftnav{display:none;} 
#twocols, #main{width:100%; float:none;}
*/
}
