a:link, a:visited, a:active {
	color: #1B515E;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: #AD9540;

}
#menu {
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 944px;
	position: absolute;
	background-color: #1B515E;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #AD9540;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AD9540;
	list-style-type: none;
	bottom: 124px;
	left: 0px;
	z-index: 20000;
}
#menu li {
	display: inline;
}
#menu li a:link, #menu li a:visited, #menu li a:active {
	color:#AD9540;
	line-height: 32px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}
#menu li a:hover, #menu li a.current:link, #menu li a.current:visited {
color:#FFFFFF;
}
#legend {
	width: 170px;
	position: absolute;
	right: 33px;
	background-color: #1B515E;
	color: #999999;
	text-align: center;
	font-size: 17px;
	list-style-type: none;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #1B515E;
	font-weight: bold;
	top: 275px;
}
#legend li {
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
	line-height: 15px;
	font-weight: normal;
}
#legend li a:link {
	font-size: 12px;
}
#contact .submit {
	width: 70px;
	border: 2px solid #AD9540;
	background-color: #1B515E;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

