a:link, a:visited, a:active , a:hover
{
    color:black;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}


#pageWrapper {
	border:0px solid #ff0000;
	text-align: center;
}

#centerPage  {
	width:755px;
	border:0px solid #ff0000;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#header {
	
}
#nav {
	background-image:url(../resources/hvac/images/navBg.gif);
	background-repeat:repeat-x;
	height:31px;
}
#body {
	border:1px solid #D4D5E3;
	background-color:#D4D5E3;
}
#bodyContent {
	padding:5px;
}
#bodyContentLeft {
	background-color:#FFFFFF;
	padding:5px;
	width:277px;
	float:left;
}
#bodyContentRight{
	padding:5px;
	width:440px;
	float:right;
}
#footer {
	background-image:url();
	width:755px;
	height:31px;
	overflow:hidden;
}


.clearBoth {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
/* DESIGNED BY */
#designedBy {
	text-align:right;
	font-size:9pt;
	color:#003399;
}
#designedBy a:ACTIVE, #designedBy a:LINK, #designedBy a:VISITED {
	color:#003399;
	text-decoration:none;
}
#designedBy a:HOVER {
	text-decoration:underline;
}
