@CHARSET "ISO-8859-1";

.header{
		width:100%;
		height: 100px;
		border-style: solid;
		border-width: 1px;
		border-color: white;
		background-color: white;
}

.navbar {
	   width: 100%;
	   background-color: #00BFFF;
	   line-height: 13px;
	   font-size: 12px;	   
	   border-right-style: solid;
	   border-right-width: 1px;
	   border-right-color: #00BFFF;
	   margin-bottom: 5px;
}

.navItems{

}

.navItem{
	padding-left: 10px;
	padding-right: 10px;
	border-left-style: dotted;
	border-left-color: white;
	border-left-width: 1px;
	text-align: center;

	color: white;
	}
	
.navItem a:visited{
	color:white;
	text-decoration: none;
	}	

.navItem a:link{
	color:white;
	text-decoration: none;
	}	

.navItem a:active{
	color:white;
	text-decoration: none;
	}	

.navItem a:hover {
	color:orange;
	text-decoration: none;
	}


.headerLogo {
		float:left;
		width:100px;
		height:100px;
		background-image: url(../images/topazlogo.jpg);		
}

.headerInfo {
	float:right;
	width:840px;
	height:100px;
	background-image: url(../images/headerInfo.jpg);
	text-align: right;
}