BODY {
background-color:rgb(241,255,251);
color: #006666;

font-family: Verdana, Arial, sans-serif;
font-size: 80%;
margin-top: 0;
margin-left: 0;
margin-right: 0;
margin-bottom: 20px;
}

P, TD, LI, UL, Table {
font-size: 100%;
}

/* this group sets the normal link colors */
A:LINK {
color: #FF9933;
text-decoration: none;
font-weight: bold;
}
A:VISITED {
color: #B17B33;
text-decoration : none;
font-weight: bold;
}
A:HOVER {
color : #FFFFFF;
background-color: #89A5C8;
text-decoration : underline overline;
font-weight: bold;
}
A:ACTIVE {
color : B17B33;
text-decoration : none;
font-weight: bold;
}

/* this grouping sets the heading colors and sizes */
H1 {
font-size : 180%;
font-weight : bold;
font-style: italic;
color: rgb(178,178,178);
letter-spacing: 2;
}
H2 {
font-size : 130%;
font-weight : bold;
color: rgb(178,178,178);
letter-spacing: 2;
text-align: left;
}

H3,  H5, H6 {
font-size : 115%;
font-weight : bold;
color : #00666;
letter-spacing: 2;
text-align: left;
}

H4 {font-size: 115%;
font-weight: bold;
color: #006666;
letter-spacing: 2;
text-align:right;
margin: 0;
padding: 0;
}


/* Define Container to set Fixed Width */
#container1 { 
	position: relative;
	width: 780px;
	text-align: center;
	display: block;
	margin: 0px auto 0px auto;
	padding: 0px;
	}


#positioned-element1 {
text-align: left;
height: 70px;
left: 0px;
padding-top: 15px;
position: absolute;
top: 0px;
width: 160px;
z-index: 1
}

#positioned-element4 {
background-color: #006666;
color: #ffffff;
text-align: right;
height: 12px;
left: 0px;
position: absolute;
top: 80px;
width: 775px;
z-index: 4
}

#positioned-element5 {
height: auto;
left: 0px;
position: absolute;
top: 95px;
width: 175px;
z-index: 5
}

#positioned-element6 {
text-align: left;
height: auto;
left: 185px;
position: absolute;
top: 110px;
width: 585px;
z-index: 7
}

#positioned-element8 {
text-align: left;
height: auto;
left: 185px;
position: absolute;
top: 1265px;
width: 675px;
z-index: 8
}

#positioned-element9 {
text-align: left;
height: auto;
left: 185px;
position: absolute;
top: 830px;
width: 585px;
z-index: 9
}