body {
	background: url(images/maroon/bkg.gif);
}
.shadowLeft {
	background: url(images/maroon/shadow_left.gif) repeat-y right top;
}
.topBar {
	background: url(images/maroon/topbar.gif) repeat-x;
}
.shadowRight {
	background: url(images/maroon/shadow_right.gif) repeat-y left top;
}
.cellBorderMaroon {
	background: url(images/maroon/maroon_solid_bkg.gif) repeat-y left top;
	border-bottom: 1px solid #E0E0D2;
}
.mainMaroon {
	color: #EEEEEE;
	padding: 20px 30px 10px 25px;
}
.mainMaroon td {
	color: #eee;
}
.footer {
	color: #333;
	padding-top: 11px;
	padding-bottom: 2px;
	background: url(images/maroon/footer_bkg.gif) repeat-x;
	padding-right: 13px;
}
.footerNoPad {
	color: #333;
	padding-top: 0px;
	padding-bottom: 2px;
	background: url(images/maroon/footer_bkg.gif) repeat-x;
}
b {
	font-weight: bold;
	color: #470303;
}
.lowRightCorner {
	background: url(images/maroon/corner_low_right.gif) no-repeat;
}
.lowLeftCorner {
	background: url(images/maroon/corner_low_left.gif) no-repeat;
}
ul li {
	list-style: url(images/maroon/bullet.gif);
}
.mainMaroon a:visited, .mainMaroon a:active, .mainMaroon a:link {
	text-decoration: underline;
	color: #EEEEEE;
}
.mainMaroon a:hover {
	text-decoration: none;
	color: #EEEEEE;
	}