@charset "utf-8";
.altColor{
	color:#62AB51;
	font-size:14px;
	font-weight:bold;
}
.theBody {
	margin: 0;
	background-color: #255276;
	font-family: Arial;
	font-size: 12px;
	color: #202020;
}

.mainContainer {
	background-color: #FFFFFF;
	overflow: hidden;
	margin: 0 auto;
	width: 966px;
	padding-bottom: 15px;
}

.header {
	width: 966px;
	height: 361px;
	background-image: url(../images/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.headerLogo {
	padding-left: 42px;
	height: 110px;
	width: 924px;
}

.headerNav {
	width: 911px;
	height: 22px;
	text-align: right;
	padding-right: 55px;
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
}

.headerNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.headerNav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.headerNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.headerNav a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.content {
	width: 966px;
	overflow: hidden;
}

.contentLeft {
	width: 581px;
	padding-left: 42px;
	padding-right: 20px;
	float: left;
	overflow: hidden;
}

.contentRight {
	border-left: 1px solid #CCCCCC;
	width: 280px;
	padding-right: 42px;
	float: right;
	overflow: hidden;
}

.secondNav {
	width: 966px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;	
}

.secondNav a:link {
	color: #202020;
	text-decoration: none;
}

.secondNav a:active {
	color: #202020;
	text-decoration: none;
}

.secondNav a:visited {
	color: #202020;
	text-decoration: none;
}

.secondNav a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.mainFooter {
	width: 966px;
	background-image: url(../images/footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 50px;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 10px;
}

.mainFooter a:link {
	color: #141414;
	text-decoration: none;
}

.mainFooter a:active {
	color: #141414;
	text-decoration: none;
}

.mainFooter a:visited {
	color: #141414;
	text-decoration: none;
}

.mainFooter a:hover {
	color: #454545;
	text-decoration: none;
}

.bottomRightSecure {
	width: 250px;
	height: 135px;
	background-image: url(../images/orb-shield.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	padding-left: 15px;
	
}

.bottomRightCheck {
	width: 250px;
	height: 135px;
	background-image: url(../images/orb-check.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	padding-left: 15px;
}
.clientLogin{
	
}
.clientTop {
	width: 220px;
	min-height: 340px;
	padding-left:15px;
	
}

.clientBottom {
	width: 250px;
	min-height: 55px;
	padding-left: 15px;
}