@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
}

li {
	font-weight: normal;
}

ul {
	font-weight: bold;
}
div.fixed {
	position: fixed;
	top: 0px;
	left: 0;
	height: 60px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFF;
	text-align: center;
	width: 100%;
	display: block;
	background-image: url(images/menu-bg.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	background-repeat: no-repeat;
}

.blue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #43718B;
}

h3 {
	color: #6A8EA6;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.top-menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	color: #6A8EA6;
	padding: 0px;
	margin-bottom: 2px;
}

a.anchor-position {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

/* unvisited link */
a:link {
	color: #27632F;
	text-decoration: none;
}

/* visited link */
a:visited {
	color: #296833;
	text-decoration: none;
}

/* mouse over link */
a:hover {
	color: #375A7A;
	text-decoration: none;
}

/* selected link */
a:active {
	color: #296833;
	text-decoration: none;
}
