﻿body {
	background: #d4d4d4;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
}

#mainbox {
	margin: 0 auto;
	padding: 20px 0 20px 0;
	text-align: left;
	width: 892px;
}

#maincontent {
	background: #ffffff;
	float: left;
	width: 508px;
	height: 455px;
}

#rightcontent {
	background: #545454;
	float: left;
	width: 256px;
	height: 455px;
}

#navbar {
	clear: both;
	overflow: hidden;
	background: #545454;
	width: 556px;
	height: 24px;
	margin-left: 302px;
}

#conenttitle {
	color: #000;
	text-align: left;
	border-bottom: solid 3px #888888;
	font-family: Tahoma;
	font-size: 17px;
	padding-left: 48px;
}

#content {
	padding: 12px 18px 0 24px;
}

.clr {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.justify
{
    text-align:justify;
}

.right {
	text-align: right;
}

.red {
	color: Red;
}

.odd2, .even2
{
	text-align:center;
	background: #dedede;
	border-top: 1px solid #a0a0a0;
	height: 40px;
}

.even2
{
	background: #f8f8f8;
}

.downloadAnchor a, .downloadAnchor a:visited, .downloadAnchor a:active, .downloadAnchor a:hover
{
	text-decoration: none;
	border: none 0px White;
	color: White;
}




