@charset "UTF-8";
/* CSS Shorthand used throughout */
/* HTML Tag Styles */
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #010A07;
	margin-bottom: 20px;
}
#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

p {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 7px;
	margin-left: 20px;
	color: #333;
	line-height: 1.4em;
	padding-bottom: 1px;
	padding-left: 0px;
}

ul, ol, dl{
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 7px;
	margin-left: 20px;
	color: #333;
	line-height: 1.4em;
	padding-bottom: 1px;
	padding-left: 20px;
	list-style-position: outside;
}

h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 0.6em;
}
h1 {
	color: #b36a4d;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.8em;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-variant: small-caps;
	color: #705f4e;
	margin-left: 10px;
	font-style: normal;
	font-size: 1.5em;
	padding-top: 7px;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bolder;
	font-variant: small-caps;
	color: #6b4115;
	margin-left: 10px;
	padding-top: 8px;
	font-size: 1.2em;
	padding-bottom: 0px;
}


body {
	background-color: #A2AF9E;
	text-align: center;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 15px;
}

/* a or anchor tags - the four states that must appear in the following order - L, V, H, A (LoVeHAte) */

a:link {
	color: #48103f;
	text-decoration:underline;
	
}
a:visited {
	color: #7d1a6d;
	text-decoration:underline;
}
a:hover {
	color: #175f54;
	text-decoration: underline;
}
a:active {
	color: #48103f;
	text-decoration:underline;
}

/* Class Styles - can be applied many times per page */

.hilite {
	font-weight: bold;
	font-style: italic;
	color: #966;
}
/*The below highlights current page on left nav */
.home #mainNav #mainNav_home a:hover,
.home #mainNav #mainNav_home a:focus,
.affiliation #mainNav #mainNav_affiliation a:hover,
.affiliation #mainNav #mainNav_affiliation a:focus,
.faqs #mainNav #mainNav_faqs a:hover,
.faqs #mainNav #mainNav_faqs a:focus,
.bishop #mainNav #mainNav_faqs a:hover,
.bishop #mainNav #mainNav_faqs a:focus,
.community #mainNav #mainNav_community a:hover,
.community #mainNav #mainNav_community a:focus,
.media #mainNav #mainNav_community a:hover,
.media #mainNav #mainNav_community a:focus,
.comments #mainNav #mainNav_comments a:hover,
.comments #mainNav #mainNav_comments a:focus,
.notice #mainNav #mainNav_notice a:hover,
.notice #mainNav #mainNav_notice a:focus
{
text-decoration: none;	
}

.home #mainNav #mainNav_home a,
.affiliation #mainNav #mainNav_affiliation a,
.orgChart #mainNav #mainNav_affiliation a,
.faqs #mainNav #mainNav_faqs a,
.bishop #mainNav #mainNav_bishop a,
.community #mainNav #mainNav_community a,
.media #mainNav #mainNav_media a,
.comments #mainNav #mainNav_comments a,
.notice #mainNav #mainNav_notice a
{
color: #b36a4d
}
.first #mainNav a {
	height: 40px;
	line-height: 40px;
	text-decoration:none;
}
/* DIV ID Styles - can be applied once per page */

.leftnav {
	width:250px;
	float:left;
	margin-bottom: 20px;
	}

#mainNav {
	margin: 0;
	list-style-type: none;
	width: 250px;
	padding: 0;
	text-transform:uppercase;
	text-decoration:none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .85em;
	font-weight: bold;
}

#mainNav a {
	display: block;
	width: 250px;
	height: 39px;
	line-height: 39px;
	color: #6b432f;
	text-decoration: none;
	background: url(images/navBlock2.gif) no-repeat left bottom;
	text-indent: 20px;
	}
	
#mainNav a:hover,
#mainNav a:focus {
	color: #633;
	background: url(images/navBlock2.gif) no-repeat right bottom; 
}

#mainNav a:hover, .selected a {
	background-position: right bottom;
	padding: 0;
	margin: 0;
/*color: #fff;*/
}

#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #e6e0d4;
	text-align: left;
	padding: 20px;
	-webkit-border-radius: .8em .8em;
	-moz-border-radius: .8em .8em;

}
#mainContent {
	font-family: Verdana, Geneva, sans-serif;
	font-variant: normal;
	color: #333;
	text-align: left;
	float: right;
	width: 670px;
	vertical-align: top;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#mainContent h4 {
	
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bolder;
	font-variant: small-caps;
	color: #6b4115;
	margin-left: 10px;
	margin-right: 20px;
	font-size: 1.2em;
	padding-left: .5em;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-right: .5em;
	background-color: #d6ccb8;
	border:thin;
	 
}
#footer {
	background-color: #bc9f82;
	text-align: center;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: .2em;
	padding-right: 0px;
	padding-bottom: .2em;
	padding-left: 0px;
	
}
	
