td {
font-family: Arial, Helvetica, sans-serif
font-size: 12px;
color: #003565;
}

body {
font-family: Arial, Helvetica, sans-serif
font-size: 12px;
color: #003565;
}

#left {
position: absolute;
left: 0;
top: 0px;
width: 150px;
text-align: center;
visibility: hidden;
}

#middle {
left: 0;
top: 0;
padding-left: 150px;
width: 526px;
overflow: visible;
background:  url(images/background.gif);
}

#nav {
position: absolute;
left: 0;
top: 120px;
width: 100%;
height: 26px;
background:  url(images/navbackground.gif);
}

.navtext {
font-family: Times New Roman, Times, serif;
color: #ffffff;
font-weight: bold;
font-size: 14px;
letter-spacing: .1em;
}

a.navtext {
color: #ffffff;
text-decoration: none;
}

a:hover.navtext {
color: #003565;
}

.bottom {
font-size: 11px;
color: #ffffff;
}

a.bottom {
color: #ffffff;
text-decoration: none;
}

a:hover.bottom {
text-decoration: underline;
}

a {
color: #003565;
}

ul
{
list-style-type: none;
padding: 0;
margin: 6px 0 0 20px;
}

li
{
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
padding-left: .5em;
margin-bottom: 6px;
}

