H1, H2, H3, HR
{
	margin: 0px;
	padding: 0px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
BODY
{
	background: #CCC url(bg.png);
	font-family: Calibri;
	color: #222;
}
H1
{
	font-family: Candara;
	font-size: 36pt;
	color: #222;
}
H2
{
	font-size: 24pt;
	color: #222;
}
H3
{
	font-size: 18pt;
	color: #222;
}
.title
{
	font-size: larger;
	font-weight: bold;
}
.super
{
	vertical-align: super;
	font-size: 9pt;
}
.italics
{
	font-style: italic;
}
.width
{
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}
.center
{
	text-align: center;
}
A:link
{
	color: #B60003;
}
A:visited
{
	color: #222;
}
A:visited:hover
{
	color: #CCC;
	background-color: #222;
	text-decoration: none;
}
A:hover
{
	color: #CCC;
	background-color: #B22222;
	text-decoration: none;
}
A:active
{
	color: #222;
	background-color: #B22222;
}
#container
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 225px;
	width: 80%;
	height: 100%;
	min-width: 900px;
	background-color: #AAA;
	border: medium ridge #000;
	border-color: #BBB;
	/*+border-radius:13px;*/
	border-radius: 13px 13px 13px 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	-khtml-border-radius: 13px;
}
#header
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 130px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	min-width: 1000px;
	background-image: url(cmalogo.png);
	background-repeat: no-repeat;
	background-position: 3% 9px;
}
#header H1, #header H2
{
	text-align: left;
}
#header HR
{
	/*[disabled]width:100%;*/
}
#nav
{
	float: left;
	height: 100%;
/*width:25%;*/
	min-width: 250px;
}
#nav UL
{
	list-style: none;
}
#content
{
	padding: 5px;
	margin: 0 0 0 250px;
/*width: 75%;*/
	min-width: 500px;
}
#map_canvas
{
	border: 1px solid #021A40;
}
#content P IMG, #content IMG
{
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 1px;
	border: 1px solid #021A40;
}
#content UL
{
	list-style-image: url(li_cross2.png);
}
#content UL.centered, #content OL.centered
{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
#footer
{
	clear: both;
	bottom: 5px;
	width: 100%;
	min-width: 900px;
	font-family: Arial;
	font-variant: small-caps;
	text-align: center;
}
.pastors
{
	font-weight: bold;
	font-style: italic;
}
.pastor_title
{
	font-style: italic;
}
.verse
{
	font-variant: small-caps;
}
#content P
{
}
