/* CSS */
body{
  background-color: #87ceeb; /*#fbffb9;/*c7dd13;*/
  font-family: arial;
  padding: 10px 0px 10px 0px;
}


#main{
  /*background-color: #ffffcc;*/
  color: #000000;
  width: 810px;
  border: solid 0px #000000;
  margin: auto;
  /*background-image: url('../images/church_bg.jpg');
  background-position: bottom right;
  background-repeat: no-repeat;*/
}

body {
	background: url('../images/pagebg_blue.jpg');    /*the path to your image*/
	background-repeat: repeat-y;
	background-position: center center;
	padding: 5px 0 0 0;
	margin: 0px;
	background-color: #638dc9;
}

#content{
	padding: 10px 20px 10px 20px;
	overflow:auto;
	sline-height: 15px;
	/*padding: 10px 10px 10px 10px;*/
}

#banner{
  /*height: 210px;*/
  color: #ffffff;
  /*background-color: #87ceeb;*/
  border-bottom: solid 0px #000000;
  margin: auto;
  /*background-image: url('../images/banner.jpg');
  background-repeat: no-repeat;*/
}

#footer {
  background-color: #638dc9;/*#42adde;/*#1e069e;*/
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  text-align: center;
}

#slideshow{
	height: 110px;
}

.sidebar {
	float: right; 
	width:22%;
	padding: 5px 5px 10px 15px;
}

.sidebarItem {
	background-color: #fbffb9; 
	padding: 0px 0px 0px 0px; 
	font-size:12px;
	border: 1px solid #000000;
}

.sidebarBanner {
	background-color:#638dc9; 
	color:#ffffff; 
	text-align: center; 
	font-weight: bold; 
	width:100%; 
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #000000;
}

#address {
	text-align: center;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	color: #000000;
}

#footer td {
  width: 50%;
  height: 30px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
}

a:link, a:visited{
  color: #1057C9;
  font-weight: normal;
  text-decoration: none;
}

a:hover {
  text-decoration:underline;
}



input.btn {
  background-color: #003399;
  color: #ffffff;
  font-family:'trebuchet ms',helvetica,sans-serif;
  font-size:84%;
  font-weight:bold;
  border:1px solid #333333;  
}



hr {
	width: 50%;
	text-align:left;
	background-color: #87ceeb;
	color: #87ceeb; 
	height: 3px;
}

/* feast styles */
.feasts th {text-align: left; width: 20%;}

h3 hr, h2 hr {margin-left: 0px;}

img {border: none;}

/* Include this because text color is fidgety in IE */
/*td {color: #ffffff;}*/

.top {vertical-align: top;}
.center {margin: auto; text-align: center;}
.right {text-align: right;}
.left {text-align: left;}
#page p {margin-left: 20px;}
.bold {font-weight: bold;}
.italic {font-style: italic;}
.small {font-size: 10px;}
.underline{text-decoration: underline;}
table {margin-left: 20px;}
table th {vertical-align: top; text-align: left;}
.error {text-align: center; font-weight: bold; color: #e90000;}
.message {text-align: center; font-weight: bold; color: #0aa406;}
.indent {text-indent: 20px;}
