@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif
`;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #003366;
	top: auto;
	border-top-style: 20;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


.twoColFixLtHdr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F3F3F3;
	padding: 0px;
} 
.twoColFixLtHdr #header {
	background-color: #008cbb;
	height: 130px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: "Monotype Corsiva";
	font-size: 44pt;
	font-weight: bold;
	background-image: none;
} 
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}
.padpictureLeft {
	padding-right: 30px;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-style: normal;
	font-weight: bold;
	color: #201d65;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 20px;
	font-weight: bold;
	background-color: #008cbb;
	background-image: none;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: "Century Gothic";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #201d65;
	padding-right: 5px;
	background-color: #F3F3F3;
} 
.twoColFixLtHdr #footer {
	height: 120px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: 10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 30px;
	margin-bottom: 15px;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-family: "Monotype Corsiva";
	font-size: 36px;
	font-weight: bold;
	background-color: #F3F3F3;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #mainContent Padding {
	padding-right: 20px;
	padding-left: 20px;
}

.footer {
	font-size: 10px;
}

.ablue {
	color: #201D65;
	text-decoration: underline;
	list-style-position: outside;
}

.sidebar1 a:link {
	color: #FFFFFF;
} 
.sidebar1 a:visited {
	color: #EFEFEF;
}
.sidebar1 a:hover {color: #CCCCCC;}
.sidebar1 a:active {color: #FF0000;}

.maincontent a:link {
	color: #201d65;
}
.maincontent a:visited {
	color: #333399;
}
.maincontent a:hover {color: #CCCCCC;}
.maincontent a:active {color: #FF0000;}


.rightindent {
	margin-right: 30px;
}
.rightindent30 {
	margin-right: 20px;
}
.indentedItalicPara {
	font-style: italic;
	margin-right: 20px;
	margin-left: 40px;
}
.rightparagraphPadding {
	padding-right: 25px;
	padding-left: 12px;
	font-size: 20px;
}
.padding {
	padding: 0px;
	margin: 20px;
}

.scriptutelft {
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	text-indent: 0px;
	margin-right: 20px;
	margin-left: 285px;
}
.scriptutecitation {
	font-size: 10px;
	font-style: normal;
	margin-left: 500px;
}
.noIndentUnderling {
}
.mainbodyParagraph {
	font-size: 20px;
	margin-right: 30px;
	text-indent: 25px;
	text-align: justify;
}
.indentedFAQ {
	margin-right: 30px;
	margin-left: 50px;
}

.vocationLinks {
	background-color: #ABD5FE;
	font-size: 20px;
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
}


.arialbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: justify;
}

.centeredtext {
	margin-left: 75px;


}
.tahoma {
	font-family: Tahoma;
}
.tahomabody {
	font-family: Tahoma;
	font-size: 20px;
	text-align: justify;
}
.style70 {
	font-size: 14pt;
	color: #201D65;
	font-family: "Times New Roman", Times, serif;
}
.style68 {
	font-size: 20pt;
	color: #201D65;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
}
.superscript {
	font-size: 12px;
}
.style71 {
	font-size: 20px;
	font-weight: bold;
	color: #201d65;
	font-family: "Century Gothic";
	text-align: justify;
	text-indent: 50px;
	margin: 0px;
	padding: 0px;
}
.standardjustified {
	font-family: "Century Gothic";
	font-size: 20px;
	color: #201d65;
	text-align: justify;
	text-indent: 0px;
	padding-right: 20px;
	padding-left: 20px;
}


.center {
	text-align: center;
	font-size: 20px;
}
.twoColFixLtHdr #container #mainContent .style71 {
	position: absolute;
	height: 53px;
	width: 657px;
	left: 451px;
	top: 182px;
}
.parishheader {
	font-family: "Century Gothic";
	font-size: 24px;
	text-align: center;
}
.parishformat {
	font-size: 20px;
	font-weight: bold;
	padding-left: 0px;
	text-align: center;
}
.indentParagraph {
	text-indent: 25px;
	padding-right: 20px;
}

