h1 {	font-size: 1.5em;
	border-bottom: solid 2px #990000;
	font-variant: small-caps;
}

h2 {	font-size: 1em;
	margin: -15px;
	padding: 1em 0px 1em 0px;
}

p {
	line-height: 150%;
	color: black;
}


body {
	font-family: sans-serif;
	color: #990000;
	background-image: url(bg.png);
	background-repeat: repeat-y;
}

#wrapper {
	width: 900px;
	background-color: #DDEFF8;
	margin-left: 52px;
	padding-bottom: 20px;
}

#banner {
}

#left_sidebar {
	margin-top: 20px;
}

#navcontainer {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}

#navcontainer ul {
	text-align: left;
	list-style-type: none;
	width: 150px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.4em;
}	

#navcontainer li {

	margin-bottom: 0px;
}

#navcontainer li a {
	color: #990000;
	font-weight: bold;
	height: 30px;
	text-decoration: none;
	display: block;
	padding: 10px 0 0 10px;
}	
	
#navcontainer li a:hover {
	background: #990000;
	color: white;
	text-decoration: underline;
}

#main {
	margin: 0px 110px 0px 160px;
	padding: 0 50px 0 10px;
	line-height: 1.6em;
	text-align: left;
}


#main a {
	text-decoration: none;
}

#main a:hover {
	text-decoration: underline;
}
#main img{float: left;
	margin: 10px 15px 15px 0px;
	border: thin solid black;
}

body#web_links p {
	display: inline;
}

body#web_links #main a.anchor {
	text-decoration: none;
}

body#web_links #main #links_nav a{
	text-align: center;
}

body#directions #main ol {
	margin: 0 30px;
	padding: 0;
	color: black;
}


body#contact #subForm{

	font-weight: bold;
}

body#home a#homeLink,
body#missions a#missionsLink,
body#directions a#directionsLink,
body#schedule a#scheduleLink,	
body#web_links a#web_linksLink,
body#pastor a#pastorLink,
body#contact a#contactLink, 
body#sermons a#sermonsLink{
	background: #CC0000;
	color: white;
}

body#home a#homeLink:hover,
body#missions a#missionsLink:hover,
body#directions a#directionsLink:hover,
body#schedule a#scheduleLink:hover,
body#web_links a#web_linksLink:hover,	
body#pastor a#pastorLink:hover,
body#contact a#contactLink:hover,
body#sermons a#sermonsLink:hover{
	color: white;
	background: #CC0000;
	border-left: none;
	text-decoration: none;
}

td {
	line-height: 1.4em;
	color: black;
}

tr.alt td {
	background:white;
}