/* CSS Document */
#maincontent {
	background-image: url(images/logofaint.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 20%;
}
.STFC, .Home, .AO, .Diag, .Disc, .Target, .Contact, .CLF {
	font-family: "Century Gothic", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12pt;
	text-align:center;
	background-color:#FFCC33;
}
.STFC a, .Home a, .AO a, .Diag a, .Disc a, .Target a, .Contact a, .CLF a {
	text-decoration:none;
}
.STFCText, .HomeText, .AOText, .DiagText, .DiscText, .TargetText, .ContactText, .CLFText {
	color:#000000;
}
.STFCText:hover, .HomeText:hover, .AOText:hover, .DiagText:hover, .DiscText:hover, 
.TargetText:hover, .ContactText:hover, .CLFText:hover {
	color:#0000FF;
}
.Home {
	background-color:#649EC4;
}
.HomeText {
	color:#FFFFFF;
}
.HomeText:hover {
	Color:#FFFF00;
}
