html {
	SCROLLBAR-FACE-COLOR: #3C3C3C;
	SCROLLBAR-HIGHLIGHT-COLOR: #3C3C3C;
	SCROLLBAR-SHADOW-COLOR: #9c9c9c;
	SCROLLBAR-3DLIGHT-COLOR: #9c9c9c;
	SCROLLBAR-ARROW-color: #686868;
	SCROLLBAR-TRACK-COLOR: #363636;
	SCROLLBAR-DARKSHADOW-COLOR: #3C3C3C;
	height: 100%;
}
body {
	background-color: white;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 1px;
	height: 100%;
	display: block;
	background-attachment: fixed;
	background-repeat: repeat-x;
}

#nav {
	padding: 0px;
	font: 13px Gill Sans Bold, Helvetica, Arial, sans-serif;
	color: #000000;
	height: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: justify;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display:block;
	width: 780px;
	text-align: justify;

}
#nav li {
	border-top-style: none;
	/*	border-right-style: none;
	border-left: 1px solid #9c9c9c;*/
	border-bottom-style: none;
	display: inline;
	height: auto;
	width: auto;
	text-align: center;
	Float: left;
}
#nav a {
	font-weight: normal;
	text-decoration: none;
	display: block;
	font-family: Gill Sans Bold, Helvetica, Arial, sans-serif;
	color: #231f20;
	font-weight: 400;
	
	text-transform: uppercase;
}
#nav a:hover {
	
	color:#4d4d4d;
}
#nav a.current {
	
	color:#231f20;	
}
#nav li.current {
	color: #231f20;
	
}
 #tnav {
 color:#231f20;	
 }
/*End NavBar Style*/
