.navlist { margin: 0; }
		.navlist li
		{
	float: right;
	width: 70px;
	list-style-type: none;
	text-align: center;
	padding-left: 4px;
		}
		.navlist li a
		{
			display: block;
			padding: 5px;
			
			background-color: #000000;
			color: #FFFFFF;
			font: normal bold 12px/14px Verdana,Arial,Helvetica,sans-serif;
			text-decoration: none;
		}
		.navlist li a:hover
		{
			background-color: #808080;
			color: #ffffff;
			font: normal bold 12px/14px Verdana,Arial,Helvetica,sans-serif;
			text-decoration: none;
		}
body {
	font-family: "Century Gothic", Verdana, Arial, Helvetica;
	background-color: #FFFFFF;
	font-size: 16px;
	color: #000000;
}
dd{
	font-family: "Century Gothic", Verdana, Arial, Helvetica;
	font-size: 16px;
	color: #000000;
}
h1 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica;
	font-size: 32px;
	color: #000000;
}
h2 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica;
	font-size: 20px;
	color: #000000;
}
h3 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica;
	font-size: 18px;
	color: #000080;
	text-align: right;
}
h4 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica;
	font-size: 18px;
	
}
.copy {
	font-family: "Century Gothic", Verdana, Arial, Helvetica;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
a {
	font-family: "Century Gothic", Verdana, Arial;
	color: #000000;
}a:hover {
	font-family: "Century Gothic", Verdana, Arial;
	color: #FF0000;
}
#navcontainer { margin: 0; }
		#navcontainer li
		{
	float: right;
	width: 50px;
	list-style-type: none;
	text-align: center;
	padding-left: 2px;
		}
		#navcontainer li a
		{
			display: block;
			padding: 2px;
			
			background-color: #000000;
			color: #FFFFFF;
			font: normal bold 12px/14px Verdana,Arial,Helvetica,sans-serif;
			text-decoration: none;
		}
		#navcontainer li a:hover
		{
			background-color: #808080;
			color: #ffffff;
			font: normal bold 12px/14px Verdana,Arial,Helvetica,sans-serif;
			text-decoration: none;
		}
