body {
    background-color: black;
    color: white;
    font: 12px Trebuchet MS, Helvetica, Arial, sans-serif;
    margin: 0px;
}
img {
    border-width: 0px;
}
#logo {
    background-image: url(/images/logo.gif);
    background-repeat: no-repeat;
    width: 469px;
    height: 76px;
    text-indent: -10000em;
    float: left;
    margin: 0px;
}
#logoLink {
    width: 469px;
    height: 76px;
    position: absolute;
    top: 0px;
    left: 0px;
}
#logo-print {
    display: none;
    margin: 0px;
}
#top-right {
    float: right;
    margin: 0px;
}
#top-right img {
    float: left;
    margin: 0px;
}
#boxor {
    clear: both;
    background-color: #00235D;
    border: white solid 5px;
    border-width: 5px 0px;
}
#mainNav {
    text-align: center;
    border-bottom: white solid 5px;
}
#mainNav ul {
    list-style-type: none;
    display: block;
    margin: 0px auto;
    padding: 3px 0px;
    height: 22px;
    width: 770px;
}
#mainNav ul li {
    float: left;
    display: block;
    font-size: 14px;
}
#mainNav ul li a {
    padding: 0px 13px;
    color: white;
    text-decoration: none;
    font-weight: bold;
}
#mainNav ul li a:hover {
    color: #00235D;
    background-color: white;
}
#mainContent {
    clear: both;
    background-color: white;
    margin: 0px 0px 20px;
}
#mainContent td.left {
    color: black;
    vertical-align: top;
}
#mainTbl td.right {
    width: 160px;
    background-color: #00235D;
    vertical-align: top;
}
#mainTbl td.right a {
    color: yellow;
}
#mainTbl td.right a:hover {
    color: white;
}
#mainTbl td.right p.heading {
    background-color: white;
    padding: 3px;
    text-align: center;
    color: #00235D;
    font-weight: bold;
    font-style: italic;
}
#subNav {
    list-style-type: square;
    color: white;
    margin-left: 10px;
    padding-left: 10px;
}
#subNav li {
    border-bottom: white dashed 1px;
    padding: 2px 0px;
}
#mainTbl td.right #subNav a {
    color: white;
    text-decoration: none;
}
#mainTbl td.right #subNav a:hover {
    color: yellow;
}
#footer {
    text-align: center;
}
#footer a {
    color: white;
    text-decoration: none;
}
#footer p {
    clear: both;
}
#footNav {
    list-style-type: none;
    margin: 0px auto;
    padding: 0px;
    width: 510px;
}
#footNav li {
    float: left;
    display: block;
    padding: 5px 0px;
    font-size: 10px;
}
#footNav li a {
    padding: 0px 5px;
    color: white;
    text-decoration: none;
    font-weight: bold;
}
#footNav li a:hover {
    color: yellow;
}
.cntr { text-align: center; }