body {
	background-color:#000000;
	color:#000000;
	font-family:Verdana,Tahoma,Arial,sans-serif;
	font-size:12px;
	text-align:center;
	margin:0;
	padding:0;
	background-image:url(../images/design/kcf-bg.gif);
	background-repeat:repeat-x;	
}

#page {
	background-image:url(../images/design/page.png);
	background-repeat:repeat-y;
	width:900px;
	margin:auto;
	padding:auto;
	text-align:left;
}

#header {
	width:845px;
	height:83px;
	background-image:url(../images/design/header.png);
	background-position:bottom center;
	clear:both;
	padding-top:35px;
	padding-left:55px;
}

#header a {
	color:#336699;
}
#header h1 {
	font-size:24px;
	font-weight:bold;
	margin:0;
	color:#336699;
}

#menulinks {
	width:880px;
	height:60px;
	background-image:url(../images/design/menulinks.png);
	clear:both;
	padding-left:20px;
}

#menulinks a {
	padding-left:15px;
	padding-right:15px;
	padding-top:17px;
	height:35px;
	background-image:none;
	background-position:top center;
	background-repeat:repeat-x;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	font-size:14px;
	font-weight:bold;
}

#menulinks a:hover, #menulinks a.active {
	background-image:url(../images/design/menuhover.png);
	text-decoration:none;
	background-repeat:repeat-x;
}

.newsdate {
	padding-bottom:4px;
	color:#FFFFCC;
	font-weight:bold;
}

a {
	text-decoration:none;
	color:#FFFFCC;
}

a:hover {
	text-decoration:underline;
}

#mainarea {
	padding-top:10px;
}

#contentarea {
	padding-left:45px;
	width:500px;
	padding-right:47px;
	line-height:18px;
	float:left;
	padding-bottom:15px;
}

#contentarea-large {
	padding-left:45px;
	width:770px;
	padding-right:47px;
	line-height:18px;
	float:left;
	padding-bottom:15px;
}

.content {
	padding-bottom:15px;
}

.content img {
	float: left;
	width: 200px;
	padding: 0 15px 15px 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-style: oblique;
	}

.content-large {
	padding-bottom:15px;
}

.content-large img {
	float: left;
	padding: 0 15px 15px 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-style: oblique;
	}

#sidebar {
	width:270px;
	float:left;
	line-height:18px;
}

.sidebarheader {
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	margin-top:0px;
	margin-bottom:7px;
	color:#FFFFCC;
	background-color:#666666;
}
#sidebar a {
	color:#336699;
	font-size:12px;
	font-weight:bold;
}

h1 {
	font-size:30px;
	font-weight:bold;
	margin:0;
	color:#FFFFFF;
}

.description {
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding-left:5px;
	color:#e5ecf9;
}

#footer {
	width:865px;
	padding-top:22px;
	padding-left:35px;
	padding-bottom:10px;
	color:#FFFFFF;
	font-size:12px;
	line-height:16px;
	clear:both;
	background-image:url(../images/design/footer.png);
}

#footer a {
	color:#FFFFFF;
}

h2 {
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:7px;
	color:#FFFFCC;
	border-bottom:1px solid #336699;
}

img.body_pic_left {
	float: left;
	margin-right: 15px;
	}
img.body_pic_right {
	float: right;
	margin-left: 15px;
	}
img.sidebar_pic {
		float: right;
		margin: 0 0 10px 15px;
		padding: 0 15px 0 0;
		}	
.clear { clear: both; }

blockquote.scripture {
	background:url(../images/design/quote.gif) no-repeat;
	background-position:top left;
	padding-left:20px;
	font-size:12px;
	font-weight:italic;
	color:#FFFFCC;
}

blockquote.withquote {
	background:url(../images/design/quote.gif) no-repeat;
	background-position:top left;
	padding-left:20px;
	text-align:justify;} 

p.withunquote {
	background: url(../images/design/unquote.gif) no-repeat;
	background-position:bottom right;
	padding-right:5px;}

ul.questions {
	list-style-type: ;
	list-style-image: ;
	list-style-position: inside;
}
ol.questions {
	list-style-type: decimal;
	list-style-position: inside;
}
ol.questions ol {
	list-style-type: decimal;
}
ul.questions li { font-style: normal; }
ol.questions li { font-style: normal; }
ol.questions ol { font-style: normal; }

