body {
	margin: 0;
	padding: 0;
	font: 1em normal Verdana, Arial, Geneva, Helvetica, sans-serif;
}
		
/* Styles for the top Banner division */
		
#banner {
	color: #000;
	background-color: #FFF;
	padding-left: 2px;
	margin: 0;
	border-bottom: 6px solid #006666;
}


/* Styles for the Date Message displayed in the Banner */

div#datemessage {
	position: absolute;
	top: 15px;
	left: 400px;
	color: #006666;
	background-color: transparent;
	font: bolder .8em/175% Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
div#datemessage .floatrightimage {
	float: right;
	margin-right: 350px;
	margin-bottom: 10px;
}
/* Styles for the Left Column	(Navigation Menu) division */
		
#leftcontent {
	position: absolute;
	left: 0;
	top: 157px;
	width: 200px;
	background: #99CCCC;
	padding-top: 20px;
	padding-bottom: 30px;
	border-right: 1px solid #006666;
	border-bottom: 1px solid #006666;
}
		
/* Styles for the Center Column (Primary Content) division */
		
#centercontent {
	background: #fff;
	padding: 0 25px 10px 25px;
  	margin-left: 200px;
  	margin-right: 200px;
	border: none;
	voice-family: "\"}\"";
	voice-family: inherit;
  	margin-left: 201px;
  	margin-right: 201px;
}
html>body #centercontent {
  	margin-left: 201px;
  	margin-right: 201px;
}
		
/* Styles for the Right Column (Navigation Menu etc.) division */
				
#rightcontent {
	position: absolute;
	right: 0px;
	top: 157px;
	width: 205px;
	background: #99CCCC;
	padding-top: 20px;
	padding-bottom: 30px;
	border-left: 1px solid #006666;
	border-bottom: 1px solid #006666;
	

}
		
/* Styles for the bottom Footer division */
		
#footer {
	color: #FFE4B5;
	background-color: #339999;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #FFE4B5;
	border-bottom: 1px solid #000;
	margin-top: 25px;
	text-align: center;
	font: bolder .75em Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	line-height: 140%;
}
.copyright {
	font-size: .75em;
}
#validation {
	margin-top: 7px;
	text-align: center;
}
#validation img {
	margin-left: 10px;
	margin-right: 10px;
	border: none;
}

/* Styles for Left and Right Navigation Menus */
		
ul.navsectionmenu {
	list-style: none;
	margin-left: 0px;
	margin-bottom: -4px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: .75em;
}
li.menusubhead {
	font-weight: bolder;
	letter-spacing: 1px;
	color: #505050;
	padding: 0px 0px 3px 5px;
	border: 1px solid #FFE4B5;
}
#aboutsubhead {
	background-color: #91F2A1; /* 40% About Green -- or use #AAF2B6 = 30% */
}
#worshipsubhead {
	background-color: #91B2F2; /* 40% Worship Blue -- or use #AAC2F2 = 30% */
}
#growthsubhead {
	background-color: #F2CA91; /* 40% Growth Gold -- or use #F2D4AA = 30% */
}
#missionssubhead {
	background-color: #91F2F2; /* 40% Missions Cyan -- or use #AAF2F2 = 30% */
}
#childrensubhead {
	background-color: #F291CA; /* 40% Children Red -- or use #F2AAD4 = 30% */
}
#youthsubhead {
	background-color: #CAF291; /* 40% Youth Green -- or use #D4F2AA = 30% */
}
#lifesubhead {
	background-color: #B291F2; /* 40% Life Purple -- or use #C2AAF2 = 30% */
}
#columnssubhead {
	background-color: #AAAAF2; /* 30% Columns Purple */
}
li.menuitem {
	border-left: 1px solid #FFE4B5;
	border-right: 1px solid #FFE4B5;
	border-bottom: 1px solid #FFE4B5;
}
.byline {
	font-size: .8em;
}
ul.navsectionmenu a {
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-bottom: 2px;
	font-weight: normal;
	color: #505050;
	background-color: transparent;
}
a:hover.aboutlink {
	color: #000;
	background-color: #CEF2D4; /* 15% About Green */
}
a:hover.worshiplink {
	color: #000;
	background-color: #CEDAF2; /* 15% Worship Blue */
}
a:hover.growthlink {
	color: #000;
	background-color: #F2E3CE; /* 15% Growth Gold */
}
a:hover.missionslink {
	color: #000;
	background-color: #CEF2F2; /* 15% Missions Cyan */
}
a:hover.childrenlink {
	color: #000;
	background-color: #F2CEE3; /* 15% Children Red */
}
a:hover.youthlink {
	color: #000;
	background-color: #E3F2CE; /* 15% Youth Green */
}
a:hover.lifelink {
	color: #000;
	background-color: #DACEF2; /* 15% Life Purple */
}
a:hover.columnslink {
	color: #000;
	background-color: #DADAF2; /*  10% Columns Purple */
}
	
/* Styles for Separate "Miscellaneous" Buttons in Right Navigation Area */
	
ul.miscmenubutton {
	list-style: none;
	margin-left: 0px;
	margin-bottom: -4px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: .75em;
	font-weight: bolder;
}
li.miscbutton {
	letter-spacing: 1px;
	color: #505050;
	background-color: #F2E591; /* 40% Misc Yellow */
	border: 1px solid #FFE4B5;
}
ul.miscmenubutton a {
	text-decoration: none;
	display: block;
	color: #000;
	padding: 0px 0px 3px 5px;
	background-color: transparent;
}
a:hover.misclink {
	color: #000;
	background-color: #F2EDCE; /* 15% Misc Yellow */
}

/* Styles for "In this Section" link bar at the top of the Primary Content section */

#centercontent ul.sectionlinks {
	list-style-type: none;
	text-align: right;
	margin: -2.5em 0 4em -1em;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-size: 11px;
	font-weight: bolder;
	line-height: 200%;
}
#centercontent ul.sectionlinks li {
	display: inline;
}
#centercontent ul.sectionlinks a {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 3px 12px 3px 12px;
	text-decoration: none;
}
#centercontent ul.sectionlinks a.firstlink {
	border-left: 1px solid #000;
}
#centercontent ul.sectionlinks #thispage {
	color: #505050;
	background-color: #AAF2B6;
}
#centercontent ul.sectionlinks a:link, #centercontent ul.sectionlinks a:visited {
	color: #OO6666;
	background-color: #FFF;
}
#centercontent ul.sectionlinks a:hover {
	color: #000;
	background-color: #99CCCC;
}
	
/* Styles for text, headers, etc. in Primary Content division */
	
#centercontent p {
	font-size: .8em;
	text-indent: 2em;
	line-height: 175%;
	margin-bottom: -.75em;
}
#centercontent p.noindent {
	text-indent: 0;
}
#centercontent ul {
	font-size: .8em;
	line-height: 175%;
	margin-bottom: -.75em;
	list-style-type: square;
}
h1 {
	font: 1.1em bold Garamond, Georgia, "Times New Roman", Times, serif;
	letter-spacing: 3px;
	text-align: right;
	border-bottom: 2px solid #000;
	margin-bottom: 2.5em;
	padding: 7px 0 3px 0;
}
h1 a {
	padding: 3px .65em 3px .5em;
	border-bottom: 6px solid #000;
	color: #000;
    margin-right: -7px;
}
html>body #centercontent h1 a {
  	margin-right: 0;
}
h2 {
	font: 1.1em bold Garamond, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 2em;
	margin-bottom: 1.5em;
}
h2 a {
	color: #000;
	padding: 4px 20px;
}
h3 {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: .9em;
	text-align: left;
	letter-spacing: 1px;
	padding-left: 1em;
	border-left-style: solid;
	border-left-width: 1em;
	margin: 1.75em 10% -.5em 0;
}
#centercontent p a:link, #centercontent p a:visited, #centercontent p a:hover {
	font-weight: bolder;
}
#centercontent .floatrightimage {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#centercontent .floatleftimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
	
/* Styles for footnotes in Primary Content division */
	
#centercontent p.footnote {
	color: #505050;
	background-color: transparent;
	font-size: .7em;
	text-indent: 0;
	line-height: 120%;
	padding-top: .75em;
	border-top: 1px solid #FFE4B5;
	margin-top: 20px;
	margin-bottom: 25px;
}

/* Styles for "Return to Top" button and Revision Date note at end of Primary Content division */

#centercontent p#return-revision {
	text-indent: 0px;
	margin-top: 25px;
}
p#return-revision #top-btn {
	float: left;
	font-size: 11px;
	font-weight: bolder;
	letter-spacing: 1px;
	padding: 4px 0;
}
p#return-revision #top-btn a {
	border: 1px solid #000;
	padding: 3px 9px;
	text-decoration: none;
}	
p#return-revision #top-btn a:link, p#return-revision #top-btn a:visited {
	color: #505050;
}
p#return-revision #top-btn a:hover {
	color: #000;
}
p#return-revision #revision {
	float: right;
	font-size: 11px;
	font-weight: normal;
	padding: 4px;
}
p#return-revision #revision a {
	color: #505050;
	background-color: #F5F5F5;
	border: 1px solid #505050;
	padding: 3px 4px;
}
/* Misc CSS */

h1 a {
	background-color: #006666; /* 30% Misc Yellow */
}
h2 a {
	background-color: #006666; /*15% Misc Yellow */
}
h3 {
	border-left-color: #99CCCC; 
}
p#return-revision #top-btn a:link, p#return-revision #top-btn a:visited {
	background-color: #99CCCC; 
}
p#return-revision #top-btn a:hover {
	background-color: #F2E9AA; /* 30% Misc Yellow */
}
#centercontent p a:link, #centercontent p a:visited {
	color: #006666; /* Medium Teal Green */
	background-color: #FFF;
}
#centercontent p a:hover {
	color: #99CCCC; /* Pale Green */
	background-color: #006666; /* Dark Teal */
}
div.url {font-family: courier, monospace; 
         text-align: right;
		 display: none;}
div.header {font: bold 10px sans-serif; color: gray; text-align: center; 
   padding: 0.5em 0 0; border-top: 1px solid navy; margin-top: 10px; display: none;}

