body {
	margin: 0;
	padding: 0;
	background-color: #FCFFCE;
	color: #550066;
	border: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(grey.jpg);
	background-position: left;
	background-repeat: repeat-y;
	font-size: 14pt;
}

#masthead{
	
	background-color: #DCDCDC;
	width: 100%;
	color: #000066;
	font-size: 30pt;
	font-weight: bold;
}

#masthead a:link, #masthead a:visited{
	
	background-color: #DCDCDC;
	width: 100%;
	color: #000066;
	font-size: 24pt;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
}

#masthead a:hover{
	<!-- background-image: url gainsboro.png;
	background-color: #DCDCDC;
	width: 100%;
	color: #000066;
	font-size: 24pt;
	font-weight: bold;
	text-decoration: underline;
	padding-right: 10px;
}

table#mainbody{
	padding: 0;
	border: 0;
	width: 100%;
}

#navmenu{
	background-color: #DCDCDC;
	width: 125px;
	color: #FFFFCC;
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	padding-top: 30px;
}

#navmenu3{
}

#navmenu3 ul{
	list-style:none;
	padding:0;
	margin:50px 0 0 0;
	line-height:2em;
}

#navmenu3 ul li{
   	list-style-image:none;
}

#navmenu3 a:link,#menu a:visited{
	display:block;
	color: #FFD700;
	text-decoration:none;
	font-weight:bold;
	background-color:#66008C;
	width:125px;
	font-size: 10px;
	padding:0 0 0 20px;
}
#navmenu3 a:hover{
	display:block;
	color: #66008C;
	text-decoration:none;
	font-weight:bold;
	background-color:#FFD700;
	width:125px;
	font-size: 10px;
	padding:0 0 0 20px;
}

#navmenu p{
	background-color: #DCDCDC;
	width: 125px;
	color: #FFFFCC;
	text-align: center;
	vertical-align: top;
	padding-top: 30px;
	font-size: 10pt;
}

#navmenu a:link{
	text-decoration: none;
	color: #FFFFCC;
	background-color: #660000;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	border: 0px solid #FFD700;
	text-align: center;
	width: 100%;
	font-size: 10px;
	padding: 4px;
}
#navmenu a:visited{
	text-decoration: none;
	color: #FFFFCC;
	background-color: #660000;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	border: 0px solid #FFD700;
	text-align: center;
	width: 100%
	font-size: 10px;
	margin-right: 0;
	padding: 4px;
}
#navmenu a:hover{
	text-decoration: none;
	color: #660000;
	background-color: #FFD700;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	border: 0px solid #FFD700;
	text-align: center;
	width: 100%
	font-size: 10px;
	padding: 4px;
}
#content p{
	padding-right: 100px;
	margin-top: 0px;
	margin-bottom: 0.5em;
	font-size: 10pt;
	margin-left: 50px;

}
#content form{
	padding-right: 100px;
	margin-top: 0px;
	margin-bottom: 0.5em;
	font-size: 10pt;
	margin-left: 50px;
}
#content pre{
	padding-right: 100px;
	margin-top: 0px;
	margin-bottom: 0.5em;
	font-size: 10pt;
	margin-left: 50px;
}
#content code{
	padding-right: 100px;
	margin-top: 0px;
	margin-bottom: 0.5em;
	font-size: 10pt;
	margin-left: 50px;
}
#content p strong{
	font-style: normal;
	font-weight: bold;
}
#content p.standoff{
	margin-left:170px;
}
#content img.standleft{
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#content img.wrapleft{
	margin-left: 25px;
	margin-top: 0;
	margin-bottom: 5px;
	margin-right: 10px;
	text-align: left;
	float: left;
}

#gentable{
	margin-left:50px;
	font-size: 10pt;
	width: 90%;
}
#gentable th{
	background-color: #FFCC66;
	vertical-align: top;
	color: 000066;
}
#gentable tr{
	background-color: #FFEECC;
	vertical-align: top;
}
#gentable td{
	padding: 5px;
}

#content h1{
	font-size: 11pt;
	background-color: #660000;
	color: #FFFFCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 50px;
	margin-top: 0;
	width: 100%;
}

#content h2{
	font-size: 11pt;
	font-weight: bold;
	background-color: #FFCC66;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 50px;
	width: 100%;
	clear: both;
}

#content h3{
	font-size: x-small;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 50px;
	width: 100%;
	margin-bottom: 3px;
	margin-top: 5px;
}

#content a:link{
	color: #000066;
	border-bottom: 1px dotted #2F4F4F;
	text-decoration: none;
}

#content a:visited{
	color: #000066;
	border-bottom: 1px dotted #2F4F4F;
	text-decoration: none;
}

#content a:hover{
	color: #000066;
	border-bottom: 1px solid #000066;
	text-decoration: none;
}

#content ul{
	font-size: 10pt;
	font-weight: bold;
	margin-left: 80px;
}

#content ul li a:link{
	color: #000066;
	border-bottom: 1px dotted #2F4F4F;
	text-decoration: none;
}

#content ul li a:visited{
	color: #000066;
	border-bottom: 1px dotted #2F4F4F;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

#content ul li a:hover{
	color: #000066;
	border-bottom: 1px solid #000066;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

#puff{
	vertical-align: top;
}

#puff p{
	padding: 5px;
	font-size: 10pt;
	margin-left: 20px;
}

#footer{
	background-color: #FFCC66;
	color: #550066;
	font-size: xx-small;
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px;
	width: 100%;
	text-align: center;
	margin-bottom: 0;
	margin-top: 150px;
	margin-left: 0px;
}



#churches img{
	float:left;
	margin:2px 10px 5px 50px;
}

#chapels p{
	padding-right: 100px;
	margin-top: 0px;
	margin-bottom: 0.5em;
	font-size: 10pt;
	margin-left: 50px;
}

#chapels img{
	float:right;
	margin:2px 10px 5px 50px;
}
