/* CSS Document */

#navlist li{
	display: inline;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	padding-right: 39px;
	font-size: 12px;
	font-weight: bold;
	}

a:link {
	color: #000000;
	text-decoration: none;
	}
a:visited { 
	color: #000000;
	text-decoration: none;
	}
a:hover {
	color: #0000CC;
	text-decoration: underline;
	}
a:active { 
	color: #333333;
	}
.logopad {
	padding-left: 20px;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	background-position: center;
}
