html {
	margin: 0;
	padding: 0;
	}
body {
	font: 9pt/17pt georgia;
	text-align: center;
	background: #6E5745 url(../images/body-bg.jpg) top repeat-x;
	color: #000;
	}
a img {
	border: none;
}
#container {
	background: #fff url(../images/content-bg.jpg) top repeat-y;
	padding: 0;
	text-align: left;
	margin: 10px auto;
	width: 708px;
	}
#pageHeader h1 { 
	background: transparent url(../images/cameroon-tribal-ministries.jpg) no-repeat top center;
	width: 708px;
	height: 74px;
	text-indent: -2000px;
	overflow:hidden;
	}
#page-end { 
	background: transparent url(../images/footer-bg.jpg) no-repeat top center;
	width: 708px;
	height: 30px;
	}
#footer {
	font-family: Arial, Helvetica, sans serif;
	font-size: 11px;
	color: #fff;
}
/* @group Navigation */
ul.nav {
	margin: 10px 0 0 0;
	padding: 0 0 0 30px;
	list-style: none;
	font-weight: normal;
	font-family: Helvetica, Arial, Sans-serif;
}
ul.nav li {
	display: inline;
}
ul.nav a, ul.nav a:visited {
	display: block;
	padding: 5px 0;
	color: #5ea618;
	font-weight: bold;
	text-decoration: none;
}
ul.nav a:hover, ul.nav a:visited:hover {
	text-decoration: underline;
}
ul.nav a:active, ul.nav a:visited:active {
	color: #51a600;
}
ul.nav li.current a , ul.nav li.current a:visited {
	color: #f3f7fe;
	border-bottom: 1px solid #2b739d;
}
ul.nav li.current a:hover , ul.nav li.current a:visited:hover {
	text-decoration: underline;
}
/* @end */
a:link, a:active, a:visited {
	color: #D10000;
	text-decoration: none;
	}
a:hover { text-decoration: underline; }

.content { width: 708px;
	overflow: hidden;
	clear: both;
}
.unequalColumns .columnA { width: 200px; }
.unequalColumns .columnB { width: 508px; }
.left {	float: left; }
.right { float: right; }
.section {
	margin: 0;
	padding: 0 15px 15px 15px;
	border-left: 1px solid #cfe2ee;
}
.section h2 {
	margin-bottom: 10px;
	color: #614524;
}
br.clear {
	clear: both;
}
acronym { border-bottom: none; }
