body {
	color: #333;
	font-size: 12px;
	font-family: "Palatino Linotype", "Times New Roman", serif;
	background: url(../images/bg_main.gif);
}

#container {
	width: 660px;
	margin: 22px 0 0 0;
}

#header {
	width: 100%;
}

#topMenu {
	vertical-align: middle;
}

#topMenu img {
	margin: 0 15px 0 0;
}

#contentArea {
	width: 660px;
	margin: 8px 0 0 0;
	border-top: 1px solid #08255f;
	border-right: 1px solid #08255f;
	border-bottom: 1px solid #08255f;
	border-left: 1px solid #08255f;
	background: url(../images/bg_content.gif) top left repeat-y;
}

#contentArea td#flashArea {
	padding: 5px 0 0 0;
	text-align: center;
	vertical-align: top;
	background: url(../images/bg_top.gif) top center no-repeat;
}

#contentArea td#content {
	padding: 5px 30px 0 30px;
	text-align: left;
	vertical-align: top;
}

#contentArea td#footer {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	height: 65px;
	padding: 0 15px 0 20px;
	text-align: center;
	line-height: 18px;
	background: url(../images/bg_footer.gif) bottom center no-repeat;
}

/* -- General ------------ */
h1 {
	color: #621817;
	font-size: 26px;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
}

h2 {
	color: #000;
	font-size: 19px;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	margin: 0 0 5px 0;
}

h3 {
	color: #000;
	font-size: 16px;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	margin: 0 0 5px 0;
}

a:link, a:visited, a:active, a:hover {
	color: #08255f;
}

strong {
	font-weight: bold;
}	

em {
	font-style: italic;
}

p {
	font-size: 13px;
	margin: 5px 0 15px 0;
	line-height: 20px;
}

hr {
	height: 1px;
	margin: 15px 0 15px 0;
	border-top: 1px solid #999;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	background: transparent;
}

input {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	padding: 1px;
	border: 1px solid #999;
}

select {
	font-size: 11px;
}

ul {
	font-size: 13px;
	margin: 0 0 0 2px;
	padding: 0 0 0 25px;
}

ul li {
	margin: 0 0 8px 0;
	padding: 0;
}

.forceLft {
	float: left;
	color: #08255f;
	margin: 0 10px 8px 0;
	border: 2px solid #08255f;
}

.forceRt {
	float: right;
	color: #08255f;
	margin: 6px 0 10px 15px;
	border: 2px solid #08255f;
}

.forceLftNoBord {
	float: left;
	color: #08255f;
	margin: 0 10px 8px 0;
}

img.stdBord {
	border: 2px solid #08255f;
	margin: 0 16px 16px 0;
}

.chkbox {
	border: 0;
}

/* -- Main Menu ------------ */
#mainMenu {
	margin: 18px 0 0 0;
}

/* -- Home Page Address ------------ */
ul.address {
	font-family: Arial, Helvetica, sans-serif;
	margin: 2px 0 2px 0;
	padding: 10px;
	list-style-type: none;
}

ul.address li {
	margin: 0;
	padding: 0;
}

/* -- Upcoming Events ------------ */
.homeVDivider {
	border-right: 1px solid #999;
}

.events {
	width: 256px;
	margin: 10px 0 0 20px;
	background: url(../images/events_bg.gif) top center repeat-y;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

.eventsLft {
	width: 256px;
	margin: 10px 0 0 0;
	background: url(../images/events_bg.gif) top center repeat-y;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

.events img.smImg {
	border: 2px solid #08255f;
}

.eventContent {
	padding: 18px;
	vertical-align: top;
	text-align: left;
}

.eventContent ul {
	font-size: 12px;
	margin: 10px 0 0 0;
	padding: 0 0 0 5px;
	list-style-type: none;
}

.eventContent ul li {
	margin: 0 0 10px 0;
}

/* -- Bulletins ------------ */
.bulletins {
	vertical-align: top;
}

.bulletins ul {
	font-size: 13px;
	list-style-type: none;
	padding: 0 0 0 8px;
}

.bulletins ul li {
	margin: 0 0 10px 0;
	padding: 0;
}


/* -- About Section ------------ */
.aboutMenu {
	font-size: 12px;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	background: #621817;
	border-top: 1px solid #330000;
	border-bottom: 1px solid #330000;
}

.aboutMenu a:link, .aboutMenu a:visited, .aboutMenu a:active {
	display: block;
	color: #fff;
	padding: 2px 5px 2px 5px;
	background: #621817;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.1em;
}

.aboutMenu a:hover {
	background: #300;
}

.registration {
	width: 100%;
}

.registration td {
	width: 50%;
	text-align: left;
	padding: 0 0 8px 0;
}

.registration td.key {
	font-weight: bold;
	padding-right: 8px;
	text-align: right;
}

/* -- Divs -- */
#aboutMission {
	display: block;
}

#aboutHistory {
	display: none;
}

#aboutRectory {
	display: none;
}

#aboutStaff {
	display: none;
}

#aboutForm {
	display: none;
}

/* -- Mass Schedule ------------ */
.schedule {
	font-size: 13px;
	width: 500px;
	margin: 0 0 20px 0;
}

.schedule td.title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.schedule td.schedKey {
	font-weight: bold;
	text-align: right;
}

.schedule td {
	width: 50%;
	padding: 0 8px 6px 0;
	text-align: left;
	vertical-align: top;
}

/* -- Event Table -- */
.eventTable {
	width: 100%;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.eventTable td {
	font-size: 10px;
	padding: 8px;
	background: #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: top;
	text-align: left;
}

.eventTable td.heading {
	color: #fff;
	width: 25%;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 5px 5px 7px;
	background: #621817;
	letter-spacing: 0.1em;
}

.eventTable td.event {
	font-size: 11px;
	font-weight: bold;
}

.highlight {
	background: #FFCC00;
}