@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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #062654;
}
.oneColElsCtr #container {
	width: 1024px;
	background: #FFFFFF;
	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;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #66CCFF;
	border-right-color: #66CCFF;
	border-bottom-color: #66CCFF;
	border-left-color: #66CCFF;
}
.oneColElsCtr #mainContent {
	background-color: #062654;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 219px;
}
.oneColElsCtr #subContent {
	background-color: #062654;
	height: 443px;
	padding: 0;
}
.oneColElsCtr #subcontentleft {
	float: left;
	height: 443px;
	width: 527px;
	padding-top: 0px;
	text-align: left;
	background-image: url(../images/Splash%20images/images/images/images/sfmediasplash_02_01_01.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColElsCtr #lastContent {
	background-color: #062654;
	background-image: url(../images/Splash%20images/images/images/images/sfmediasplash_04.gif);
	height: 298px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:link {
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #FFFF00;
}
.oneColElsCtr #subcontentright {
	clear: none;
	float: right;
	height: 443px;
	width: 497px;
	background-image: url(../images/Splash%20images/images/images/images/sfmediasplash_02_01_02.gif);
	font-size: 10px;
}
.oneColElsCtr #subcontentlefttext {
	height: 300px;
	width: 400px;
	padding-top: 20px;
	text-align: left;
	padding-left: 20px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
	color: #363636;
	font-size: 12px;
}
.oneColElsCtr #subcontentrighttext {
	height: 325px;
	width: 375px;
	padding-top: 15px;
	text-align: left;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #363636;
	font-size: 12px;
	padding-left: 15px;
}

