@charset "utf-8";
#skipNav, #navigation, #footer {
	display: none;
}
body {
	background-color: #FFF;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0 0 0 2.5%;
	padding: 0;
	width: 95%;
}
img { border: 0; }
a {
	background-color: inherit;
	color: #0052A0;
}
a:hover {
	background-color: #CCC;
	color: #0052A0;
}
#header a, #footer a {
	background-color: inherit;
	color: #FFF;
	text-decoration: none;
}
#header a:hover, #footer a:hover {
	color: #0052A0;
	background-color: #FFF;
}
#header em, #footer em {
	font-style: normal;
	text-decoration: underline;
}
#header { width: 100% }
#header .logo {
	float: left;
	width: 40%;
}
#header .sculpture {
	border-bottom: 1px solid #0052A0;
	border-left:   1px solid #0052A0;
	border-right:  1px solid #0052A0;
	float: right;
	width: 55%;
}
#header .searchBar {
	background-color: #B7C540;
	border-bottom: 1px solid #0052A0;
	color: #FFF;
	clear: both;
	padding: 0.25em 1%;
	text-align: right;
	width: 98%;
}
#header .searchForm, .searchForm div { display: inline; }
#header .searchForm input {
	font-size: 100%;
	margin-right: 5px;
	vertical-align: middle;
}
#header .searchBar img {
	height: 1.5em;
	vertical-align: middle;
}
#mainContent {
	float: right;
	width: 100%;
}
#mainContent h1 {
	border-bottom: 2px solid black;
	font-size: 150%;
	margin: 1em 0 0.5em 0;
}
#mainContent h2 {
	font-size: 120%;
	margin: 0.5em 0 0.25em 0;
}
#mainContent h3 {
	font-size: 100%;
	text-decoration: underline;
}
#mainContent li { margin: 0.5em 0; }
.applicationpdf  { list-style-image: url( "/fc/assets/images/pdf-icon.gif" ); }
.applicationword { list-style-image: url( "/fc/assets/images/word-icon.gif" ); }
.applicationexcel{ list-style-image: url( "/fc/assets/images/xls-icon.gif" ); }
.applicationtxt  { list-style-image: url( "/fc/assets/images/txt-icon.gif" ); }
.applicationppt  { list-style-image: url( "/fc/assets/images/ppt-icon.gif" ); }
.applicationflash{ list-style-image: url( "/fc/assets/images/flash-logo.jpg" ); }
.applicationzip  { list-style-image: url( "/fc/assets/images/zip-icon.gif" ); }
.applicationexe  { list-style-image: url( "/fc/assets/images/exe-icon.gif" ); }
.applicationrss  { list-style-image: url( "/fc/assets/images/feed-icon.png" ); }
.clearRight { clear: right; }
.center { text-align: center; }
.highlight { background-color: #CCC; }

