@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #3a7db4;
	background-image: url(../images/fits2010_background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
}
#fitsLogo {
	margin: 0px auto;
	width: 960px;
	height: 130px;
	background-image: url(../images/fits2010_headerlogo.png);
	background-position: center;
	background-repeat: no-repeat;
}
#fitsHeaderImg1 {
	margin: 0px auto;
	width: 960px;
	height: 42px;
	background-image: url(../images/fits2010_headerimg1.png);
	background-position: center;
	background-repeat: no-repeat;
}
#fitsHeaderImg2 {
	margin: 0px auto;
	width: 960px;
	height: 42px;
	background-image: url(../images/fits2010_headerimg2.png);
	background-position: center;
	background-repeat: no-repeat;
}
#fitsHeaderImg3 {
	margin: 0px auto;
	width: 960px;
	height: 42px;
	background-image: url(../images/fits2010_headerimg3.png);
	background-position: center;
	background-repeat: no-repeat;
}
#fitsMenu {
	margin: 0px auto;
	padding-top: 10px;
	width: 960px;
	height: 20px;
	background-color: #ffa410;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-indent: 5px;
}
#fitsMenu a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	text-decoration: none;
}
#fitsMenu a:hover {
	color: #ffa410;
	background-color: #ffffff;
}
#fitsContentTop {
	margin: 0px auto;
	width: 960px;
	height: 20px;
	background-image: url(../images/fits2010_content_top.png);
	background-position: center;
	background-repeat: no-repeat;
}
#fitsContentWrapper {
	margin: 0px auto;
	width: 960px;
	background-image: url(../images/fits2010_content_main.png);
	background-position: center;
	background-repeat: repeat-y;
	font-size: 12px;
}
#fitsContentBottom {
	margin: 0px auto;
	width: 960px;
	height: 20px;
	background-image: url(../images/fits2010_content_bottom.png);
	background-position: center;
	background-repeat: no-repeat;
}
#fitsFooter {
	margin: 0px auto;
	padding-top: 10px;
	width: 960px;
	font-size: 10px;
	color: #ffffff;
}
#fitsFooter a {
	color: #ffffff;
}
.title1 {
	color: #ffaa0f;
	font-size: 24px;
	font-weight: bold;
}
.title1a {
	color: #ffaa0f;
	font-weight: bold;
}
.title2 {
	color: #0F64FE;
	font-size: 14px;
	font-weight: bold;
}
.imgfloatleft {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
a {
	color: #E09B22;
}