/* St Thomas à Becket Church, Framfield CSS File   */
   
   
/* Overall body section */
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial,  Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}
div#container {
	margin: 0px auto;
	width: 970px;
	position: relative;
	text-align: left;
}
.pixels {
	font-size:16px;
	line-height:30px;
	margin-bottom:20px;
	padding:20px;
	background-color:#222222;
}
.point {
	font-size:12pt;
	line-height:30px;
	margin-bottom:20px;
	padding:20px;
	background-color:#222222;
}
.em {
	font-size:1em;
	margin-bottom:20px;
	padding:20px;
	background-color:#222222;
}
.percentage {
	font-size:100%;
	margin-bottom:20px;
	padding:20px;
	background-color:#222222;
}
.undefined {
	margin-bottom:20px;
	padding:20px;
	background-color:#222222;
}
#changeFont {
	position:absolute;
	top:10px;
	right:10px;
	background-color:#333333;
	padding:5px;
}
.increaseFont, .decreaseFont, .resetFont {
	color:#CCCCCC;
	font-size:14px;
	float:left;
	margin:10px;
}

/* Header section */
div#headerbar {
	width: 970px;
	height: 60px;
	background-color: #3300CC;
	background-repeat: no-repeat;
	margin: 0px auto;
}
div#headerbar2 {
	position: relative;
	width: 970px;
	height: 10px;
	text-align: center;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin: 0px auto;
}
div#headerbar3 {
	position: relative;
	width: 970px;
	height: 21px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	margin: 0px auto;
}
div#headerbar img#backicon {
	border:0;
	width: 41px;
	height: 12px;
	position: absolute;
	top: 8px;
	right: 7px;
}


/* Menu bar section */
div#menubar {
	position: relative;
	width: 970px;
	height: 81px;
	background-color: #FFFFFF;
}
div#menubar img#logo {
	border:0;
	width: 318px;
	height: 72px;
	position: absolute;
	top: 2px;
	left: 20px;
}
div#menubar img#thought {
	border:0;
	width: 145px;
	height: 16px;
	position: absolute;
	top: 10px;
	right: 5px;
}
div#menubar div#menu {
	position: absolute;
	top: 60px;
	left: 360px;
	height: 13px;
	width: 610px;
	text-align: center;
}
div#menubar div#menu table {
}
div#menubar div#menu td {
	font-size: 11px;
	padding: 0 11px;
}
div#menubar div#menu img {
	border: 0;
	height: 16px;
}


/* Content section */
div#contentbar {
	position: relative;
	width: 970px;
	height: 380px;
	background-color: #FFFFFF;
}
div#contentbar div#circles {
	position: absolute;
	left: 0;
	top: 0;
	width: 346px;
	height: 348px;
	background-color: #93D4D4;
	background-image: url(../images/main_circles.gif);
	background-repeat: no-repeat;
}
div#contentbar img#sitemap {
	border:0;
	width: 49px;
	height: 13px;
	position: absolute;
	top: 330px;
	left: 4px;
}
div#contentbar img#knowingchrist {
	border:0;
	width: 154px;
	height: 67px;
	position: absolute;
	top: 35px;
	left: 20px;
}
div#contentbar div#content {
	position: absolute;
	left: 360px;
	top: 20px;
	width: 600px;
	height: 350px;
	background-color: #FFFFFF;
	font-size: 12px;
	overflow: auto;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #009999;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #F2F2F2;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
}
div#contentbar div#content h1 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
div#contentbar div#content h2 {
	text-align: center;
	font-size: 15px;
	color: #009999;
	font-style: italic;
	font-weight: normal;
	line-height: 25px;
}
div#contentbar div#content a:link, div#contentbar div#content a:visited {
	color: #009999;
	text-decoration: none;
}
div#contentbar div#content a:hover {
	text-decoration: underline;
}

/* Footer section */
div#footerbar {
	position: center;
	/* position: relative; */
	width: 970px;
	height: 39px;
	text-align: center;
	font-size: 10px;
	color: #999999;
	padding-top: 3px;
}
div#footerbar a {
	color: #999999;
	text-decoration: none;
}
div#footerbar img#karoo {
	border:0;
	width: 44px;
	height: 18px;
	margin-top: 2px;
}
div#footerbar img#erwd {
	border:0;
	width: 57px;
	height: 15px;
	margin-top: 2px;
}


/* RSS Feed */
span.rss_description {
	font-size: 10px;
	color: #666666;
	font-style: italic;	
	text-decoration: none;
}
a.rss_item {
	display: block;
	font-size: 11px;
	color: #009999;
	font-weight: bold;
	font-style: normal;	
	width: 260px;
	text-decoration: none;
	margin-bottom: 3px;
}
a.rss_item:hover {
	background-color: #F7F7F7;
	text-decoration: none;
}
a	{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
	}

a:link {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
	}

a:visited {
	color: #3366FF;
	text-decoration: none;
	}

a:hover{
	color: #3366FF;
	text-decoration: underline;
	}
a.big	{
	font:16px Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
	}

a.big:link {
	font:16px Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
	}

a.big:visited {
	color: #3366FF;
	text-decoration: none;
	}

a.big:hover{
	color: #3366FF;
	text-decoration: underline;
	}

ul {margin-top: 5px; margin-bottom: 5px}
/* unordered lists */
ul li { list-style: url("../images/gifs/list_orangebox.gif") square; margin-left: -5px}
ul li li { list-style: url("../images/gifs/list_orangedisc.gif") circle; margin-left: -10px} 
ul li li li { list-style: url("../images/gifs/list_redtriangle.gif") square; margin-left: -20px}
/*ul	{ 	list-style-type: none;	}*/


.button
{background-color:#3300CC;color:#ffffff;font-family:Arial;font-size:14px;}


.main1 {font: 13px Comic Sans MS,Chicago, Sans-serif, cursive; font-weight:bold; color:#336633; text-decoration: none; } 
.main4 {font: 15px Comic Sans MS,Chicago, Sans-serif, cursive; font-weight:bold; color: #FF0000;  text-decoration: none; } 
.main5a {font: 11px Comic Sans MS,Chicago, Sans-serif, cursive; font-weight:normal; color: #DF0000;  text-decoration: none; } 
.main5b {font: 10px Comic Sans MS,Chicago, Sans-serif, cursive; font-weight:normal; color: #DF0000;  text-decoration: none; } 
.main5c {font: 9px Comic Sans MS,Chicago, Sans-serif, cursive; font-weight:normal; color: #DF0000;  text-decoration: none; } 
.varbody {font: 16px Verdana, Arial,  Helvetica, sans-serif; font-weight:normal; color: #000000;  text-decoration: none; }

