@charset "UTF-8";
/* CSS Document */


/* universal
---------------------------------------------*/ 

html {overflow-y: scroll;}

body {
	font-family: Futura, Arial, Helvetica;
	font-size:12px;
	color: #333333;
	background-color: #8FA0BD;
	background-image: url(images2/ssf_bg.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}
.bodytextlarge {
	font-size: 24px;
	text-align: center;
	color: #333333;
	line-height: 36px;
	font-style: italic;
	font-family: Futura, Arial, Helvetica;
}
.bodytextmedium {
	font-size: 14px;
	line-height: 20px;
	font-family: Futura, Arial, Helvetica;
}
.bodytextmedlarge {
	font-size: 16px;
	line-height: 24px;
	font-family: Futura, Arial, Helvetica;
}
.formtext {
	font-size: 14px;
	line-height: 22px;
	font-family: Futura, Arial, Helvetica;
}
.formtext_tightleading {
	font-size: 14px;
	line-height: 16px;
	font-family: Futura, Arial, Helvetica;
}

#container {
	margin:auto;
	width: 825px;
	background-color:#FFF;
}

.clear {
	clear: both;
}

h1 {
	font-size: 24px;
	color: #00338e;
	margin-top:0;
	font-family: Futura, Arial, Helvetica;
}
	
h2 {
	font-size:20px;
	color: #00338e;
	margin-top:0;
	font-weight: bold;
	font-family: Futura, Arial, Helvetica;
}

a:link {
	color: #00338e;
	text-decoration:none;
}
a:visited {
	color: #00338e;
	text-decoration:none;
}
a:hover {
	color: #A5B1C8;
	text-decoration:none;
}
a:active {
	text-decoration:none;
	color: #00338e;
}

/* header
---------------------------------------------*/

#header {
	width:825px;
	height:175px;
	background-image: url(images2/masthead.jpg);
	background-repeat:no-repeat;
	padding:0;
	margin:0 0 10px 0;
}

.icon{
	width:32px;
	float:right;
	margin-top: 18px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
}

.home {
	width:200px;
	float:right;
	text-align:right;
	font-size:12px;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Futura, Arial, Helvetica;
	text-transform: uppercase;
}

/* header links
---------------------------------------------*/

#header a:link {
	color: #fff;
	text-decoration:none;
}
#header a:visited {
	color: #fff;
	text-decoration:none;
}
#header a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
#header a:active {
	color: #fff;
	text-decoration:none;
}


/* menu
---------------------------------------------*/

#left_col {
	width: 200px;
	float:left;
	height:auto;
	margin-top:8px;
	color:00338e;
	margin-right: 10px;
}

#left_col a:link {
	color: #00338e;
	text-decoration:none;
}
#left_col a:visited {
	color: #00338e;
	text-decoration:none;
}
#left_col a:hover {
	color: #91a1be;
	text-decoration:none;
}
#left_col a:active {
	color: #00338e;
	text-decoration:none;
}

/* body
---------------------------------------------*/


#content {
	width: 825px;
	height:auto;
	background-color:#FFFFFF;
}

#main_col {
	width: 580px;
	float:left;
	height: auto;
	line-height:18px;
	padding-top: 10px;
}

#main_col li{
	margin:5px 0
}



#middle_col {
	width: 425px;
	float:left;
	height:auto;
	margin-bottom:0;
	padding-top: 10px;
}

#right_col {
	width: 165px;
	float:right;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 10px;
}

#right_col p {
	margin: 2px 0 10px 0;
	font-size:14px;
}

/* footer
---------------------------------------------*/

#logos {
	width:180px;
	height:90px;
	float: right;
	background-image: url(images2/ssfLogoSmall.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
}

#logos .left{
	width:175px;
	float:left;
}

#logos .right{
	width:175px;
}

#footer {
	width:825px;
	height:40px;
	background-color:#00338e;
	font-size:12px;
	font-weight:100;
	color:#FFFFFF;
	font-family: Futura, Arial, Helvetica;
}

#footer a:link {
	color: #fff;
	text-decoration:none;
}
#footer a:visited {
	color: #fff;
	text-decoration:none;
}
#footer a:hover {
	color: #91a1be;
	text-decoration:none;
}
#footer a:active {
	color: #fff;
	text-decoration:none;
}

#footer .left {
	float:left;
	width:350px;
	height:auto;
	margin:10px;
}

#footer .right {
	float:right;
	text-align:right;
	width:350px;
	height:auto;
	margin:10px;
}
.vertline {
	width: 3px;
	float: left;
	background-image: url(images2/dot.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	height: 970px;
}
.bodytextmedtight {
	font-size: 16px;
	line-height: 17px;
}
.h2italic {
	font-size: 20px;
	font-weight: normal;
	color: #00338e;
	font-style: italic;
	font-family: Futura, Arial, Helvetica;
}
.raceheader {
	font-family: Futura, Arial, Helvetica;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

