body {
	background-color: #3A0507;
	color: white;
	font-family: Verdana, sans-serif
}

p {
	margin: 0px;
	font-size: 90%;
}

div.page {
	border: 3px black double;
	width: 800px;
	margin-left: 5%;
}

div.header {
	background-color: #D71D22;
	height: 80px;
	text-align: left;
	margin: 0px;
	padding: 10px;
	padding-top: 25px;
}

p.title {
	color: white;
	font-size: 225%;
}

p.subtitle {
	text-align: right;
	margin-right: 25px;
	margin-top: 5px;
	color: black;
}

div.topmenu {
	background-color: #44C1BD;
	color: black;
	padding: 5px;
	text-align: center;
	border-top: 5px solid black;
	border-bottom: 1px solid black;
}

div.content {
	background-color: #8C090D;
	padding: 5px;
	height: 400px;
}
div.contentlong {
	background-color: #8C090D;
	padding: 5px;
	height: 600px;
}

div.footer {
	background-color: #65C1BE;
	color: black;
	border-top: 1px solid black;
	padding: 5px;
	font-size: 75%;
	text-align: center;
}

div.banner {
	height: 200px;
	border-bottom: 1px solid black;
}

p.copyright {
	font-size: 75%;
	margin-top: 15px;
}

div.footer a {
	color: #8C090D;
	clear: both;
}

div.topmenu a {
	color: #8C090D;
	font-weight: bold;
	text-decoration: none;
}

div.topmenu a:hover{
	text-decoration: underline;
}

div.leftcol {
	width: 175px;
	float: left;
}

div.rightcol {
	width: 600px;
	float: right;
}

div.content a {
	color: #B5E550;
	text-decoration: none;
}

div.content a:hover {
	text-decoration: underline;
}


div.contentlong a {
	color: #B5E550;
	text-decoration: none;
}

div.contentlong a:hover {
	text-decoration: underline;
}


img.logo {
	border: 1px solid black;
}

span.prayerreq {
	font-size: 150%;
}