body {
    font-family: verdana,helvetica,sans-serif;
}
#header-title {
    background: url("../Images/HSALogo.png") no-repeat scroll 10px top transparent;
    color: #464646;
    font-size: 35px;
    height: 81px;
    line-height: 35px;
    padding-left: 190px;
    padding-top: 59px;
    position: relative;
    text-align: center;
}
#header-title strong {
}
.nav-main {
    background-color: #005631;
}
.nav-main td {
    padding: 10px 0;
}
.nav-main td div {
    border-left: 1px solid #fff;
}
.nav-main td div.first {
    border: none;
}
.nav-main a,
.nav-main a:active,
.nav-main a:visited {
    color: #fff;
    text-decoration: none;
}
.nav-main a:hover {
    color: #4f98c2;
}
.footer {
    background-color: #005631;
    color: #fff;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    padding-right: 20px;
    text-align: right;
    text-transform: uppercase;
}