body {
font-family: Verdana, Arial, sans-serif;
text-decoration: none;
font-size: 13px ! important;
color: #000000;
background-image: url(../images/home/background.gif);
background-repeat: no-repeat;
background-color: #003C78;
text-align: left;
margin: 0px;
padding: 0px;
}

img {
border: 0px;
}

a {
text-decoration: none;
color: #003C79;
}
a:hover {
text-decoration: underline;
}
    
p {
padding: 5px 15px 10px 15px;
color: #FFFFFF;
text-align: justify;
}

#home {
list-style-image: url("images/arrow-on.gif");
color: #C0C194;
font-weight: bold;
}
#logo {
position: absolute;
top: 15px;
left: 65px;
}
    
table.nav {
background-color: #315E8C;
border: 1px solid #ECEFFA;
position: absolute;
top: 295px;
left: 68px;
text-align: left;
}
table.nav td {
padding: 0px;
padding-top: 4px;
padding-bottom: 4px;
}
table.nav a {
display: list-item;
list-style-position: inside;
list-style-image: url("../images/arrow.gif");
line-height: 10px; /* Fixes vert offset problem in ie (set to same height as list image */
color: #ffffff;
}
table.nav a:hover {
list-style-image: url("../images/arrow-on.gif");
color: #C0C194;
font-weight: bold;
text-decoration: none;
}