

Body, table {
	font-family: Arial;
	font-size: 12px;
	line-height: 1.5;
}

.normaltext {
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: normal;
}

h1 {
	font-family: Arial;
	font-size: 14px;
	color: #8FAA77;
}

hr {
	color: #8FAA77;
	height: 1px;
}

/* nav */
#nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav li {
    float: left;
    width: 77px;
	font-family: arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    border-left: 1px solid white;
    text-align: center;
}

#nav li.first {
    width: 77px;
    border-left: none;
}

#nav a {
    color: #ffffff;
    display: block;
    text-decoration: none;
    background: #338DB9;
    padding: 2px 0;
    width: 100%;
}

#nav a:hover {
    background: #8FAA77;
}

/* sub nav */

#subnav {
	font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

#subnav a {
    color: #006699;
	text-decoration: none;
	padding: 3px;
}
#subnav a:hover {
    color: #8FAA77;
}

/* foot nav */

#footnav, #footnav td {
	font-family: verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    background-position: bottom left;
    background-repeat: repeat-x;

}

#footnav a {
    color: #006699;
	text-decoration: none;
	padding: 2px;
}
#footnav a:hover {
    color: #8FAA77;
}

#psnav a {
    color: #dddddd;
	text-decoration: none;
	font-family: arial, sans-serif;
    font-size: 11px;
}
#psnav a:hover {
    color: #ffffff;
}

/* Links */
a:link {color: #0000FF}
a:visited {color: #0000FF}
a:hover {color: #8FAA77;text-decoration: none}

