BODY {
background-color:rgb(241,255,251);
color: #006666;
font-family: Verdana, Arial, sans-serif;
font-size: 80%;
margin-top: 15px;
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: #1A3664;
text-decoration: underline;
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;
color : #006666;
letter-spacing: 2;
}
H2 {
font-size : 140%;
font-weight : bold;
color : #00666;
letter-spacing: 2;
text-align: left;
}

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


/* Define Container to set Fixed Width */
div#mainwrap {
position: relative;
background-color:#ffffff;
width: 780px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
}

#positioned-element1 {
text-align: left;
height: 85px;
left: 0px;
position: absolute;
top: 0px;
width: 770px;
z-index: 1
}

#positioned-element2 {
height: 575px;
position: absolute;
top: 87px;
width: 175px;
z-index: 2
}


#positioned-element4 {
height: 600px;
left: 193px;
position: absolute;
top: 100px;
width: 589px;
z-index: 4
}

#positioned-element3 {
height: 300px;
left: 2px;
position: absolute;
top: 680px;
width: 160px;
padding-left: 8px;
z-index: 3
}