body {
   text-align: center;
   padding: 0;
	margin: 0 auto;
	font-family: Verdana, Georgia;
	color: black;
	background: #9a9b64 url(bg.png) repeat-x;
	font-size: 12px;
}
h3{
	color: #74842b;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
h4{
	color:#4a89aa;
	margin: 0;
	padding: 0;
	font-size: 13px;
}



a:link, a:visited{
	color: #74842b;
	text-decoration: underline;

}
a:active, a:hover{
	color: #74842b;
	text-decoration: none;

}

/*-- CONTAINERS --*/
.main{
    width: 960px;
    margin: 0 auto;
    padding: 0;
    border: 4px solid white;
    text-align: left;
    margin-top: 50px;
}
.header{
	position: relative;
    margin: 0;
    padding: 0;
}
a.client-portal {
	position: absolute;
	top: 9px;
	right: 47px;
	font-size: 22px;	
	color: #fefefe;
	font-style: italic;
}
.top{
    position: relative;
	background: url(main.jpg);
	height: 285px;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
}
.top2{
	background: url(main2.png);
	height: 200px;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
}

.top-text {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 17.375rem;
    padding: 0 16px 21px 42px;
    color: #FFF;
    font-size: 1rem;
}

.top-text h4 {
    font-family: Constantia, Times New Roman, serif;
    font-size: 1.6875em;
    line-height: 0.93;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.27);
    color: inherit;
}

.top-text p {
    font-family: Arial, sans-serif;
    font-size: 0.8125em;
    line-height: 1.46;
}

.contentContainer{
	background-color: #0d385e;
}
.content{
    margin: 0;
	 padding: 10px;
	 background-color: white;
	 float: left;
	 width: 665px;
}
.content2{
    margin: 0;
	 padding: 10px;
	 background-color: white;
}
.footer{
	background: transparent url(footer.png);
	height: 59px;
	width: 968px;
	margin: 0 auto;
	padding: 0;
}
.rightContainer{
	margin: 0;
	padding: 0;
	width: 275px;
	float: right;
	padding-top: 8px;
}
.rightBox{
	width: 258px;
	height: 63px;
	margin: 0 auto;
	border: 1px solid white;
	background-color: #65a1c0;
}
.rightBox p{
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding-top: 17px;
	margin: 0;
}
.rightBox img{
	display: block;
	float: left;
	margin-right: 10px;
}

.rightBox a:link, .rightBox a:visited{
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.rightBox a:active, .rightBox a:hover{
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

.awardBox{
	width: 220px;
	float: right;
	
	margin-right: 45px;
}

.rightBtn{
	width: 260px;
	margin: 0 auto;
	background: transparent url(moreinfotab.png) right no-repeat;
	height: 20px;
	margin-bottom: 8px;
	text-align: right;
}
.rightBtn a:link, .rightBtn a:visited{
	color: white;
	text-decoration: none;
	margin-right: 16px;
	font-weight: bold;
}
.rightBtn a:active, .rightBtn a:hover{
	color: white;
	text-decoration: underline;
	margin-right: 16px;
	font-weight: bold;
}
/*-- /CONTAINERS --*/

/*-- TOP NAV --*/
.topnav{
    text-align: center;
    height: 15px;
    margin: 0;
    padding: 5px 0 5px 0;
}
.topnav ul
{
    margin: 0 auto;
    padding: 0;
    width: auto;
}
.topnav ul li{
    display: inline;
    list-style: none;
    margin: 0 -5px 0 0px;
    padding: 0;
}
.topnav ul li a:link, .topnav ul li a:visited{
    color: White;
	 font-weight: bold;
    text-decoration: none;
    /*padding: 5px 15px 5px 15px;*/
    padding: 5px 12px 5px 12px;
    margin: 0;
}
.topnav ul li a:hover, .topnav ul li a:active{
    text-decoration: underline;
}
/*-- /TOP NAV --*/

/*-- MISC FORMATING--*/
.address{
	color: white;
	float: left;
	padding: 5px;
}
.copyright{
	float: right;
	padding: 5px;
}
.copyright a:link, .copyright a:visited{
	color: white;
	font-size: 8px;
}
.copyright a:active, .copyright a:hover{
	color: white;
	font-size: 8px;
	text-decoration: none;
}
.bottom{
	width: 968px;
	margin: 0 auto;
	padding: 0;
}
.bottomText{
	font-size: 9px;
	color: white;
}