body {
	font-family: Arial, Helvetica, sans-serif;

	background-color: #D1C0B8;
	margin-left : 0px;
	margin-top : 0px;
}
td.menu {
	border-right : 0px solid Maroon;
	border-bottom: 1px solid Maroon;
	padding-top: 25px;
	background-image : url(bg_dept.jpg);
	width: 135px;
}
td.body {
	padding-left: 20px;
	vertical-align : top;
}
HR {
	color: Maroon;
	margin-bottom: 10px;
}
H2.header {
	margin-top: 30px;
	font-size: large;
}
Table.footer {
	
}
table.submenu {
	margin-left: 5px;
	
}
A:HOVER {
	background-color : White;
	border-bottom : 1px solid Maroon;
	border-top : 1px solid Maroon;
	text-decoration : none;
	color : Black;
}
LI {
	margin-bottom: 8px;
}