body {
    /*background-color: black;*/
    background-image: url(/images/bg.gif);
    color: white;
    font: 14px Gerogia, Times New Roman, serif;
    margin: 0px;
}
img {
    border-width: 0px;
}
#logo {
    background-image: url(/images/logo.gif);
    background-repeat: no-repeat;
    width: 460px;
    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: #5b1327;
    border: #ffe116 solid 5px;
    border-width: 3px 0px;
}
#mainNav {
    text-align: center;
    border-bottom: #ffe116 solid 3px;
}
#mainNav ul {
    list-style-type: none;
    display: block;
    margin: 0px auto;
    padding: 3px 0px;
    height: 22px;
    width: 1100px;
}
#mainNav ul li {
    float: left;
    display: block;
    font-size: 14px;
}
#mainNav ul li a {
    padding: 0px 13px;
    color: #ffe116;
    text-decoration: none;
    font-weight: bold;
}
#mainNav ul li a:hover {
    color: #5b1327;
    background-color: #ffe116;
}
#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: #5b1327;
    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: #5b1327;
    font-weight: bold;
    font-style: italic;
}
#mainTbl td.left {
    padding: 8px;
    border-left: #5B1327 solid 25px;
}
#subNav {
    list-style-type: square;
    color: #ffe116;
    margin-left: 10px;
    padding-left: 10px;
}
#subNav li {
    border-bottom: #d2c31e dashed 1px;
    padding: 2px 0px;
}
#mainTbl td.right #subNav a {
    color: #ffe116;
    text-decoration: none;
}
#mainTbl td.right #subNav a:hover {
    color: white;
}
#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: 600px;
}
#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; }
