/***********************************************************************/

/*..this sets up the text position etc withing the Blue navigation bar..*/

/***********************************************************************/
/*this relates to the blue navigation bar on each page*/
.navBarBlock {
	position: absolute;
	z-index: 1;
	left: 250px;
	top: 100px;
	width: 591px;
}

.navBarContent {
	visibility: visible;

}



.navBarBlock {
	border-left-width:   1px;
	border-left-style:   solid;
	border-left-color:   #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;




}

.navBarText {
	padding-left:   1em;
	padding-top:    0.2em;
	padding-bottom: 0.2em;
	padding-right:  1em;
}

.navBarText {
	font-size:   60%;
	font-weight: bold;
}

/* ***************  link styles  ************** */

.navBarText a:link 	{ text-decoration: none; }
.navBarText a:visited 	{ text-decoration: none; }
.navBarText a:active 	{ text-decoration: underline; }
.navBarText a:hover 	{ text-decoration: underline; }

