/*MAIN HTML STYLES*/

body {
  background-color: #fff;
  margin-top: 10px;
  margin-left: 20px;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  color: #666666;
  vertical-align: top;}

a img {border: 0;}

A:link {text-decoration:none;}

A:visited {text-decoration:none;}

A:hover {text-decoration:none;}


/*SETS THE TOP MENU BAR*/

.nav {
	position: absolute;
	top: 20px;
	left: 210px;
	padding:0px;
	border-collapse: collapse;
	background-color: #666;
	decoration: none;
	z-index: 10;
	}

.nav a:link {text-decoration: none;}

/*sets the righthand button menu*/	
	
.rightnav {
	position: absolute;
	display: block;
	top: 66px;
	left: 690px;
	width: 42px;
	z-index: 100;
	height: 177px;
	}
		
/* SETS THE MAIN GRAPHICS*/	
/* Main Container*/

.welcomebox {
	position: relative;
	margin: 0px;
	left: 22px;
	top: -41px;
	} 
	
.welcome {
	margin: 0px;
	padding-top: 0px;
	border-top: 1px #003477 solid;
	border-right: 1px #003477 solid;
	border-bottom: 0px #003477 solid;
	border-left: 1px #003477 solid;
	z-index:1;
	}

.welcometext {
	margin: 0px;
	border-top: none;
	border-right: 1px #003477 solid;
	border-bottom: 1px #003477 solid;
	border-left: 1px #003477 solid;
	z-index:1;
	padding: 10px 10px 20px 10px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  color: #666666;
  vertical-align: top;}
		
.header {
	margin-top: 20px;
	position: relative;
	z-index: 0;
	}	
							
.wordfloat_index {
	position: absolute;
	left: 394px;
	top: 470px;
	width: 240px;
	text-align: center;
	vertical-align: middle;
	}
	
.hub_index {
	position: absolute;
	left: 394px;
	top: 260px;
	width: 240px;
	text-align: center;
	vertical-align: middle;
	}

/* SETS THE FOOTER*/	

.bottom_bar_index {
	display: block;
	position: relative;
	width: 636px;
	top: 240px;
	left: 22px;
	font-size:9px;
	color: #003477;
	}
.bottom_bar_index a:link {
	color: #003477;
	decoration: none;	}
.bottom_bar_index a:visited {
	color: #003477;
	decoration: none;	}	
