body {
text-align: center;
}


a:link, a:visited, a:active, a:hover {
	color: #006699;
	text-decoration: underline;
	text-align: center;
}

a:active {color:#999999}

a:hover {text-decoration: underline}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;	
	color: #6699ff;
	font-weight: bold;
}

.blurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;}
	
.banner1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}

.indexfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-align: left;
}


.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	color: #333333;}
	
	
.vertical1 {
	border-left-style: solid;
	border-left-color: #6699FF;	
}

.subnavitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 10pt;
	color: #999999;
	font-weight: normal;
}



/*********** #Navitem styles ***********/

#navitem ul {list-style: none; margin: 0; padding: 0;}

#navitem a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-align:center;
	padding-top: 4px;
	border: 1px solid #ffffff;
	width: 70px;
	height: 25px;	
}

#navitem a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #006699;
	text-align:center;
	padding-top: 4px;
	border: 1px solid #ffffff;
	width: 70px;
	width: 70px;
	height: 25px;
}

#navitem a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
	text-align:center;
	padding-top: 4px;	
	border: 1px solid #ffffff;
	width: 70px;
	width: 70px;
	height: 25px;
}

#navitem a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration:none;	
	color: #333333;
	text-align:center;
	padding-top: 4px;	
	border: 1px solid #cccccc;
	background-color:#cccccc;
	width: 70px;
	height: 25px;	
}
/***********End #Navitem styles ***********/

#navBar ul a:link, #navBar ul a:visited {display:block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 0px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}



#navBar{
	position:absolute;
	top: 156px;
	width: 70px;
	padding: 0px;
	float: left;
	margin-left: 10px;
	}

#content{
  	margin-left: 90px;		
	border-left: 4px solid #6699ff;
	padding-left: 20px;
}

#frame {
		width:780px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		background-color:#ffffff;
		}
