@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtr #container {
	width: 788px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
#header {
	background-image: url(Images%20Phase%202/header2.png);
	height: 170px;
	width: 788px;
}
#topfooter {
	background-image: url(Images%20Phase%202/footer.png);
	height: 81px;
	width: 788px;
}
#middle {
	background-image: url(Images%20Phase%202/body.png);
	width: 788px;
	text-align: left;
}
a:link {
	color: #a42928;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a42928;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.Body_Text {
	color: #0f1151;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.5px;
}
.Name_Lead_In {
	color: #B91E22;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
}
.Footer {
	font-size: 15px;
	color: #0f1151;
	font-family: Arial, Helvetica, sans-serif;
}
}
.Leftside_Text {font-size: 14px; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;}
.style5 {font-size: 19px}
.Body_Heading {
	font-size: 18px;
	font-weight: bold;
	color: #0f1151;
}
.style6 {font-family: Arial, Helvetica, sans-serif; font-size: 15px;}
.style8 {font-size: 11px}
.style11 {font-size: 7px}
#sfnlogo3 {
	background-image: url(Images%20Phase%202/logo2.png);
	position: absolute;
	height: 106px;
	width: 125px;
	left: 38px;
	bottom: 78px;
	z-index: 20;
}
