@charset "utf-8";
/* CSS Document */

#nav_left {
	float: left;
	width: 190px;
	height: 70px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #dbe8f5;
}

#nav_mid {
	float: left;
	text-align: center;
	height: 40px;
	padding-top: 30px;
	padding-left: 8px;
}
#nav_right {
	background-color: #dbe8f5;
	float: right;
	width: 180px;
	color: #336699;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	height: 70px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#nav_mid ul {
	list-style-type: none;
	color: #336699;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#nav_mid li {
	display: inline;
	padding-right: 6px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #336699;
	padding-left: 6px;
}
#nav_mid li a {
	color: #336699;
	text-decoration: none;
}
#nav_mid li a:hover {
	color: #FF9900;
}
#thispage a:link, #thispage a:visited, #thispage a:hover, #thispage a:active{
	color:#FF9900;
}
