/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #10146F;
	color: #FFFFFF;
}
img {
	border: none;
}
#wrapper {
	background-color: #10146F;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
#wrapper2 {
	background-color: #10146F;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	border: solid #fdf200 2px;
	margin-top: 10px;
}

#titlebar {
	height: 180px;
	text-align: left;
	border: solid #fdf200 2px;
	background-image: url(../graphics/SF_header.jpg);
	background-repeat: no-repeat;
}
#dateline {
	text-align: right;
	padding-right: 50px;
	color: #F8F800;
	margin-left: 300px;
	height: 25px;
}
#content {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	color: #FFFFFF;
	margin-top: 20px;
}

#content a:link {
	text-decoration: none;
	color: #FFFF00;
}
#content a:visited {
	text-decoration: none;
	color: #FFFF00;
}
#content a:hover {
	text-decoration: none;
	color: #FF0000;
}
#map a:link {
	text-decoration: none;
	color: #0033FF;
}
#map a:visited {
	text-decoration: none;
	color: #0033FF;
}
#map a:hover {
	text-decoration: none;
	color: #FF0000;
}
#map p {
	color: #000000
}
#noticeboard {
	margin: 15px 20% 10px 20%;
	text-align: center;
	color: #FFFE39;
	font-weight: 600;
	background-color: #3E46E3;
	padding: 8px 8px 8px 8px;
	border: solid #FFFFFF 1px;
	clear: both;
}
#linkboard1 {
	margin: 5px 20% 10px 20%;
	text-align: center;
	color: #FFFE39;
	font-weight: 600;
	background-color: #3E46E3;
	padding: 8px 8px 8px 8px;
	border: solid #FFFFFF 1px;
}
#linkboard2 {
	margin: 5px 20% 10px 20%;
	text-align: center;
	color: #FFFE39;
	font-weight: 600;
	background-color: #3E46E3;
	padding: 8px 8px 8px 8px;
	border: solid #FFFFFF 1px;
	display: none;
}
#footer {
	clear: both;
}
#tempbox {
	float: right;
	width: 300px;
	padding: 5px 5px 5px 5px;
	border: solid #EEEEEE 2px;
	margin: 2px 2px 0px 0px;
}
.rightbox {
	float: right;
}
.fbox2 {
	text-align: right;
	visibility: hidden;
}
.centerbox {
	margin-bottom: 15px;
}
.tablebox {
	padding-left: 15%;
	padding-right: 15%;
}
p {
	color: #FFFFFF;
}
.heading {
	color: #FFF300;
	font-weight: 600;
}
.paddedcell {
	padding: 2px 10px 8px 0px;
}
.centercell {
	text-align: center;
}
.nowrapcell {
	padding: 2px 10px 8px 0px;
	white-space: nowrap;
}
.nowrapcentercell {
	padding: 2px 10px 8px 0px;
	white-space: nowrap;
	text-align: center;
}
.spacercell {
	width: 25%;
}
.noedit {
	color: #CCCCCC;
}
.hilite {
	background-color: #3E46E3;
}
.fitting {
	list-style-type: circle;
	list-style-position: outside;
	font-size: 1.1em;
	display: block;
	padding-bottom: 10px;
}

