/*  This is the primary style sheet file for the FPC Llano website.  */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-color: #ffeeff;
	font-size: medium;
}

#HeaderImage {
	padding: 0px;
	margin: 0px;
}

#HorzMenu {
	background-color: #ff88ff;
	color: black;
	border: 0;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

A.menuitem {
	color: black;
	text-decoration: none;
}

A:visited.menuitem {
	color: #404040;
}

A:hover.menuitem {
	color: black;
	text-decoration: none;
	background-color: #ffddff;
}

#LeftColumn {
	color: black;
	background-color: #ffbbff;
	width: 150px;
	float: left;
	padding: 10px 10px 10px 10px;
	margin: 0 0 10px 0;
	text-align: center;
}

#LeftColumn A {
	color: black;
	text-decoration: none;
}

#LeftColumn A > img {
	color: #ffbbff;
}

#LeftColumn A:visited {
	color: #404040;
}

#LeftColumn A:hover {
	color: white;
}

#PCUSA {
	width: 25%;
}

.Centered {
	text-align: center;
}

#MainBody {
	color: black;
	background-color: #eeddee;
	text-align: left;
	margin: 0 0 0 170px;
	padding: 10px 20px 10px 20px;
}

#ChurchName {
	font-family: serif;
	font-style: italic;
	font-size: larger;
}

.Tab1 {
	padding-left: 30px;
}

.Tab2 {
	padding-left: 40px;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 110%;
}

.footer {
	font-size: xx-small;
	text-align: center;
	clear: left;
}

#Copyright {
	font-size: small;
}

Address {
	font-size: small;
	color : green;
}

.YahooMapImage {
	width: 99px;
	height: 13px;
	border: 0;
}
