﻿body
{
	background: #b2b2b2;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
}

#pages_mainbox
{
	margin: 0 auto;
	padding: 34px 0 0px 0;
	text-align: right;
	width: 892px;
}

#midright
{
	background: #545454;
	float: left;
	width: 350px;
	height: 140px;
}

#midleft
{
	width: 108px;
	float: left;
	background-color: #b2b2b2;
}

#midmid
{
	width: 400px;
	float: left;
	height: 140px;
	background-color: #d4d4d4;
}

#pages_middlecontent
{
	padding-right: 30px;
}

#bot_left
{
	width: 302px;
	height: 24px;
	float: left;
	background-color: White;
	margin: 0;
	padding: 0;
}

#navbar
{
	overflow: hidden;
	background: #545454;
	width: 556px;
	height: 24px;
	float: left;
	margin: 0;
	padding: 0;
}

#bot_right
{
	width: 34px;
	float: left;
	height: 24px;
	background-color: White;
	margin: 0;
	padding: 0;
}

#mainContent
{
	width: 892px;
	background-color: White;
	clear: both;
	margin: 0 auto;
	padding-top: 30px
}
.left
{
	text-align: left;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.red
{
	color: Red;
}

.odd, .even
{
	text-align:center;
	background: #dedede;
	border-top: 1px solid #a0a0a0;
	height: 40px;
}

.even
{
	background: #f8f8f8;
}