body
{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: white;
	margin: 0;
	font-family:arial,sans-serif;
}
body.mainpage {
	background-image: url("images/church-front-background_50.jpg");
	background-position: bottom center;
}
body.missionpage, body.congregationpage, body.ministerpage, body.assocministerpage, body.assemblypage, body.calendarpage, body.communitypage, body.contactpage, body.localresourcespage, body.researchpage, body.podcastspage {
	background-image: url("images/cong-new-background.jpg");
	background-position: bottom right;
}
body.directionspage, body.touristpage {
}
h2 {
	text-align: left;
}
div.page_head {
	height: 100px;
	width: 100%;
	font-size: 9pt;
	background-image: url(/images/header-background.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
}
div.schedule_block {
	width: 300px;
	text-align: center;
	float: left;
}
div.schedule_block_col {
	padding-left: 20px;
	padding-right: 20px;
}
.scripture_block {
	float: right;
	width: 300px;
	text-align: left;
	font-size: 10pt;
	font-style: italic;
}
.navmenu {
	text-align: left;
	padding-left: 6px;
	font-weight: bold;
	width: 125px;
	margin-left: 0px;
	float: left;
}

.menuheader {
	padding-top: 5px;
}

.submenu {
	font-weight: normal;
	font-size: 9pt;
	padding-left: 0px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	list-style-type: none;
	text-indent: -10px;
}

div.mainbody {
	margin-left: 130px;
}
div.mainbodyWithNewsBox {
	margin-right: 212px;
}
div.mainbody h2 {
	color: #000088;
	font-style: italic;
}
div.news_header {
	font-weight: bold;
	font-size: 14pt;
	font-style: italic;
	color: #C72F1F;
	padding-bottom: 6px
}

div.news_block {
	background-color: #f0f0f0;
	padding-top: 2px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 10px;
	width: 200px;
	text-align: center;
	margin-bottom: 0px;
	font-size: 9pt;
	float: right;
}
a.navlink:link {
	text-decoration: none;
	color: black;
}
a.navlink:visited {
	text-decoration: none;
	color: gray;
}
a.navlink:hover {
	background: lightblue;
	color: red;
}
td.calTime, div.calTime { font-size: 12pt; font-style: italic; padding-right: 20px; vertical-align: top }
td.calEvent, div.calEvent { font-size: 12pt; vertical-align: top; text-align: left; padding-bottom: 10px }

div.newsItem { text-align: left }
div.newsHeadline { font-size: 12pt; font-weight: bold; text-decoration: underline }
div.newsDetails { font-size: 10pt; margin-bottom: 15px; }

