body
{
	font-family: Verdana, Arial, 'trebuchet MS';
	margin: 0;
	padding: 0;
}
h1
{
	font-weight: bold;
	color: Navy;
	font-family: Arial, Verdana, 'trebuchet MS';
}
h1
{
	font-weight: bold;
	color: Blue;
	font-family: Arial, Verdana, 'trebuchet MS';
}
h3
{
	font-weight: bold;
	color: navy;
	font-family: Arial, Verdana, 'trebuchet MS';
}
h4
{
	font-weight: bold;
	color: #4682b4;
	font-family: Arial, Verdana, 'trebuchet MS';
}
h5
{
	font-weight: bold;
	color: blue;
	font-family: Arial, Verdana, 'trebuchet MS';
}
#main
{
	position: absolute;
	left: 0px;
	top: 155px;
	width: 100%;
}
#leftSidebar
{
	float: left;
	width: 125px;
	/*
	width: 125px;
	margin: 0;
	padding: 0;
*/
	z-index: 0;
}
#content
{
	margin: 0 135px 0 135px;
	top: 0px;
	/*
	position: absolute;
	margin: 0;
	left: 135px;
	right: 135px;
	top: 0px;
*/
}
#rightSidebar
{
	position: absolute;
	float: right;
	width: 125px;
	top: 0px;
	right: 0px;
	margin: 0;
	/*
	position: absolute;
	width: 125px;
	top: 0;
	right: 0;
	margin: 0;
*/
}
#footer
{
	clear: both;
	width: 100%;
}
#header
{
}
#headerTop
{
	position: absolute;
	width: 100%;
}
#headerBottom
{
	position: absolute;
	left: 0px;
	top: 125px;
	width: 100%;
	background-color: #B5C7DE;
	z-index: 10;
}
.MVPLogo
{
	position: absolute;
	right: 0px;
	margin: 25px 0 0 10px;
	border: 0px;
}
.googleAd
{
	position: absolute;
	margin: 32px 15% 0 10%;
}