html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#center a:link {
	color: #DC940A;
	font-weight: bold;
}
#center a:visited {
	color: #DC940A;
}
#center a:hover {
	color: #000000;
}
#menu {
	padding: 0px;
	margin: 0px;
	height: 184px;
}
#navlist {
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 15px;
	width: 100px;
}
#navlist li {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100px;
}
#navlist a, navlist a:visited {
	display: block;
	text-decoration: none;
	color: #000;
	padding-bottom: 3px;
	background: url(/images/grad_g.gif) no-repeat center bottom;
	padding-top: 0px;
	width: 100px;
}
#navlist a:hover {
	background: url(/images/grad_c.gif) no-repeat center bottom;
}
#center p {
	font-size: .7em;
	color: #999999;
	margin: 0px;
	padding: 3px 0px;
}
#center {
	padding-top: 20px;
}
