/* CSS Document */

body {
	background-image: url(images/Methodist_02.jpg);
	background-position: left;
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

#main {

}

#header {
	background-image: url(images/Methodist_03.jpg);
	background-repeat: no-repeat;
	height: 165px;
	padding-top: 50px;
	}
	
#header .text {
	color: white;
	font-size: 24px;
	margin-left: 240px;
	width: 490px;
	line-height: 28px;
	font-family: "Times New Roman", Times, serif;
}

#header span {
	font-size: 39px;
}
	
#tagline {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	margin-top: 20px;
}	

#content { 
	width: 770px;
	}
		
#leftnav {
	float: left;
	width: 253px;
	height: 384px;
	background-image: url(images/Methodist_04.gif);
	background-repeat: no-repeat;
	padding-top: 17px;
}

#leftnav a {
	display: block;
	text-align: right;
	padding-right: 34px;
	font-size: 12px;
	height: 30px;
	color: black;
	text-decoration: none;
}

#leftnav a:hover {
	color: white;
}

#leftnav a:visited {
	color: #ccc;
}

#rightcontent {
	float: left;
	width: 500px;
	padding-left: 17px;
	padding-top: 17px;
}

.alignright {
	text-align: right;
	}
	
.noborder {
	border: 0;
	}

.alighnleft {
	text-align: left;
	}
	
.aligncenter {
	text-align: center;
	}

.data {
	font-size: 11px;
	}

.data th {
	background-color: #A67C52;
	color: white;
}

#contact {
	float: right;
	width: 202px;
	font-size: 11px;
	padding: 10px;
	border: 1px solid #A67C52;
	margin-left: 10px;
	}
	
#contact form {
	padding: 0;
	margin: 0;
	border: 0;
	}
	
#contact label {
	display: block;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 1px;
	}
	
#contact .element {
	width: 194px;
	border-right: 6px solid #A67C52;
	border-bottom: 1px solid #A67C52;
	background-color: #D3BEA9;
	}

.hpleft{
	float:left;
	width:240px;
	margin:5px;
	text-align: center;
	}
	
.floatright{
	float: right;
	}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	}
	
#footer {
	clear: both;
	font-size: 10px;
	padding: 20px;
}

.clearboth {
	clear: both;
}

.subscription {
	font-size: 11px;
}

.subscription form {
	border: 0px;
	margin: 0px;
	padding: 0px;
	float: right;
}

.subscription .button {
	float: left;
	width: 240px;
	background-image: url(images/donate_background.jpg);
	height: 15px;
	background-position: bottom center;
	margin: 5px 2px;
}

.subscription img {
	vertical-align: top;
}