body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #000000;
	color: #99CCCC;
	padding-left: 10px;
	padding-right: 30px;
	border: 1px;
}
a:link {
	color: #0066CC;
}
a:visited {
	color: #00CCFF;
}
a:hover {
	color: #FFCCFF;
}
a:active {
	color: #FFCC33;
}
#masthead {
	background-image: url(../images/fcclogorep.jpg);
	background-repeat: no-repeat;
	height:50px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000000;
}
h1 {
	font-size: 115%;
	text-align: left;
	display: block;
	font-weight: bolder;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 20px;
	color: #000000;
	background-color: #669999;
}
h2 {
	font-size: 115%;
	text-align: left;
	display: block;
	font-weight: bolder;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 20px;
	color: #CCCCCC;
}
h3 {
	display: block;
	font-weight: bolder;
	font-size: 110%;
	color: #CCCCCC;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #CCCCCC;
}
#navigation {
	font-size: 90%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #cccccc;
	background-color: #000000;
	}
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 12px;
	padding-top: 12px;
	}
#navigation li {
	display: inline;
	
	}
#navigation a:link, #navigation a:visited {
	text-decoration: none;
	margin-right: 2px;
	padding:5px 10px 5px 10px;
	text-align: center;
	color: #90C0DF;
	border: 1px solid #cccccc;
	}
#navigation a:hover {
	text-decoration: none;
	color: #2F489F;
	}
#navigation a:active {
	text-decoration: none;
	color: #00CC33;
	}
#sidebar {
	float: left;
	width: 15%;
	margin-top: 5px;
	border: 1px solid #cccccc;
	text-align: center;
	padding: 10px;
	margin-bottom: 12px;
	}
#sidebar a:link, #sidebar a:visited {
	color: #FF66CC;
	}
#sidebar a:hover {
	color: #FF3366;
	}
#sidebar a:active {
	color: #FFCC66;
}
#content {
	margin-left:18%;
	padding-left: 10px;
	padding-right:5px;
	padding-bottom: 10px;
	margin-top: 12px;
	}
#footer {
	clear: left;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	border-top: 1px dotted;

}
#footer ul  {
	list-style: none;
}
#footer li {
	display: inline;
	margin-right: 50px;
	padding-right:10px;
	font-size: 80%;
	}
.copyright {
	font-size: 80%;
	font-style: italic;
	margin-right: 50px;
}
.photoright {
	float: right;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.photoleft {
	float: left;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.photocentre {
	padding-right: 20px;
	padding-left: 20px;
}
.clear {
	clear:both;
}

.contrast {
	color:#00CC66;
	}