@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #B3D5EE;
}

#headLeft {
	float: left;
	width: 370px;
	background-color: #0078c1;
	background-image: url(blue2white.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 75px;
}

#headRight {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 370px;
	height: 75px;
	background-color: #FFFFFF;
	text-align: right;
}
#headRight img {
	margin-top: 0px;
	margin-right: 0px;
	position: absolute;
	z-index: 99;
}
#logo {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 410px;
}
#logo .top {
	position: absolute;
	top: 5px;
	padding-right: 20px;
}
#logo .topRh {
	position: absolute;
	top: 0px;
	right: 0px;
}


#blueNav {
	height: 20px;
	width: 100%;
	background-color: #00448f;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

#contentLeft {
	float: left;
	width: 408px;
	background-color: #B3D5EE;
	margin-top: 0px;
	padding-top: 0px;
}
#content {
	height: 400px;
}


#contentRight {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 408px;
	background-color: #B3D5EE;
	height: 389px;
}
#welcome {
	height: 21px;
}
#welcome img {
	padding-top: 8px;
}

#txt {
	height: 320px;
	padding: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}
#cntrLinks {
	color: #CC3300;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-left: 50px;
	font-weight: bold;
}
a {
	color: #CC3300;
	font-size: 12px;
	font-weight: normal;
}

a:hover {
	color: #0079C2;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.sps {
	color: #993300;
	font-size: 14px;
	font-weight: bold;
	padding-left: 30px;
}


#foot {
	bottom: 0px;
	position: absolute;
	width: 100%;
	background-color: #0079C2;
	background-image: url(spsFoot.png);
	height: 70px;
	text-align: right;
	visibility: visible;
}
#foot img {
	margin-top: 45px;
	margin-right: 5px;
}
