@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	font-family: "Gill Sans", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 88%;
	background-color: #536A89;
	background-image: url(images/tile_vibrant.jpg);
	background-repeat: repeat-y;
	background-position: center;
	line-height: 188%;
}
.ffi #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
} 
.ffi #header {
	background-color: #2F394A;
	background-repeat: no-repeat;
	height: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	background-position: center;
} 
.ffi #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. no divs in the cuurent design use borders - but bordered divs a slo avoid the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: normal;
	color: #66CCFF;
	border-bottom-style: none;
	text-transform: uppercase;
	letter-spacing: 1em;
	font-size: 133%;
}
.ffi #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-image: url(images/logo_ffi.gif);
	background-repeat: no-repeat;
	padding-top: 85px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.ffi #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.ffi #footer {
	padding: 0 10px 0 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
} 
.ffi #footer p {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	font-size: 90%;
	letter-spacing: .1em;
}
.fltrt { /* to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in the page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* for break element - the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	color: #204286;
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0066CC;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 105%;
	color: #003399;
}
ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
li {
	padding: 0px;
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	line-height: 111%;
}
a:link {
	text-decoration: none;
	color: #0066CC;
	letter-spacing: 0.05em;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	background-color: #FF7329;
}
a:active {
	color: #FF9933;
}


.menu a:link {
	text-decoration: none;
	color: #0066CC;
	display: block;
	font-weight: bold;
	font-size: 91%;
	padding-top: 5px;
}
.menu a:visited {
	text-decoration: none;
	color: #0066CC;
	display: block;
	font-weight: bold;
	font-size: 91%;
	padding-top: 5px;
}
.menu a:hover {
	background-color: #BFFF6E;
}
.menu a:active {
	color: #FF9933;
}

.small {
	font-size: 90%;
	word-spacing: 0.1em;
	letter-spacing: 0.11em;
}
#breadcrumbs {
	background-color: #D2DCEF;
	text-align: center;
}

#breadcrumbs a:link {
	text-decoration: none;
	color: #3366CC;
}
#breadcrumbs a:visited {
	color: #3366CC;
	text-decoration: none;
}
#breadcrumbs a:hover {
	background-color: #BFFF6E;
}
#breadcrumbs a:active {
	color: #FF9933;
}
