body{
	font-family: Verdana;
	margin: 0px;
}
a:link{color: #0B2E6C}
a:visited{color: #0081C8}
a:hover{color: #000; text-decoration:none;}
.banner{
	width: 1000px;
	height: 139px;
}
.footer{
	width: 1000px;
	height: 63px;
}
.hrdivider{
	width: 1000px;
	height:1px;
	background-image:url(images/divider2.jpg);
}
.navigation{
	width: 1000px;
	height: 301px;
}
.leftshadow{
	width:32px;
	height: 100px;
	float:left;
	background-image:url(images/nav-left.jpg);
	background-repeat:repeat-y;
}
.rightshadow{
	float: left;
	background-image:url(images/nav-right.jpg);
	width: 31px;
	background-repeat:repeat-y;
}
.vertdiv{
	width:1px;
	height: 100px;
	float:left;
	background-image:url(images/vert-div.jpg);
	background-repeat: repeat-y;
}
.donate{
	width: 200px;
	height: 100px;
	float: left;
}
.dirmessage{
	width: 200px;
	height: 100px;
	float: left;
}
.notice{
	width: 535px;
	height: 100px;
	float:left;
	font-size: 20px;
}
.missionprayer{
	width: 937px;
	height: 150px;
	float: left;
	text-align: center;
}
.defaultcontainer{
	width: 1000px;
}
.pagetitle{
	font-size: 20px;
	font-weight: bold;
	margin-left: 2px;
}
.minortext{
	font-size: 13px;
	margin-left: 3px;
	margin-right: 3px;
}
.weektitle{
	font-size: 13px;
	font-weight: bold;
}
.normal-sched{
	font-size: 11px;
}
.sched-table{
	margin-left: 3px;
	margin-right: 1px;
}
dt{
	font-weight:bold;
}
dd{
	margin-bottom: 5px;
}
sup{
	color:#0081C8
}