body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
font-style: normal;
font-weight: normal;
color: #666666;

text-align: center;
min-width: 830px;
}

p.heading2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #666666;
}

p.heading3 {
font-weight: bold;
font-size: 14px;
color: #492b02;
}

p.large {
font-size: 12px;
}

a {
text-decoration: underline;
color: #666666;
}

a:hover {
color:#999999;
}

a img{
border: 1px solid #bbbbbb;
}

b,strong{
font-weight:bolder;
}

blockquote{
border:1px solid #bbbbbb;
background-color: #eeeeee;
padding:7px 16px 7px 16px;
}

.float_left{
float:left;
margin:4px 12px 4px 0;
}

.float_right{
float:right;
margin:4px 0 4px 12px;
}

p.caption {
padding:0;
margin:0;
font-size:80%;
text-align:center;
}

.sched_heading {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #333333;
}

#container {
width:830px;
padding:0;
margin:0 auto;
text-align: left;
}

#content{
margin:10px 110px 10px 110px;
border:0;
}

#footer {
background-color:#CCCCCC;
padding-top: 15px;
padding-bottom: 15px;
}

#footer p {
margin: 0px 20px 0px 20px;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #333333;
}

#banner {
	width: 830px;
 	height: 266px;
 	background: url("./img/panorama.jpg") no-repeat top
}

#mainbanner {
	width: 830px;
 	height: 266px;
 	background: url("./img/stephraim.jpg") no-repeat top
}


/* NAVIGATION */

#mainmenu {
	width: 100%;
	background-color:#666666;
    vertical-align: center;
	padding: 4px 0px 4px 0px;
	margin: 0px;
} 


#mainmenu ul {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
    text-decoration: none;
	list-style-type: none;
	text-align: center;
	margin: 0px;
}

#mainmenu li {
	display: inline;
    text-align: center;
    vertical-align: center;
	white-space: nowrap;
	padding: 0px 3px 0px 3px;
}

#mainmenu li.active li.active:hover {
	color:black;
}

#mainmenu li a, #mainmenu li a:visited {
	color:black;
	text-decoration: none;
}

#mainmenu li:hover a {
	color:#aaaaaa;
}


#schedule table {
}

#schedule td {
vertical-align:top;
padding: 0px 12px 0px 0px;
}

#schedule tr.gap {
height: 10px;
}

#schedule td.month {
font-weight: bold;
font-size: 120%;
border-bottom:1px solid #BCBCBC;
padding-top: 5px;
padding-bottom: 5px;
color:#333333;
}

#schedule td.majorFeast {
font-weight: bold;
text-transform:capitalize;
color: #c00000;
}

#schedule td.feast {
font-weight: bold;
color: #492b02;
}

