body {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 10pt;
	color: black;
}	
h3 {
	color: #006;
}
#popup {
	width: 380px;
	height: 530px;
	background: #ECEFF8;
	border: 1px solid #0A50A1;
}
#container {
	width: 1210px;
	padding: 0px;
	padding-top: 10px;
	background: #ECEFF8;
	position: relative;  
	margin: 0px auto;
	border: 1px solid #0A50A1;
	padding-bottom: 20px;
}
#sitename {
	background: url(images/spfc-image-header-homepage.gif) no-repeat top;
	letter-spacing: .2em;
	text-align: center;
	height: 165px;
	word-spacing: .3em;
}
#homeleft {
	margin-top: 10px;
	width: 380px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10pt;
}
#homeright {
	margin-top: 10px;
	width: 800px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10pt;
}
.escripleft {
	margin-top: 10px;
	margin-left: 10px;
	width: 590px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10pt;
	background: #FFF;
	border: 1px solid #0A50A1;
}
.escripright {
	position: absolute;
	top: 500px;
	left: 615px;
	margin-top: 10px;
	margin-left: 10px;
	width: 365px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10pt;
	background: #FFF;
	border: 1px solid #0A50A1;
}
#mainnav {
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #F7F999;
	border-top: 1px solid #0A50A1;
	border-bottom: 1px solid #0A50A1;
	font-size: 12pt;
}
#mainnav ul {
	margin: 1px auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}
#mainnav li {
	display: inline;
	list-style: none;
}
#mainnav a, a:visited {
	color: #0A50A1;
	text-decoration: none;
	margin-top: 3px;
	padding: 2px 10px;
}
#mainnav a:hover {
	border-bottom: 2px solid #0A50A1;
	border-top: 2px solid #0A50A1;
}
#subnav {
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #ECEFF8;
}
#subnav ul {
	margin: 1px auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	font-size: 12pt;
}
#subnav li {
	display: inline;
	list-style: none;
}
#subnav a, a:visited {
	color: #0A50A1;
	text-decoration: none;
	margin-top: 3px;
	padding: 2px 10px;
}
#subnav a:hover {
	border-bottom: 2px solid #0A50A1;
	border-top: 2px solid #0A50A1;
}
#calendar {
	width: 800px;
	border: solid 1px #000;
	border-collapse: collapse;
	background: #FFF;
}
.dcell {
	font-size: 9pt;
	border-right: 1px solid #000; 
	height: 20px;
	margin: 0px;
	padding-right: 2px;
	text-align: right; 
	color: #FFF; 
	background: #006;
}
.cell {
	font-size: 9pt;
	border-right: 1px solid #000;
}
.ycell {
	font-size: 9pt;
	width: 120px;
	margin: 0px; 
	padding: 0px; 
	border-right: 1px solid #000; 
	text-align: center; 
	background: #F7F8B7;
}
.ycell a {
	color: #006;
	text-decoration: none;
}
.ycell a:visited {
	color: #006;
	text-decoration: none;
}
.ycell a span {
	display: none;
}
.ycell a:hover {
	height: auto;
}
.ycell a:active {
	color: black;
}
.ycell a:hover span {
	text-align: center;
	display: block;
	position: absolute;
	top: 280px;
	left: 800px;
	width: 190px;
	height: 100px;
	text-decoration: none;
	color: #006;
	font-size: 10pt;
}
.bcell {
	font-size: 9pt;
	width: 120px;
	margin: 0px; 
	padding: 0px; 
	border-right: 1px solid #000; 
	text-align: center; 
	background: #ECEFF8;
}
.bcell a:visited {
	color: #006;
	text-decoration: none;
}
.bcell a {
	color: #006;
	text-decoration: none;
}
.bcell a span {
	display: none;
}
.bcell a:hover {
	height: auto;
}
.bcell a:hover span {
	text-align: center;
	display: block;
	position: absolute;
	top: 280px;
	left: 800px;
	width: 190px;
	height: 100px;
	text-decoration: none;
	color: #006;
	font-size: 10pt;
}
.wcell {
	font-size: 9pt;
	width: 120px;
	margin: 0px; 
	padding: 0px; 
	text-align: center; 
	background: #FFF;
	border-right: 1px solid #000; 
}
#principalmsg {
	margin-top: 10px;
	width: 790px;
	padding: 5px;
	border: 1px solid #000;
	font-size: 10pt;
	background: #FFF;
	color: #000;
}
#principalmsg img {
	float: right;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
}
#footer {
	clear: both;
	background: #FFF;
	border-top: 1px solid #0A50A1;
	margin-top: 20px;
	text-align: center;
	font-size: 70%;
	color: #006;
}
#footer a, a:visited {
	text-decoration: underline;
	padding: 5px;
	color: blue;
}
.pfcrole {
	font-size: 10pt;
	width: 250px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.pfcname {
	font-size: 10pt;
	width: 150px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.pfcemail {
	font-size: 10pt;
	width: 300px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.pfcphone {
	font-size: 10pt;
	width: 150px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.blabel {
	color: #006;
}
.indent100 {
	margin-left: 100px;
	margin-right: 100px;
}
.indent150 {
	margin-left: 150px;
	margin-right: 100px;
}
