@charset "utf-8";
/* CSS Document */

html,body{
	margin:0;
	padding:0
}

body{
	font: 76% Verdana,Geneva,sans-serif;
	text-align: left;
	background-color: #A4C0A9;
}

h1{
	font-size: 1.65em;
	margin: 10px 5px 10px 5px;
	color: #006633;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #3E5A43;
	margin-top: 25px;
}

h3{
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}

p{
	font-size: 1.1em;
	line-height: 1.25em;
}

a{
	color: #3E5A43;
	text-decoration: none;
}

a:visited{
	color: #3E5A43;
}

img {
	border: none;
}

#pageWrapper {
	width: 824px;
	background: #A4C0A9 url(images/background.jpg) left top repeat-y;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#containerTop{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

#header {
	height: 100px;
	background-color: #A4C0A9;
	background-image: url(/images/PASDAC_hdr_800.png);
}

#header h1{
	margin:0 0 0 0;
}

#header a {
	padding: 0;
}

#banner {
	height:80px;
}

#mainNav {
	width: 800px;
	background-image: url(images/NavBar.jpg);
	height: 29px;
}

/*#mainNav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#mainNav li {
	line-height: 20px;
	list-style: none;
	float: left;
	background: url(images/menu.gif) no-repeat left top;
	border-right: 1px solid #000;
}

#mainNav a {
	display: block;
	text-decoration: none;
	padding: 5px 15px 4px 15px;
	text-align: left;
}

#mainNav a:link {
	color: #000;
}

#mainNav a:visited{
	color: #000;
}

#mainNav a:hover{
	color: #FFF;
	background: url(images/menuon.gif) no-repeat left top;
}
*/
#wrapper {
	position: absolute;
	top: 209px;
	width: 824px;
	margin-left: -12px;
	background: #A4C0A9 url(images/background.jpg) left top repeat-y;
}

#content{
	width:740px;
	margin-left: auto;
	margin-right: auto;
}

#footer{
	clear: both;
	width: 824px;
	margin-top: 20px;
	background: #A4C0A9 url(/images/footer-shade.jpg) no-repeat;
	color: #333;
}

#footer p{
	margin:0;
	font-size: .8em;
	text-align: center;
}

#footer img {
	padding-right: 10px;
}

table img{
	float: none;
}

.date-font {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
}

.churchInfo {
	font-size: .9em;
	color: #3E5A43;	
}

.navLeft {
	margin-left: -2px;
}

.notetext{
	font-style: italic;
	font-size: .9em;
}

