@charset "UTF-8";
#navcontainer {
	height: 100px;
	width: 1000px;
	top: 10px;
	position: relative;
}
/* CSS Document */

ul#navlist
{
	padding-left: 0;
	white-space: nowrap;
	font-family: Helvetica, Arial, "san serif";
	font-weight: bold;
	text-align: center;
	margin: 20;
	top: 0px;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a {
	margin-top: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#navlist a:link, #navlist a:visited
{
	color: #fff;
	text-decoration: none;
}

#navlist a:hover
{
	color: #333333;
	background-color: #CC9900;
	text-decoration: none;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	top: 60px;
	margin-top: 60px;
	margin-bottom: 0px;
}

