body {
	font-family: "trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	margin: 0 0 0 0;
}
h1, h2, h3 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	margin: 0px;
	line-height: normal;
	color: #FFFFFF;
	letter-spacing: 0.4em;
}
h1 {
	font-size: 1.5em;
	color: #FFFFCC;
}
h2 {
	font-size: 1em;
	margin: 0;
	line-height: 24px;
	border-top: dashed #9BA0C6 thin;
	border-bottom: dashed #9BA0C6 thin;
	padding: 5px 0 5px 0;
	color: #FFFFFF;
}
h3 {
	font-size: 1.4em;
	margin: 24px 0px 0px;
}
/*
Sets link styles for all links on the page except the Pop Menu Magic Menu.*/
a:link {
	color: #FFCC00;
}
a:visited {
	color: #ffcc00;
}
a:hover, a:active, a:focus {
	color: #000000;
}
/* 
  -----------------------------------
  Harrington Design Company
  PopMenu Magic Style Sheet
  inspired by Project Seven Development
  -----------------------------------
*/
#p7PMnav {
	margin: 10px 0 0 0;
	padding:0;
	font-size: 0.7em;
	font-weight: bold;
}
#p7PMnav ul {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 8px 30px;
	color: #004684;
	line-height:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#p7PMnav ul a {
	color: #333333;
	background-color: #FFFFFF;
	border: 0;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #004684;
	color: #FFCC00;
	letter-spacing: 0.01px;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	border: 0;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #333333;
	font-weight: bold;
}

/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #6AB07C;
	color: #FFFFFF;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 240px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 12em;
}

#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #8B967A;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #949E85;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
.secondaryheadlines {
	color: #FFFFCC;
	border-top-color: #C9D083;
	border-bottom-color: #C9D083;
}
.scripture {
	color: #004684;
	padding: 10px;
	border: thin inset #CCCCCC;
	background-color: #C9D083;
}
.address {
	font-size: 0.8em;
	color: #FFFFFF;
	padding: 0 0 0 30px;
}
h4 {
	color: #FFFFCC;
	line-height: 18pt;
}
.bold {
	font-weight: bold;
	color: #004684;
}