	/* cascading style sheet - webdesignministries.com - E007MAP */
	
	/* colors used */
	/* FFFFFF	white */
	/* 000000	black */
	/* 654D0F   dark brown */
	/* D69134   light brown */
	/* ECBC51	tan */
	
html {	margin: 0px;
		padding: 0px;
}

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

h1    { font: normal small-caps bold 14pt Times New Roman, Arial, sans-serif;
		color: #D69134;
		margin-bottom: 12px;
}

h2    { font: normal normal bold 12pt Times New Roman, Arial, sans-serif;
		color: #D69134;
}

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

ul, ul ul {	list-style-image: url('../image_files/head_cross.jpg');
	 		font: normal normal bold 11pt/13pt Times New Roman, Arial, sans-serif;
			color: #654D0F;
}

a:link { color: #D69134; text-decoration: none; }  
a:active { color: #D69134; text-decoration: none; }
a:visited { color: #D69134; text-decoration: none; }
a:hover { color: #654D0F; text-decoration: underline; }

.leftfeetbl {	width: 50%;
				height: 25px;
				font: normal normal normal 9pt Arial, sans-serif;
				text-align: left;
}
		
.rightfeetbl {	width: 50%;
				font: normal normal normal 9pt Arial, sans-serif;
				text-align: right;
}

.imgborder { border: 4px solid #654D0F;
}

.blocklrgfnt {	font-size: 110%;
				font-weight: bold;
				color: #D69134;
				text-align: right;
				padding-right: 10px;
}
				
.blocksmlfnt {	font-size: 80%;
}

.leftcol {	background: #FFFFFF;
			width: 190px;
			vertical-align: top;
			padding: 5px;
}
	
.leftcolblocktop {	background: #ECBC51; 
					width: 170px;
					border: 1px solid #654D0F;
					font: normal small-caps bold 9pt Times New Roman, Arial, sans-serif; 
					color: #654D0F;
					text-align: center;
					vertical-align: middle;
					padding: 5px 10px 5px 10px;
}
							
.leftcolblock {	background: #FFFFFF;
				width: 170px;
				border-right: 1px solid #654D0F;
				border-left: 1px solid #654D0F;
				border-bottom: 1px solid #654D0F;
				font: normal normal normal 9pt/11pt Times New Roman, Arial, sans-serif; 
				color: #654D0F; 
				text-align: justify;
				vertical-align: top;
				padding: 10px 10px 10px 10px;
}
			
.maincol {	background: #FFFFFF;
			width: 550px;
			font: normal normal normal 11pt/13pt Times New Roman, Arial, sans-serif; 
			color: #654D0F;
			text-align: left;
			vertical-align: top;
			padding: 10px 30px 0px 10px;
}
						
.maincol p {	padding-left: 20px;
				padding-right: 20px;
}

.quote {	color: #D69134;
			font-style: italic;
}

.headdate {	background: #FFFFFF;
			font: normal normal normal 9pt Times New Roman, Arial, sans-serif;
			color: #654D0F;
			text-align: right;
			padding-right: 15px;
			padding-top: 2px;
}

.headname { background: #FFFFFF;
			height: 40px;
			font: normal small-caps bold 18pt Times New Roman, Arial, sans-serif;
			color: #654D0F;
			text-align: left;
			padding: 12px 5px 5px 5px;
}

.headsub {	font-variant : normal;
			font-size: medium;
}

.headmenu { background: #ECBC51;
			font: normal small-caps bold 11pt/13pt Times New Roman, Arial, sans-serif; 
			color: #654D0F; 
			text-align: center;
			vertical-align: middle;
}
		
.headmenu a:link	{ background: transparent; color: #654D0F; text-decoration: none; }
.headmenu a:visited { background: transparent; color: #654D0F; text-decoration: none; }
.headmenu a:hover 	{ background: transparent; color: #D69134; text-decoration: none; }
.headmenu a:active	{ background: transparent; color: #654D0F; text-decoration: none; }

	
.headimage {	background-image: url('../image_files/head_img.jpg'); 
 				width: 550px;
				height: 200px;
}

.headsidetop {  background: #D69134;
				height: 25px;
}
		
.headside { background-image: url('../image_files/headmenu_img.jpg');
}
		
.footer {	background: #FFFFFF;
			font: normal normal bold 9pt Times New Roman, Arial, sans-serif; 
			color: #654D0F; 
			text-align: center;
			vertical-align: middle;
			border-top: 3px solid #654D0F;
			height: 40px;
}
			
.footer a:link		{ background: transparent; color: #654D0F; text-decoration: none; }
.footer a:visited	{ background: transparent; color: #654D0F; text-decoration: none; }
.footer a:hover 	{ background: transparent; color: #D69134; text-decoration: none; }
.footer a:active	{ background: transparent; color: #654D0F; text-decoration: none; }

	/* cascading style sheet - end */