body {
   text-align: center;
   padding: 0;
	margin: 0 auto;
	font-family: Verdana, Georgia;
	color: black;
	background: #9a9b64 url(../images/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{
    margin: 0;
    padding: 0;
}
.top{
	background: url(../images/main.png);
	height: 285px;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
}
.top2{
	background: url(../images/main2.png);
	height: 200px;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
}

.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(../images/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(../images/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;
    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;
}
