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

body {
	background-color: #CCC;
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
#wrapper {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/stGenLogoBkgd.png);
	background-repeat: no-repeat;
	height: 150px;
	display: none;
}
#navwrap {
	display: none;
}
#sidebar {
	width: 800px;
}
#sidebar #title {
	display: none;
}
#sidebar #title2 {
	width: 800px;
	margin-left: 20px;
}
#sidebar #info {
	width: 800px;
	margin-left: 20px;
	font-family: "Times New Roman", "Georgia Times", serif;
	color: #333;
}
#sidebar #title h3 {
	padding-top: 0px;
}
h3.parishorg {
	margin-top: 5px;
}
#sidebar #info h3 {
	font-size: 16px;
	padding-left: 30px;
	margin-top: 0px;
	padding-top: 0px;
}
#sidebar #info h4 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 5px;
	padding-left: 30px;
	margin-bottom: 0px;
}
#sidebar #info ul {
	font-size: 14px;
	line-height: 20px;
	list-style-type: none;
	font-weight: bold;
	padding-left: 30px;
}
#sidebar #info ul li {
	display: inline;
}
#sidebar #info p {
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: normal;
	padding-left: 30px;
}
#sidebar #title h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
}
#sidebar #info img {
	display: none;
}
p.bottom-space {
	padding-bottom: 20px;
}
#sidebar #info .title {
	font-weight: bold;
}
#main-content {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	width: 800px;
}
#main-content h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 7px;
}
#main-content h4 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding-right: 20px;
	padding-left: 30px;
	font-family: "Times New Roman", Times, serif;
}
#main-content h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 100px;
}
#main-content h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding-left: 30px;
	margin-top: 0px;
}
h4.quotation {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

#main-content p {
	padding-left: 30px;
	padding-right: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
}
#main-content ul {
	list-style-type: none;
}
/* CSS of the index page - limited text */
#main-content #main-caption {
	display: none;
}
#main-content #main-image {
	display: none;
}
#main-content #message-title {
	display: none;
}
#main-content #message-title2 {
	margin-left: 30px;
	margin-top: 25px;
}
#main-content #message p {
	margin-top: 11px;
	padding-left: 115px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #333;
}
#form-wrap {
	width: 500px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FBF7DC;
	display: none;
}

/* End formating for index page */

/* Images used for page decoration to break up text a bit */
#main-content .imgleft {
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	display: none;
}
#main-content .imgright {
	float: right;
	padding-right: 20px;
	padding-left: 10px;
	display: none;
}
/* Clears the float in the main content areas */
.clearfloat {
	font-size: 0.1em;
	clear: both;
	height: 0.1em;
	line-height: 0.1em;
}
#footer {
	background-color: #2E4B84;
	height: 50px;
}
#footer p {
	float: right;
	padding-right: 10px;
	font-size: 10px;
	color: #FFF;
}
