html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #fff; /*#f5eedc;*/
}
#pagewidth{
	width:900px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	height: auto;
}
#header{
	position:relative;
	height:170px;
	width:100%;
	margin-top: 5px;
	display: block;
	z-index: 100;
}
#header img{
	position: relative;
	height: 150px;
	width: 800px;
	right: -50px;
}
#pagewidth #header a img{
	text-decoration: none;
	border: 0px;
	border-width: 0px;
	visibility: visible;
	cursor: pointer;
}

#pagewidth #header #hib{
	position: absolute;
	z-index: 50;
	top: 10px;
	float: right;
	left: 790px;
}
#copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: center;
	position: inherit;
	height: 30px;
	width: 900px;
}
.maincol{
	display:inherit;
	position: relative;
	width: 900px;
	height: 375px;
	margin: 0;
	top: -45px;
	background-color: #178465;
}
.container{
	display:inherit;
	position: relative;
	width: 900px;
	height: 25px;
	margin: 0;
	top: -45px;
	background-color: #178465;
}
.iefudge{
	display:inherit;
	position: relative;
	width: 900px;
	height: 1px;
	margin: 0 auto;
	top: -46px;
	background-color: #FFF;
}
/*#pagewidth .maincol .textcontent p {
	color: #FFFFFF;
}*/
p{
	color: #FFFFFF;
}
.title{
	font-size: 14px;
	color: #ADD5BD;
}
.textcontent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	width: 300px;
	height: 350px;
	top: 25px;
	left: 575px;
}
.mainimg{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	position: relative;
	width: 525px;
	height: 350px;
	top: 25px;
	left: 25px;
}
#footer{
	height:20px;
	clear:both;
	float: left;
	position: relative;
	top: -35px;
	width: 905px;
}
.navcell{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	/*color: #178465;*/
	text-align: center;
	vertical-align: middle;
	float: left;
	position: relative;
	height: auto;
	width: 180px;
	/*border: 1px solid #178465;
	background-color:#add5bd;*/
	cursor: pointer;
	display:block;
	line-height: 1.5;
}
#footer .navcell a:link, #footer .navcell a:visited {
	text-decoration: none;
	/*background-color: #add5bd;*/
	font-weight: bold;
	display:block;
}
#footer .navcell a:hover, #footer .navcell a:active {
	color:#add5bd;
	text-decoration: none;
	background-color: #FFF;
	font-weight: bolder;
	display:block;	
}
a:link {
	color: #3EA3D8;
	text-decoration: none;
}
a:visited {
	color: #3EA3D8;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #3195CA;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #3195CA;
	text-decoration: none;
}

