/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/


/** Common Styles */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #999999;
	line-height: 25px;
	font-family: Tahoma, Arial, Helvetica, sans-serif, Comic Sans MS;
	font-size: 12px;
	color: #000000;
}

h1 { font-size:22px;}
h2 { font-size:18px;}
h3 { font-size:16px;}
h4 { font-size:14px;}

a {
	color: #0F41FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #0000FF;
}
/** Header Style Starts Here */

#header {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	padding: 0;
}

#header h1 {
	text-align: center;
	margin: 0;
	padding: 5px 5px;
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
}
#header h4 {
	text-align: center;
	margin: 0;
	padding: 2px 2px;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

#mainpage {
	margin: 0 auto;
	padding: 0;
}

/** Menu Style Starts Here */

#menu {
	width: 960px;
	height: 43px;
	margin: 0 auto;
	padding: 0 0px;
	background-image: url(images/top.jpg);
	background-repeat: repeat;
	text-align: center;
	
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 1px 15px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
	color: #0000FF;
}

#menu .first a  {
	padding-left: 1px;
}

#menu .last a  {
	padding-right: 1px;
	background: none;
}

/** Page Style Starts Here */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 10px;
	background: #FFFFFF;
}

#sidebar {
	float: left;
	width: 171px;
	padding: 10px 10px 10px 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px dotted #CFCFCF;
}

#content {
	margin-left: 191px;
	padding: 10px 10px 10px 10px;
}
/** Footer Style Starts Here */

#footer {
	width: 960px;
	height: 43px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background-image: url(images/bottom.jpg);
	background-repeat: repeat;

}

#footer p {
	margin: 0;
	padding: 0px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}


table.directions th {
background-color:#EEEEEE;
color:#000000;
}

#map_canvas {
background-color:#EEEEEE;
color:#000000;
}
	
.calendar_table th { color:black; background-color:#5588bb; text-align:center; white-space:nowrap; }
.calendar_table td { color:black; background-color:#ffffff; text-align:left; text-decoration: none; border:1px solid; border-color:#5588bb;}
 
div.epistlereading { FONT-WEIGHT: bold; }
div.gospelreading { FONT-WEIGHT: bold; }
p.readingChapter { FONT-WEIGHT: bold; }
p.readingTitle { FONT-WEIGHT: bold; }
p.readingText { FONT-WEIGHT: normal; }
