@charset "utf-8";
/* CSS Document */
body {
	background: url(images/background.gif) #966;
	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: rgb(89,89,89);
	margin: 0;
}
h1 {
	font: normal 1.7em Arial, Helvetica, sans-serif;
	color: rgb(99,36,35);
	/* padding: 15px 0px 5px 0px; */
}
h2 {
	font: normal 1.5em Arial, Helvetica, sans-serif;
	color: rgb(148,54,52);
	/* padding: 15px 0px 5px 0px; */
}
h3 { font: normal 1.3em Arial, Helvetica, sans-serif;
	color: rgb(217,149,148);
	/* padding: 15px 0px 5px 0px; */
}
a {
	color: rgb(51,51,255);
	text-decoration: none;
}
a:hover {
	color: rgb(23,54,93);
}

#page {
	background: url(Images/bgChkrbrd.gif) repeat-x;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	border: solid 1px #d1d1d1;
	background: url(images/bgBody.png) repeat-y;
}
#titlebar {
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(255,255,255);
	background: url(images/titlebar_bg.png) repeat-x;
}
#banner {
	height: 150px;
	background:#CC3300;
}

#sidebar {
	float: left;
	width: 200px;
}
#content {
	float: left;
	width: 700px;
	background-color: rgb(255,255,255);
}
#contentArea {
	padding: 5px;
}

#pageStamp {
	padding: 5px;
	font-size: smaller;
	color: #ccc;
}
#pageStamp a[href^="mailto:"] {
	background: url(images/e-mail-icon.png) no-repeat right top;
	text-decoration: none;
	color: #666;
	padding-right: 15px;
}
#pageStamp a:hover[href^="mailto:"] {
	background: url(images/e-mail-icon.png) no-repeat right top;
	color: #000;
	padding-right: 15px;
}

#footer {
	clear: both;
	height: 40px;
	padding-top: 20px;
	background-color: #333;
	border-top: solid 1px #666;
	font-size: 8pt;
	color: #fff;
	text-align:center;
}

/*	Menu Styles */
#menu {
	width: 200px;
	margin-top: 1px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu a {
	display: block;
	height: 25px;
	line-height: 25px;
	font-size: 10px;
	color: rgb(102,102,102);
	padding-left: 30px;
	background: url(images/bgMenu.png);
}
#menu a:hover {
	color: rgb(255,255,255);
	background: url(images/bgMenu-hover.png);
}
/* pdf menu */
#menu a.pdf {
	display: block;
	height: 25px;
	line-height: 25px;
	font-size: 10px;
	color: rgb(102,102,102);
	padding-left: 30px;
	background: url(images/bgMenu-pdf.png);
}
#menu a.pdf:hover {
	color: rgb(255,255,255);
	background: url(images/bgMenu-pdf_hover.png);
}

p.top a {
	display: block;
	width: 100px;
	height: 25px;
	line-height: 25px;
	padding-left: 30px;
	background: url(images/arrow-up.png) no-repeat;
}

.gospel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color:#CC3300;
}

#archive {
	margin-top: 10px;
	padding: 5px;
	font-size: 10px;
}
#archive h3 {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: rgb(102,102,102);
	border-bottom: dotted 1px #999999;
}