@charset "utf-8";
#middle_colum   {
	float: left;
	width: 905px;
	background-color: #FFFFFF;
	border: 1px solid #4A4A4A;
	font-size: 85%;
	padding-bottom: 10px;
	overflow-x: hidden;
	overflow: auto;
	height: 600px;
	margin-top: 20px;
	margin-right: 25px;
	margin-left: 25px;
}

#middle_colum p  {
	margin-right: 10px;
	margin-left: 10px;
}
#middle_colum  h1 {
	font-size: 150%;
	font-weight: bold;
	margin-left: 10px;
	white-space: normal;
}
#middle_colum h2 {
	font-size: 150%;
	font-weight: bold;
	text-decoration: underline;
	margin-right: 10px;
	margin-left: 10px;
}

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: #000066;
	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: 20;
	margin-left: auto;
	visibility: visible;
} 

.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;
}

