/* 
	CSS Document | UUFS | Unitarian Universalist Fellowship of Sunnyvale, California */
body {
	background-color:white;
}

#header { /*this positions the banner at the top of the page*/
display: none;
}

#navbar {
display: none;
}

#mainpagetext {
	position: absolute;
	width: 100%;
   	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
}
div#mainpagetext { 
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
}
/*the following formats all of the links within the <div id="pagetext"></div> tag*/
div#mainpagetext a:link {color: Black;text-decoration: underline;}
div#mainpagetext a:visited {color: Black;text-decoration: underline;}
div#mainpagetext a:active {color: Black;text-decoration: underline;}
div#mainpagetext a:hover {color: Black;text-decoration: underline;}

#mainpagepic { /*this positions the picture on the front page*/
display: none;
}

#mainpagewelcome { /*this positions the welcome picture on the front page*/
display: none;
}

#mainpagequote { /*this formats the quote on the front page*/
display: none;
}

div#headerLocAndContactInfo { /* First page section with location and contact info */
	text-align:center;
	color:#000000;
}

div#headerUUFSAffirms { /* Header Affirmation Statement  */
	text-align: center;
	display: block ;
	font-weight:bold
}

div#headerFooter { /* Header Footer */
	font-size: smaller;
	text-align: center;
}