#banner {
	height: 230px;
	padding: 5px;
	margin-bottom:1px; ;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}


.csschanger{
	color: #6A849D;
	font-size: 0.9em;
	float: right;
	margin-top: 10px;
	margin-right: 30px;
	height: 15px;

}
	

.navcontainer{
	position: relative;
	left: -100px;
	width: 900px;
	margin: 190px 0 0 0px;
	padding: 0px;
	height: 20px;
}

.navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 2px;
	margin: 0;
}

.navcontainer ul li a {
	border-right: 1px solid #6A849D;
	background: #fff;
	width: 117px;

	height: 15px;
	border-top: 1px solid #6A849D;
	border-left: 1px solid #6A849D;
	border-bottom: 1px solid #6A849D;
	padding: 2px;
	margin: 0 0 10px 0;
	color: #6A849D;
	text-decoration: none;
	display: block;
	text-align: center;
	font: 0.9em tahoma, lucida, sans-serif;
}

.navcontainer ul li a:hover {
	color: White;
	background: #C9D3DC;
}

.navcontainer a:active {
	background: #6A849D;
	color: #fff;
}

.navcontainer a:visited {
	background: #fff;
	color: #6A849D;
}

.navcontainer li#active a {
	background: #6A849D;
	color: #fff;

}
