body {
	background: #fff;
	color: #000;
}

div#body {
	margin: 0 0.5em;
}

table.links {
	/*border-spacing: 0;*/
	margin: auto;
}
table.links td {
	background: #d7d7cb;
	border: 1px solid #a1a5a9;
	color: #000;
	padding: 0;
	text-align: center;
}
table.links a {
	display: block;
	padding: 0.2em 1em;
	text-decoration: none;
	white-space: nowrap;
}
table.links a:link, table.links a:visited{
	background: #d7d7cb;
	color: #000;
}
table.links a:hover {
	background: #b4d3e7;
	color: #00a;
}
table.links a:active {
	background: #b4d3e7;
	color: #000;
}

table#top {
	font-size: small;
	width: 100%;
}

div#banner {
	text-align: center;
}

div#menubox {
	background: #d7d7cb;
	border: 1px solid #a1a5a9;
	color: #000;
	float: left;
	margin-bottom: 1.5em;
	margin-right: 1em;
	padding: 0 0.5em;
	width: 14em;
}
div#menubox dt {
	margin-top: 0.5em;
}
div#menubox dd {
	font-size: small;
	margin-left: 1em;
}
div#menubox a {
	text-decoration: none;
}
div#menubox a:hover {
	background: #d7d7cb;
	color: #c00;
}

div#textbox {
	margin-left: 16em;
}

div#bottom {
	border-top: 1px solid #fff;
	clear: left;
	font-size: small;
	padding-bottom: 1em;
	padding-top: 1em;
	text-align: center;
}

div#footer {
	border-top: 1px solid #999;
	font-size: small;
	padding: 0.5em 1em 0 1em;
}
div#footer p {
	margin: 0;
	text-align: center;
}
