@charset "utf-8";

#mainContent {
	border: 1px solid #a7a7a7;
	padding: 10px;
	font: normal 12px Arial;
	float: left;
	width: 583px;
}

#mainContent ul {
	list-style-type: none;
}

#mainContent li {
	margin: 4px 0px 0px 6px;
}

.mcHeader {
	margin-top: 8px;
	font: bold 18px Arial;
	color: #28200e;
	height: 35px;
	text-transform: uppercase;
}

.mcHeader:first-child {
	margin-top: 0px;
}

.mcSHeader {
	font: bold 14px Arial;
	color: #a2546e;
}

.mcshU {
	margin-bottom: 3px;
	float: left;
}

.mcText {
	margin: 4px 0px 0px 6px;
}

#mainContent a:link {
	text-decoration: none;
	color: #a2546e;
}

#mainContent a:visited {
	text-decoration: none;
	color: #a2546e;
}

#mainContent a:hover {
	text-decoration: underline;
	color: #753146;
}

.mcRow1 {
	float: left;
}

.mcRow2 {
	float: left;
	margin-left: 20px;
}

#rightBar {
	border: 1px solid #a7a7a7;
	padding: 11px 10px;
	font: normal 12px Arial;
	text-align: right;
	float: right;
	width: 270px;
}

#rbHeader {
	border-bottom: 1px solid #e7e7e7;
	color: #753146;
	font-weight: bold;
	height: 22px;
	margin-bottom: 6px;
	text-transform: uppercase;
	width: 270px;
}

#rightBar a:link {
	text-decoration: none;
	color: #a2546e;
}

#rightBar a:visited {
	text-decoration: none;
	color: #a2546e;
}

#rightBar a:hover {
	text-decoration: underline;
	color: #753146;
}