body {
	background-color: #000;
	color: #fff;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 90%;
	line-height: 1.5;
	font-family: sans-serif;
}

a {
	color: #eee;
} 

a img {
	border: none;
}

#document {
	margin: 0 auto;
	padding: 0;
	width: 725px;
	_width: 730px;
}

#sidePanel {
	margin: 1em auto;
	width: 250px;
	float: left;
}

.menu {
	text-align: left;
}

.menu ul {
	width: 250px;
	padding: 0 0 18px 1px;
	margin: 5px 0 3px 0;
	overflow: auto;
}

.menu ul li a.active {
	color: #aaa;
	text-decoration: none;
	font-weight: bold;
}

.sub {
	width: 185px;
	margin: 0 auto;
	text-align: center;
}

.sub img {
	margin: 5px;
}

#contentTray {
	margin-left: 260px;
	width: 464px;
	background: url("../graphics/464_bg.png") repeat-y;
}
#content {
	width: 444px;
	background: url("../graphics/464_foot.png") left bottom no-repeat;
	padding: 5px 10px 170px 10px;
	text-align: left;
}

table {
	border-collapse: collapse;
	width: 100%;
}

th {
	background-color: #222;
}

td, th {
	border: 1px solid #aaa;
	text-align: center;
}
