body {
	background-color: #353d3e;
	color: #eee;
}

a img {
	border: none;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#page {
	margin: auto;
	width: 960px;
}

div#content {
	background-color: #ddd;
	border: 2px solid white;
	color: #111;
	padding: 1em;
}

div.element {
	background-color: #cccccc;
	color: #111;
}

div.element table {
	background-color: #fff;
}

p#footer {
	padding-top: 1em;
	text-align: center;
}

div#menu-top {
	display: table;
	border-left: 2px solid white;
	border-right: 2px solid white;
	width: 956px;
}

div#menu-top dl {
	display: table-row;
}

div#menu-top dt {
	background-color: #a2a6a6;
	color: #fff;
	display: table-cell;
	text-align: center;
	white-space: nowrap;
}

div#menu-top dt.current span {
	background-color: #919595;
	display: block;
	padding: 0.5em 0.7em;
}

div#menu-top dt.nonlink span {
	display: block;
	padding: 0.5em 0.7em;
}

div#menu-top dt a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0.5em 0.7em;
}

div#menu-top dt a:hover {
	background-color: #b3b7b7;
}

div#menu-top dt:hover dl, div#menu-top dt:hover dt { /* lists nested under hovered list items */
	display: table-row;
}

div#menu-top dt div dl {
	background-color: #a2a6a6;
	border: 0.2em solid white;
	display: none;
	margin-left: -2em;
	margin-top: 0px;
	padding: 0px;
	position: absolute;
	width: 12em;
}

div#menu-top dt div dl a {
	width: 10.6em;
}
