div#buckets {
	width: 99%;
	margin: 0;
	padding: 0;
}
div#buckets h2 {
	text-align: center;
}
div#buckets td a {
	text-decoration: none;
	color: #660000;
	font-size: 80%;
}
div#buckets td a:hover {
	text-decoration: underline;
}
table#deptsTable {
	border: 0px;
	text-align: center;
	margin: 0px auto;
	width: 95%;
}
div#sidebar {
	float: left;
	width: 176px;
	border: thin groove #660000;
	margin: 10px 10px 0 0;
	font-size: 80%;
}
div#sidebar ul {
	margin: 0px;
	padding: 5px;
	overflow: visible;
}
div#sidebar ul li {
	list-style: none;
}
div#sidebar li a {
	text-decoration: none;
}
div#sidebar li a:hover {
	text-decoration: underline;
}
table#tblSubSection a {
	text-decoration: none;
	color: #330000;
}
table#tblSubSection a:hover {
	text-decoration: underline;
}
table#tblSubSection td {
	text-align: center;
}
table#tblSubSection p {
	margin-top: 10px;
	margin-bottom: 5px;
}

