/* 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-color: #709090;
}

#mainContainer {
	width: 960px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	color: #660000;
	margin-top: 10px;
	border: #660000 thin outset;
}

#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; 
}
.style11 {
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
}
.style13 {
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.style14 {
	font-family: "Times New Roman", Times, serif
}
.style17 {
	font-size: 32px
}
.style18 {
	font-size: 24px
}
.style19 {
	font-size: 20px
}
#navBar {
	clear: both;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	background-color: #709090;
	border-bottom: #709090 thin outset;
	
}
#navBar a {
	text-decoration: none;
}
#buttons {
	text-align: center;
}

#buttons 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;
	color: #FFF;
	text-align: center;
	vertical-align:top;
	padding-bottom: 10px;
	background-image: url(../Images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	
}
#footer a{
	color: #FFF;
}
/*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; 
}
