body
{
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	min-width: 986px;
	font-weight: normal;
}

.clearBoth {
	clear: both;
}

b {
	font-weight: bold;
}

.boldHeader {
	font-size: 14;
	font-weight: bold;
	color: #00F;
}

#centeredColumn
{
	width: 986px;
	margin: 0 auto;
	margin-left: expression( (document.body.clientWidth - 986) / 2 + 'px');
}

#container {
	width: 986px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Header */

#header {
	width: 986px;
}

#topLogo {
	width: 462px;
	height: 182px;
	background-image:url(../images/header_logo.jpg);
	background-repeat: no-repeat;
	float: left;
}

#topImg {
	width: 524px;
	height: 182px;
	background-image:url(../images/header_img.jpg);
	background-repeat: no-repeat;
	float: left;
}

#homeMiddle {
	width: 986px;
	height: 205px;
}

#middleLogo {
	width: 226px;
	height: 205px;
	background-image:url(../images/logo.jpg);
	background-repeat: no-repeat;
	float: left;
}

#middleEnvironmental {
	width: 184px;
	height: 205px;
	background-image:url(../images/environmental_box.jpg);
	background-repeat: no-repeat;
	float: left;
}

#middleEnergy {
	width: 198px;
	height: 205px;
	background-image:url(../images/energy_box.jpg);
	background-repeat: no-repeat;
	float: left;
}

#middleLoss {
	width: 191px;
	height: 205px;
	background-image:url(../images/loss_box.jpg);
	background-repeat: no-repeat;
	float: left;
}

#middleLearning {
	width: 187px;
	height: 205px;
	background-image:url(../images/learning.jpg);
	background-repeat: no-repeat;
	float: left;
}

.homeLinksections {
	color: navy;
	text-decoration: none;
}

.homeLinksections:hover {
	color: #000;
}

.menuTextEnviron {
	width: 135px;
	margin: 0 0 0 7px;
	font-weight: bold;
	color: navy;
	font-size: 11px;
}

.menuTextEnergy {
	width: 135px;
	margin: 0 0 0 10px;
	font-weight: bold;
	color: navy;
	font-size: 11px;
}

.menuTextLoss {
	width: 135px;
	margin: 0 0 0 13px;
	font-weight: bold;
	color: navy;
	font-size: 11px;
}

.menuTextLearn {
	width: 135px;
	margin: 0 0 0 9px;
	font-weight: bold;
	color: navy;
	font-size: 11px;
}

/* Body */

#mainContent {
	width: 986px;
	background-image:url(../images/grey_bg.gif);
	background-repeat: repeat-y;
	float: left;
	display: table;
}

#leftSectionmain {
	float: left;
	width: 258px;
	text-align: left;
}

.leftText {
	margin: 0 0 0 4px;
	padding: 0 10px 0 10px
}

#middleSectionmain {
	float: left;
	width: 466px;
	margin: 0 0 0 4px;
	text-align: left;
}

.middleText {
	margin: 0 0 0 4px;
	font-size: x-small;
	color: #00F;
	text-align: right;
}

#rightSectionmain {
	float: left;
	width: 254px;
	text-align: right;
	margin: 0 0 0 4px;
}

.rightText {
	margin: 0 4px 0 4px;
	padding: 0 10px 0 10px;
	font-size: 9px;
	text-align: center;
}

.header {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #999;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 0;
	text-align: center;
	border-color: #fff;
	border-style: solid;
	border-width: 0 0 5px 0;
}

.headerMiddle {
	font-size: 16px;
	font-weight: bold;
	background-color: #ccc;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 0;
	text-align: center;
	border-color: #fff;
	border-style: solid;
	border-width: 0 0 5px 0;
}

.headerBlacklink {
	color: #fff;
	text-decoration: underline;
}

.headerBlacklink:hover {
	color: #000;
}

.linksHome {
	color: navy;
	font-size: 11px;
	font-weight: bold;
}

.linksHome:hover {
	color: #000;
}

.spaceHome {
	margin: 10px 0 10px 0;
}

/* Footer */

#footer {
	background-color: #bdbdbe;
	width: 986px;
	display: block;
	margin: 5px 0 0 0;
}

#footerText {
	padding: 5px;
	text-align: center;
	color: navy;
	margin: 2px 0 0 0;
	display: block;
}
