body {
	background-color: #E1DBB9;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	color: #27241E;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none ;
	line-height:16px;
	margin:0;
	 }
	 
h1, h2, h5,  h6 { 
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #27241E; 
	 }
	 
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size: 21px;	
	color: #ae530e;
}

h4 {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #27241E; 
 font-size: 13px; 	
}

p    { 
     color: #27241E;
	 line-height: 130%; 
	 }

td   { 
    font-family: Verdana, Geneva, Helvetica, sans-serif;
	color: #27241E;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;  
	 }
	 
li {
    line-height: 130%;
	}
	

.indent {
	margin-left: 20px;
}

.indentfurther {
	margin-left: 40px;
}

 .smtext {
    font-size: 10px;
	line-height: 100%;
	}
	  
 

.btmlinks {
    font-size: 10px;
	line-height: 130%;
}
 
.address {
    font-size: 10px;
	color:#B52C20
}	

.copyright {
    font-size: 10px;
	color: #B52C20
}

.indexcapital {
    font-size: 19px;
	color: #834E09;
	font-weight: bold;
	
}

.indextext {
    font-size: 12px;
	color: #834E09;
}

.title {
    font-size: 14px;
	color: #8B3300;
	font-weight: bold;
	}
	
.societytitle {
    font-size: 16px;
	color: #8B3300;
	font-weight: bold;
	}
	
.normaltext {
	font-size: 12px;
	color: #000000;
	font-weignt: normal;
	font-family: verdana;
	}
	
	
	
	
/* FORMS */

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% arial,verdana,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

#form1 {
	border:0!important;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input {
	margin:2px;
}

form select {
	margin:2px;
}

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.small {
font-size:smaller;
}

#category_tree {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	padding: 10px 0px 0px 15px;	
}

#category_tree a:hover { 
   color: #5d3b12;
}

#category_tree a { 
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	padding: 10px 0px 0px 15px;
	text-decoration: none;	
	}
	
#land, a.uatr:hover {
	color: #000000;
}

a.uatr {
	color: #5d3b12; 
}



ul {
	list-style-type:none;
	margin: 0px 0px 0px 0px;
}

ul li {
	list-style-type:none;
	line-height:20px;
}

ul li a {
	text-decoration: none;	
}


.indent {
	margin-left: 20px;
}

.indentfurther {
	margin-left: 40px;
}

h4 {
	font-size: 14px;	
}

.prayerauthor {
	font-size: 9px;
	float: right;
	margin-right: 20px;	
	text-align: right;
}

#sidenav {
	background-color: #ba7f33;
	width: 166px;
	height: auto;
	padding-top: 5px
}
		#sidenav ul {
			list-style-type: none;
			color: #21201e;
		}
		
		#sidenav ul li {
			list-style-type: none;
			font-family: Verdana, Geneva, Helvetica, sans-serif;
			font-size: 11px;
			color: #21201e;
			line-height: 25px;
		}
		
		#sidenav ul li a {
			text-decoration: none;
			color: #21201e;
		}
		
		#sidenav ul li a:hover {
			text-decoration: underline;

		}
