body {
	background-color: #FFFFFF;
	background-image: url(../images/bodyBG.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fdfdfd;
	float: right;
	padding-top: 102px;
	margin-right: 7px;
}

.nav a:link{
   color: #fdfdfd;
   text-decoration: none;
	
}

.nav a:visited{
	color: #fdfdfd;
	text-decoration: none;
}

.nav a:hover{
	text-decoration: underline;
	color: #fdfdfd;  
	
}

.nav a:active{
	text-decoration: underline;	
	color: #fdfdfd;  
	
}






.wrapper {
	width: 777px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2c38ba;
	border-left-color: #2c38ba;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.header {
	background-color: #FFFFFF;
	background-image: url(../images/headerBG.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 777px;
	height: 120px;
}

.bar {
	width: 777px;
	height: 10px;
	background-color: #2c38ba;
}
.flashArea {
	height: 296px;
	width: 777px;
}

.homeText {
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	
	}
	
.secondaryText {
	width: 740px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00529f;	
	}
	

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

.bottomWrap {
	width: 777px;
	height: 19px;
	background-image: url(../images/bottomWrap.gif);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00519f;
	margin-left: 18px;
	padding-top: 20px;
}

.footerTag {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
