/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #444444;
}

img 
{
	border: 0;
}

div#documentSection
{
	position: relative;
	top: 30px;
	width: 850px;
	height: 650px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/gen-background.gif) no-repeat;
}

div#documentSection img
{
	display: block;
}







div#leftNav
{
	margin: 0px;
	padding: 22px 0px 0px 25px;
	width: 155px;
	height: 600px;
	float: left;
}





div#content
{
	margin: 22px 0px 0px 0px;
	width: 490px;
	height: 600px;
	float: left;
}

.contentBottom
{
	width: 490px;
}

.contentLeft
{
	width: 243px;
	height: 270px;
	background-color: #fff29a;
	float: left;
}

.contentRight
{
	margin: 0px 0px 0px 5px;
	width: 242px;
	height: 270px;
	background-color: #ffe536;
	float: left;
}

.contentMediaLinks
{
	width: 490px;
	height: 33px;
	margin: 0px 0px 5px 0px;
	background-color: #cccccc;
}

.contentBottomMedia
{
	width: 490px;
	height: 411px;
	background-color: #fff29a;
}


.contentBottomAwards
{
	width: 490px;
	height: 411px;
	background-color: #fff29a;
}




div#rightNav
{
	margin: 22px 0px 0px 0px;
	width: 155px;
	height: 600px;
	float: left;
}




div#footer
{
	width: 850px;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}