body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #DEF1F5;
}

body,td,th {
color: #0093B0;
font-family: Arial;
font-size: 12px;
}

a:link {
color: #7E459A;
text-decoration: none;
}

a:visited {
text-decoration: none;
color: #7E459A;
}

a:hover {
text-decoration: underline;
color: #7E459A;
}

a:active {
text-decoration: none;
color: #7E459A;
}

#sub_navigation {
width: 513px;
float: left;
margin: 164px 0px 0px 45px;
position: absolute;
}

#content {
width: 500px;
height: 280px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute */
position: absolute;
float: left;
margin: 194px 0px 0px 45px;
}

#content_sans_sub_nav {
width: 500px;
height: 310px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute */
position: absolute;
float: left;
margin: 152px 0px 0px 45px;
}

.header {
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
}

.sub_header {
font-weight: bold;
text-transform: uppercase;
}

.notes {
font-size: 10px;
}
