body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #000000;
	/*	overflow: auto;  */
	background-image: url(http://www.fumcmidweb.org/images/backgroundGradiant.jpg);
	background-repeat: repeat-x;
	height: 210px;
}
.secondPageFormat #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */	
} 
.secondPageFormat #header {
	background: #ffffff;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
} 
.secondPageFormat #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.secondPageFormat #headerContent {
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image: url(http://www.fumcmidweb.org/includes/images/header2.jpg);
	background-repeat: no-repeat;
	height: 120px;
	background-position: right;
}

.secondPageFormat #mainContent {
	margin: 2px 15px 10px 15px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	/*position: relative;*/
} 

.secondPageFormat #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#770000; 
} 
.secondPageFormat #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a.black:link {color: #000000;}
a.black:active {color: #000000; }
a.black:visited {color: #000000;  }
a.black:hover {color: #000000; }

a.white:link {color: #ffffff;}
a.white:active {color: #ffffff; }
a.white:visited {color: #ffffff;  }
a.white:hover {color: #ffffff; }

a.red:link {color: #770000;}
a.red:active {color: #770000; }
a.red:visited {color: #770000;  }
a.red:hover {color: #770000; }


a.footer:link {color: #ffffff;text-decoration: none}
a.footer:visited {color: #ffffff;text-decoration: none}
a.footer:active {color: #ffffff;text-decoration: none}
a.footer:hover {color: #ffffff;text-decoration: none}


.style1 {
	color: #000000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style2 {
	color: #770000;
	font-size: large;
	font-weight :bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style3 {
	color: #770000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style4 {
	color: #ffffff;
	font-size: x-small;
}


.style5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight :bold;
	font-style: italic;
	font-size: 15pt;
}

.style6 {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style7 {
	color: #770000;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.style8 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight :bold;
	font-size: 15pt;
}

.style9 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15pt;
}

.style10 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.style11 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight :bold;
	font-style: italic;
	font-size: 12pt;
}



.worshipColor   {color: #663399}
.childrenColor  {color: #006666}
.adultColor     {color: #0000FF}
.careColor      {color: #006600}
.musicColor     {color: #ff0000}
.outreachColor  {color: #00CC00}
.aboutColor     {color: #0099ff}
.volunteerColor {color: #663300}
.baseColor      {color: #770000}
