body {
	/* background-color: #000000 */
	background-color: #fffff
}

p, td {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	/* color: #ffffff */
	color: #505050;
}

img
{  border-style: none;
}

a:link {
	font-family: verdana;
	font-size: 11px;
	/* color: #cccc00; */
	color: #8aa03b;
	font-weight:bold;
	text-decoration: none
}
a:hover {
	font-family: verdana;
font-size: 11px;
	font-weight:bold;
	/* color: #ffff00; */
	color: #505050;
	text-decoration: none;
}

a:visited {
	font-family: verdana;
	font-size: 11px;
	font-weight:bold;
	/* color: #cccc00; */
	color: #8aa03b;
	text-decoration: none
}

a:active {
	font-family: verdana;
	font-size: 11px;
	font-weight:bold;
	/* color: #cccc00; */
	color: #8aa03b;
	text-decoration: none
}


.hilight {
	font-family: tahoma;
	/* font-size: 14px;*/
	font-size: 12px;
	font-weight: normal;
	/* color: #ffffff */
	color: #505050;
}

.pageTitle {
	background-color: #89a03c;
	font-family: verdana;
	font-size: 15px; 
	font-weight: bold;
	color: #ffffff
}

.subTitle {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	/* color: #cccc00 */
	color: #8aa03b;
}

.menuHilight {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	/* background-color: #99CC00 */
	background-color: #8aa03b;
}

.news {
	font-family: verdana;
	font-size: 13px;
	font-weight: normal;
	color: #cccc00
}

.newsBody {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000
}


.signage {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000000
}


.paraTitle {
	font-family: verdana;
	/* font-size: 11px; */
	font-size: 12px;
	font-weight: normal;
	/* color: #cccc00 */
	color: #8aa03b;
}

.footer {
	font-family: tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff
}

#headerLogoContainer {
	position: relative;
	width: 595px;
	height: 100px;
}

#headerLogo {
	position: absolute; 
	top: 0px;
	left: 0px;
	height: 100px;
	width: 550px;
}

#headerContactContainer {
	position: relative;
	width: 265px;
	height: 100px;
}


#headerContact {
	position: absolute; 
	top: 0px;
	left: 0px;
	height: 85px;
	width: 265px;

}


