body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	background-image:url(images/chapel-top.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:left;
}
p {
	font-weight:normal;
	text-align:left;
	line-height:140%;
}
h1 {
	font-size:30px;
}
h2 {
	font-size:20px;
}
h4 {
	font-size:14px;
}

tr {
	vertical-align:text-top;
}

.mainBody {
	text-align:left;
	margin:0 10px 30px 10px;
	font-weight:normal;
}
a.greenButton {
	background-image:url(images/green-button.jpg);
	background-repeat:no-repeat;
	background-position:center;
	font-size:18px;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	padding:12px 0px 20px;
	display:block;
	width:283px;
}
a.blueButton{
	background-image:url(images/blue-button-sm.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration:none;
	color:#FFFFFF;
	padding:3px 0 10px 10px;
	display:block;
}

.cMenu {
	background-image:url(images/menuBar.gif);
	background-repeat:repeat-x;
	text-align:center;	
	padding-top:3px;
	padding-bottom:3px;
}
a.cMenu{
	color:#FFFFFF;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:15px;
	padding-right:15px;
	text-decoration:none;
	font-weight:bold;
}
a:hover.cMenu{
	background-image:url(images/menuBarOv.gif);
	background-repeat:repeat-x;
}
.base{
	background-image:url(images/chapel-base.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

h3{
	background-image:url(images/greyHead.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:14px;
	padding:6px;
}

.blackSide{
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
}
a.blackSide{
	color:#FFFFFF;
}


.submit {
	background: transparent;
	border:0px;
	display: inline;
	margin: 0;
	cursor:hand;
	background-image:url(images/blue-button-sm.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration:none;
	color:#FFFFFF;
	padding:3px 0 5px 5px;
	display:block;
}

*:first-child+html .submit {		/* hack needed for IE 7 */
	border-bottom: 0;
}

* html .submit {				/* hack needed for IE 5/6 */
	border-bottom: 0;
}



#wrap{
	text-align:left;
	margin:0px auto;
	padding:0px;
	border:0;
	width:935px;
}

#header {
	margin:20px 10px 10px 10px;
	padding:30px;
	background-image:url(images/Chapel-logo.jpg);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
	text-align:right;
}

#mBody {
	margin:10px;
}

#side-a {
	float:left;
	width:283px;
}

#side-a-lg {
	float:left;
	width:550px;
}

#side-b {
	float:right;
	width:285px;
}

#side-b-lg {
	float:right;
	width:600px;
}

#side-black {
	float:right;
	width:285px;
}

#content { 
	float:left;
	width:285px;
	margin: 0 0 0 28px;
}

#footer {
	background-image:url(images/chapel-base.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:center;
	font-size:9px;
}
#footer a{
	margin:15px 15px 15px 15px;
}

#tMenu{
	margin:0 10px 10px 10px;
}
.imageR {
	padding-left: 20px;
	padding-bottom: 20px;
	align:right;
}
