/* This file contains CSS from Dynamic Drive - www.dynamicdrive.com */

/* Page layout */

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	min-width: 1000px;
}

p {
	text-align: justify
}

#topsection {
	height: 340px;
}

#topsection img {
	border: 0;
}

#titleText {
	margin-top: 15px;
	margin-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	height: 55px;
	color: #0099CC;
	float: left;
	line-height: normal;
}

#titleSearch {
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
	float: right;
}

#titleDiocese {
	height: 55px;
	float: right;
}

#titleDiocese a {
	color: #0066CC;
	text-decoration: none;
}

#titleDiocese img {
	border: 0;
}

#titleEnd {
	clear: both;
}

#headerPic {
	background: white url(pics/headerPic.jpg) left center repeat-x;
	height: 200px;
}

#contentwrapper {
	float: left;
	width: 100%;
}

#footer {
	clear: left;
	width: 100%;
	background: black;
	color: #FFF;
}

#footer a {
	color: #FFFF80;
}

#footerBottom {
	font-size: 10px;
}

#footerUpArrow {
	float: left;
}

#footerCentre {
	text-align: center;
}

#footerBlank {
	clear: left;
}

#footerLeft {
	text-align: left;
	padding: 0;
	float: left;
	line-height: normal;
}

#footerRight {
	text-align: right;
}

#footerRight img {
	border: 0;
}

.innertube {
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

/* Title text */

.cofeText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066CC;
}

.StAlbansText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0066CC;
}

/* Image floats */

.clearImg {
	clear: both;
}

.leftImg {
	float: left;
	border: 0;
	margin: 5px;
}

.rightImg {
	float: right;
	border: 0;
	margin: 5px;
}

