body {
	font: 12px Georgia, "Times New Roman", Times, serif;
}
dd {

	font: 12px Georgia, "Times New Roman", Times, serif;
}
dt {

	font: 12px Georgia, "Times New Roman", Times, serif;
}
.photoCaption {
	font-size: 14px;
	font-weight: bold;
}
.photoCredit {
	font-size: 12px;
}


dl {

	font: 12px Georgia, "Times New Roman", Times, serif;
}
li {

	font: 12px Georgia, "Times New Roman", Times, serif;
}
p {

	font: 12px Georgia, "Times New Roman", Times, serif;
}
td {

	font: 12px Georgia, "Times New Roman", Times, serif;
}
th {

	font: 12px Georgia, "Times New Roman", Times, serif;
}
h1 {

	font: bold 18px Georgia, "Times New Roman", Times, serif;
}
h2 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}
h3 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}
h4 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}
h5 {
	font: italic bold 12px Georgia, "Times New Roman", Times, serif;
}
h6 {
	font: italic bold 10px Georgia, "Times New Roman", Times, serif;
}

#lnav a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #2D4F71;
}
#lnav a:hover {
	color: #666;
	text-decoration: none;
}

#lnavbb {
	margin-top: 15px;
}

.textLead {
	font-size: 14px;
	font-weight: bold;
}

#callOut {
	border: 1px solid #EFEFEF;
	padding: 5px;
	margin: 5px;
}
a:link {
	color: #555580;
	text-decoration: none;
}
a:visited {
	color: #333360;
	text-decoration: underline;
}
a:hover { 
     text-decoration: underline;
}

/*
 * Redefine an underorder list for displaying a list of links
 */
ul.linkList {
	list-style-type: none;
	padding-left: 10px;
	margin-left: 10px;
}

ul.linkList li {
	padding-bottom: .25em;
}

.borderPicture {
	border: 1px solid #555580;
	margin: 5px;
}

/*
 * Indent the first line of paragraphs in a region
 */
.indentP p {
	text-indent: 20px;
	text-align: justify;
}

/*
 * Format the calendar entries
 */
.calendar dl dt {
	display: block;
	text-align: left;
	padding-left:  .5em;
	font-style: italic;
	padding-top: .50em;
}

.calendar dl dd {
	display: block;
	text-align: left;
	margin-left: 2em;
}

/*
 * Styles for the table used on the News page
 */
.newsTableLinks {
	width: 100%;
}

.newsTableLinks tr th {
	background-color: #B9D0B9;
	color: #000;
	white-space: nowrap;
}

.newsSection {
	border: 1px solid #B9D0B9;
	margin-top: 20px;
	margin-bottom: 20px;
}

.newsSectionTitle {
	background-color: #B9D0B9;
	font-size: 150%;
	font-weight: bold;
	padding: .25em;
}

.newsSectionTable {
	width: 100%;
}
.hpNews {
	font-size: 14px;
	font-weight: bold;
	border: thin groove #A2A2B9;
	padding: 5px;
	background-color: #B9C6D0;
}
.hpNews a {
	font-weight: bold;
}

.rightCallout {
	background-color: #E3E6E8;
	margin: 8px;
	padding: 5px;
	float: right;
	width: 250px;
}

.newsSectionTable td {
	background-color: #E6EEE6;
	border: 1px solid #B9D0B9;
}

#homilyBody {
	width: 700px;
	padding: 10 4 10 4;
}
.listspaced {
	margin-bottom: 8px;
}
.listspaced li {
	margin-bottom: 8px;
}
.hpNewsAlt {
	font-size: 14px;
	font-weight: bold;
	border: thin groove #A2A2B9;
	padding: 5px;
	background-color: #E6EEE6;
}

/* Calendar styles */
.StIsidoreCalendar th {
	font-weight: bold;
	text-decoration: underline;
}
.StIsidoreCalendar td.normal {
	background-color: #E6EEE6;
	border-width: 0px;
}
.StIsidoreCalendar td.alt {
	background-color: #F2F7F2;
	border-width: 0px;
}.textRed {
	font-weight: bold;
	color: #FF0000;
}
#adminContent {
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #2D4F71;
	border-right-color: #2D4F71;
	border-bottom-color: #2D4F71;
	border-left-color: #2D4F71;
}
.adminbluebg {
	background-color: #E7E7ED;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

.admingreenbg {
	background-color: #C1D2B9;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.formGOF {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border: 1px solid #666666;
}
.adminWhitebg {

	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

.hpPurple {
	background-color: #CCF;
	padding: 4px;
	border: 1px solid #6400A6;
}

.listleftjustified {
	margin-left: 8px;
	padding-left: 0px;
	list-style-position: inside;
}

.AdminRedbg {
	background-color: #FFCECE;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
