@charset "utf-8";
/* CSS Document */

/***** Base Color Palette *****
Dark    #514B26
Medium  #8B8141
Light   #E7E2C7
Text    #000000 Black
Links   #661802
*******************************/

body {
	margin: 0;
	background-color: #8B8141;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	line-height: 13pt;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
h1 {
	font-size: 14pt;
	line-height: 14pt;
	font-weight: bold;
	color: #8B8141;
}
h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #8B8141;
	text-transform: uppercase;
	margin-bottom: -9pt;
	padding-left: 6px;
	border-left: solid #908255 15px;
} 
a, a:visited {
	color: #661802;
	text-decoration: none;
}
a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}
#container {
	background-color: #FFFFFF;
	width: 760px;
	margin: auto;
}
#header {
	text-align: center;
	padding-top: 20px;
}
#navbar {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 15px;
	margin-bottom: 20px;
}
#content {
	margin-left: 40px;
	margin-right: 40px;
	padding-bottom: 40px;
}
#minibox {
	margin-top: 20px;
}
#footer {
	clear: both;
	padding-bottom: 20px;
	text-align: center;
	font-size: 9pt;
	line-height: 14pt;
}
.scripture {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11.5pt;
	font-style: italic;
	font-weight: bold;
	color: #8B8141;
	padding-right: 20px;
	padding-left: 20px;
}
.squarebullets {
	list-style-type: square;  
	padding-bottom: 12px;
}
.pagehead {
	font-size: 14pt;
	line-height: 14pt;
	font-weight: bold;
	color: #8B8141;
}
.subhead {
	font-size: 11pt;
	font-weight: bold;
	color: #8B8141;
	text-transform: uppercase;
	margin-bottom: -9pt;
	padding-left: 6px;
	border-left: solid #908255 15px;
} 

.mceContentBody { padding: 10px; background-image: none; background-color: #fff; color: #000; } /*TinyMCE*/
/* .mceContentBody a:link, .mceContentBody a:visited { color: #fff !important;    text-decoration: underline; } /* FF requires a important here */
/* .mceContentBody a:hover, .mceContentBody a:active { color: #99d9e8 !important; text-decoration: none; } /* FF requires a important here */