body
{
	font-family: Arial, Helvetica, sans-serif;
	height: 97%;
	width: 97%;
	font-size: small;
	color: #333333;
	background-color: #EAEBE9;
}

#webpage
{
	border: 1px solid #336600;
	background-color: #FFFFFF;
	position: absolute;
	top: 0.5%;
	height: 100%;
	width: 60%;
	left:20%;
}

a:link {text-decoration:none; color: #607F9F}
a:visited {text-decoration:none; color: #607F9F}
a:active {text-decoration:none; color: #607F9F}
a:hover {text-decoration:none; color: #0A5B00}

.paraStart
{
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-weight: bold;
	font-size: small;
}
.TitleText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #336699;
	font-weight: bold;
	
}
.newsTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #A40000;
}
#NavigationBar
{
	
	position: relative;
	top: 1%;
	left: 10%;
	width: 90%;
	height: 15%;
}
#PageNav
{
	position: absolute;
	bottom: 1%;
	left: 1%;
	width:17%;
}

#PageNav li
{
	list-Style:none;
	font-size: small;
	color: #336600;
}
#SiteNav
{
	position: absolute;
	bottom: 15%;
	left: 18%;
}

#SiteNav li
{
	display: inline;
	font-size: large;
	list-style: none;
	padding-left: 15px;
}

#sfcindexLogo
{
	position:absolute;
	bottom: 1%;
	right: 15%;
	z-index: 1;
}

#details1
{
	visibility: visible;
	position: absolute;
	left: 5%;
	width: 90%;
	top:20%;
	padding: 5px 10px 5px 10px;
}
#details1 div
{
	padding-top: 5px;
	padding-bottom: 5px;
}

#details2
{
	visibility: hidden;
	position: absolute;
	left: 5%;
	width: 90%;
	top:20%;
	padding: 5px 10px 5px 10px;
}

#details2 div
{
	padding-top: 5px;
	padding-bottom: 5px;
}

#details3
{
	visibility: hidden;
	position: absolute;
	left: 5%;
	width: 90%;
	height: 60%;
	top:20%;
	padding: 5px 10px 5px 10px;
	overflow: auto;
}

#details3 div
{
	padding-top: 5px;
	padding-bottom: 5px;
}

#details4
{
	visibility: hidden;
	position: absolute;
	left: 5%;
	width: 90%;
	top:20%;
	padding: 5px 10px 5px 10px;
}

#details4 div
{
	padding-top: 5px;
	padding-bottom: 5px;
}
#copyright
{
	position:absolute;
	bottom: 0.5%;
	left: 0%;
	width:100%;
	text-align: center;
	font-size: xx-small;
	font-weight: bold;
	color: #A40000;
}