	/* cascading style sheet - webdesignministries.com - Angela Pisel */
	
	/* colors used */
	/* FFFFFF	white */
	/* 000000	black */
	/* AAA968	sage */
	/* C39E4D	brown */
	/* DCD698	light sage */
	/* C94338	mauve */
	/* F5F3F4	light grey */
	
html {	margin: 0px;
		padding: 0px;
}

body  { background: #AAA968;
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
}

h1    { font: normal normal normal 16pt Georgia, Arial, sans-serif;
		color: #AAA968;
		margin-bottom: 12px;
}

h2    { font: normal normal bold 10pt Georgia, Arial, sans-serif;
		color: #000000;
}

hr	{ color: #AAA968;
	  margin-bottom: 18px;
}

ul, ul ul {	list-style: square;
	 		font: normal normal bold 9pt/11pt Arial, sans-serif;
			color: #000000;
}

a:link		{ color: #AAA968; font-weight: bold; text-decoration: none; }  
a:visited 	{ color: #AAA968; font-weight: bold; text-decoration: none; }
a:hover 	{ color: #AAA968; font-weight: bold; text-decoration: underline; }
a:active 	{ color: #AAA968; font-weight: bold; text-decoration: none; }

.backgrnd {	background: #C39E4D;
}

.leftcolbackgrnd {	background: #F5F3F4;
					width: 475px;
					vertical-align: top;
					padding: 10px 10px 10px 10px;
}

.leftcolblocktop {	background: #DCD698; 
					width: 455px;
					font: normal small-caps bold 11pt Georgia, Arial, sans-serif; 
					color: #000000;
					text-align: left;
					vertical-align: middle;
					padding: 5px 10px 5px 10px;
}
					
.leftcolblock {	background: #F5F3F4;
				font: normal normal normal 9pt Arial, sans-serif; 
				color: #000000;
				text-align: justify;
				vertical-align: top;
				padding: 10px 10px 10px 10px;
}
			
.leftcolblocknj {	background: #F5F3F4;
					font: normal normal normal 9pt Arial, sans-serif; 
					color: #000000;
					text-align: left;
					vertical-align: top;
					padding: 10px 10px 10px 10px;
}
				
.rghtcolbackgrnd {	background: #DCD698;
					width: 275px;
					vertical-align: top;
					padding: 10px 10px 10px 10px;
}

.rghtcolblocktop {	background: #C39E4D; 
					width: 255px;
					font: normal small-caps bold 11pt Georgia, Arial, sans-serif; 
					color: #F5F3F4;
					text-align: left;
					vertical-align: middle;
					padding: 5px 10px 5px 10px;
}
					
.rghtcolblock {	background: #DCD698;
				font: normal normal normal 9pt Arial, sans-serif; 
				color: #000000; 
				text-align: justify;
				vertical-align: top;
				padding: 10px 10px 10px 10px;
}
				
.rghtcolblocknj {	background: #DCD698;
					font: normal normal normal 9pt Arial, sans-serif; 
					color: #000000; 
					text-align: left;
					vertical-align: top;
					padding: 10px 10px 10px 10px;
}
				
.siglrgfnt {	font: normal normal normal 11pt "Lucida Handwriting", Arial, sans-serif; 
				text-align: right;
				padding-right: 10px;
}
				
.blocklrgfnt {	font-size: 110%;
				font-weight: bold;
				text-align: right;
				padding-right: 10px;
}
				
.blocksmlfnt {	font-size: 90%;
}

.leftfeetbl {	width: 50%;
				height: 25px;
				font: normal normal normal 9pt Arial, sans-serif;
				text-align: left;
}
		
.imgborder { border: 4px solid #C39E4D;
}

.rightfeetbl {	width: 50%;
				font: normal normal normal 9pt Arial, sans-serif;
				text-align: right;
}
		
.headdate {	background: #FFFFFF;
			height: 20px;
			font: normal normal normal 8pt Georgia, Arial, sans-serif;
			color: #AAA968;
			text-align: right;
			padding-top: 2px;
			padding-right: 15px;
}
			
.headname { background: #FFFFFF;
			height: 50px;
			font: normal normal normal 18pt Georgia, Arial, sans-serif;
			color: #AAA968;
			text-align: left;
			padding: 12px 5px 5px 5px;
}

.headsub {	font-size: small;
}

.headtag {	font-size: large;
			color: #C39E4D; 
}

.headimage { background-image: url('../image_files/head_img.jpg');
			 width: 750px;
			 height: 250px;
}
	
.headmenu { background: #AAA968;
			height: 30px;
			border-top:  1px solid #C94338;
			border-bottom:  1px solid #C94338;
			font: normal normal bold 10pt Arial, sans-serif;
			color: #C94338; 
			text-align: center;
			vertical-align: middle;
}
		
.headmenu a:link 	{ background: transparent; color: #C94338; text-decoration: none; }
.headmenu a:visited { background: transparent; color: #C94338; text-decoration: none; }
.headmenu a:hover 	{ background: transparent; color: #FFFFFF; text-decoration: none; }
.headmenu a:active 	{ background: transparent; color: #C94338; text-decoration: none; }

.footer {	background: #C39E4D;
			height: 30px;
			font: normal normal normal 9pt Arial, sans-serif; 
			color: #C94338; 
			text-align: center;
			vertical-align: middle;
}
			
.footer a:link		{ background: transparent; color: #C94338; font-weight: bold; text-decoration: none; }
.footer a:visited	{ background: transparent; color: #C94338; font-weight: bold; text-decoration: none; }
.footer a:hover 	{ background: transparent; color: #C94338; font-weight: bold; text-decoration: underline; }
.footer a:active	{ background: transparent; color: #C94338; font-weight: bold; text-decoration: none; }

	/* cascading style sheet - end */