h1 {
	color:#00636c;
	font-size:140%;
	font-weight:normal;
	line-height:110%;
	margin:0px 0px 10px 0px;
}
h2 {
	color:#006d6a;
	font-size:140%;
	font-weight:normal;
	line-height:110%;
	margin:15px 0px 10px 0px;
}
h3 {
	color:#808080;
	font-size:20pt;
	font-weight:normal;
	line-height:110%;
	margin:15px 0px 5px 0px;
}
h4,h5,h6 {
	color:#808080;
	font-size:110%;
	line-height:110%;
	margin:10px 0px 5px 0px;
}

/* main background color */
body {
	background-color:#006d6a
}

/* main site width and position */
.main {
	width:990px;
	margin:0px auto;
	background-color:#FFFFFF;
}
/* left side block */
.block {
	background-color:#ffffff;
}
/* footer */
.footer {
	background-color:#006d6a;
}
/* bottom font color */
.copyright,
.bottom_links,
.footer a.normal ,
.footer a.normal:hover,
.bottom_links div.maintext{
	color:#FFFFFF ;
}

.addresstext h2{
    color:#006d6a;
}
.featuresdiv{
border:1px solid #006d6a;
}

/** Navigation **/

a.mainbuttontext {
	display:block;
	text-decoration:none;
	color:#808080;
	font-weight:bold;
	border-bottom:1px solid #E6E6E6;
	padding:7px 10px 7px 15px;
}
a.mainbuttontext:hover {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#006d6a;
	border-bottom:1px solid #727272;
	padding:7px 10px 7px 15px;
}