@charset "utf-8";
a:link {
	text-decoration: none;
	color: #FE349E;
}
a:visited {
	text-decoration: none;
	color: #FFFE82;
}
a:hover {
	text-decoration: none;
	color: #FE349E;
}
a:active {
	text-decoration: none;
	color: #FE349E;
}
body  {
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/grey_bg_stripe_grad.jpg);
	background-repeat: repeat-x;
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 955px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	height: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.thrColAbsHdr #header {
	width: 955px;
	height: 125px;
	background-image: url(../images/sfa_home_header.jpg);
} 
#nav_bar  {
	background-image: url(../images/nav_bar_bg.gif);
	background-repeat: repeat-x;
	height: 40px;
	width: 955px;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	float: left;
}
#left_colum {
	float: left;
	height: 635px;
	width: 130px;
}
#middle_colum   {
	float: left;
	width: 800px;
	background-color: #4A4A4A;
	border: 1px solid #FFFE82;
	font-size: 100%;
	padding-bottom: 10px;
	overflow-x: hidden;
	overflow: auto;
	height: 600px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 5px;
}

#left_colum img {
	margin-left: 15px;
}
#middle_colum #flash_container {
	width: 625px;
	margin-left: 75px;
	margin-right: 75px;
}



#middle_colum h1 {
	color: #FFFEBF;
	font-size: 175%;
	text-align: center;
	padding-top: -10px;
	margin-bottom: -10px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bolder;
	margin-top: -1px;
}
#middle_colum h2 {
	font-size: 120%;
	text-align: center;
	color: #FFFEBF;
	margin-right: 5px;
	margin-left: 5px;
}
#middle_colum p {
	margin-right: 5px;
	margin-left: 5px;
	font-size: 85%;
}
.fltrt { /* this class can be used 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 your page */
	float: left;
	margin-right: 8px;
}

