﻿body, html {
	margin: 0;
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #a8c3d8;
}
#PageBack {
	width: 728px;
	height: 100%;
	min-height: 550px;
	margin: 0 auto;
}
#PageHeader {
	width: 687px;
	height: 147px;
	margin: 0 auto;
	background-color: White;
	background-image: url(../images/mc_background_header.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#PageBody {
	background-color: #8ea4b6;
	width: 687px;
	height: 100%;
	margin: 0 auto;
}
#ContentBody {
	padding-left: 15px;
	padding-right: 15px;
}
#TermsLabel {
	padding-left: 480px;
	padding-top: 2px;
}
#NewNewsPanel {
	color: white;
}
a {
	color: Black;
	text-decoration: none;
}
a:hover {
	color: Blue;
}
.tabcont {
	color: white;
	background-image: url(../images/TabGradientSlice.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.tabpage {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: White;
}
a.WhiteLink {
	color: #FFFFFF;
	text-decoration: none;
}
a.WhiteLink:hover {
	color: Yellow;
	text-decoration: none;
}
