@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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #8497aa;
}
.oneColFixCtr #container {
	width: 744px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	height: 100%;
}
.oneColFixCtr #leftcol {
	width: 259px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 360px;
	background-image: url(/images/splash_background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.oneColFixCtr  #logo {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 259px;
}
.oneColFixCtr  #mission {
	background-color: #022E79;
	width: 694px;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	position: absolute;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-image: url(/images/splash_banner.jpg);
	background-repeat: no-repeat;
	background-position: 234px top;
}
.oneColFixCtr #mission p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: small;
	display: block;
	float: left;
	height: 188px;
	width: 230px;
	margin: 0px;
	padding: 10px;
	background-color: #8196A9;
	color: #FFFFFF;
}
.oneColFixCtr #mission h1 {
	font-size: x-large;
	font-style: normal;
	color: #FFFFFF;
}

.oneColFixCtr #footer {
	height: 50px;
	color: #FFFFFF;
	line-height: 40px;
	font-size: small;
	background-image: url(/images/spash_footerbg.jpg);
	background-repeat: no-repeat;
	width: 259px;
	text-align: center;
	float: left;
	clear: left;
}
.oneColFixCtr #rightcol {
	height: 410px;
	background-image: url(/images/splash_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 259px;
	padding-right: 25px;
}
.oneColFixCtr #enter {
	height: 40px;
	color: #FFFFFF;
	line-height: 40px;
	font-size: large;
	text-align: center;
	width: 200px;
	background-color: #7E92AA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	margin-top: 360px;
	position: absolute;
	margin-left: 250px;
}
.oneColFixCtr #enter a {
	font-weight: bold;
	color: #FFFFFF;
	font-size: x-large;
	text-decoration: none;
}
.oneColFixCtr #happensfast {
	color: #FFFFFF;
	font-size: 12px;
	text-align: right;
	margin-top: 320px;
	padding-left: 25px;
	position: absolute;
}
.oneColFixCtr #retirementplanning {
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	margin-top: 25px;
	padding-left: 25px;
	position: absolute;
	width: 444px;
	height: 46px;
	vertical-align: middle;
	line-height: 46px;
	font-weight: bold;
}

