/* CSS Document */

body {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #660000;
	background-image: url(../Images/background_v05.gif);
}

#mainContainer {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	color: #660000;
	margin-top: 10px;
}

#header {
	padding-top: 13px;
	padding-right: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.style2 {
	color: #999999;
}

.style1 {
	font-size: 18px;
}
.style5 {
	font-size:.9em;
}

.style6 {
	font-size: 14px
}
.style7 {
	font-size: 12px
}
.style8 {
	font-size: 13px; 
	font-weight: bold; 
}
#navBar {
	clear: both;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	
}
#navBar a {
	text-decoration: none;
}
#churchtable {
	text-align: center;
}
#churchtable a{
	text-align: center;
	text-decoration: none;
}
a:link{
	color: #660000;
}
a:visited{
	color: #666666;
}
a:hover {
	color: #006633;
}
a:active {
	color: #666666;
}

#content {
	width: 100%;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

#contentWrapper {
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}


#footer {
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	vertical-align:top;
	padding-bottom: 10px;
	
}

/*hr {
	color: #660000;
	width: 100%;
	height: 2px;
	background-color: #660000;
}*/

td.paddedLR20 {
	padding-left: 0px;
	padding-right: 00px;
}

.calendarHeading {
	background-color: #660000;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.calendar {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	color: #660000
}


#homebulletin {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	color: #660000;
}

.sport {
	font-size: 19px;
	text-align: center;
	color: #660000;
}
.test {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #660000;
}
#auction {
	font-size:10px;
}
		
#homebulletin a {
	text-decoration: none;
}	

#welcome {
	width: 100%;
	font-size: 15px;
	font-weight: normal;
	text-align:left;
	vertical-align: top;
}
.floatright { 
	float: right; 
}