body {
	background:white url(/images/body-bg.gif) repeat scroll 0% 50%;
    color: white;
    font: 12px Arial, Gerogia, Times New Roman, serif;
    margin: 0px;
}
img {
    border-width: 0px;
}
h1, h2, h3, h4, h5 { color: #CC0017 }
#logo {
    background-image: url(/images/logo.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    width: 240px;
    height: 165px;
    text-indent: -10000em;
    margin: 0px auto;
}
#logo span {
     margin: 0px;
     position: relative;
     top: -40px;
     left: 40px;
     font-size: 18px;
     color: black;
}
#logoLink {
    width: 240px;
    height: 135px;
    margin: 0px auto;
    display:block;
    position: relative;
    top: -30px;
}
#logo-print {
    display: none;
    margin: 0px;
}
#top-right {
    float: right;
    margin: 0px;
    margin-bottom:5px;
    background-image:url(/images/address-header.gif);
    background-position:center;
    background-repeat:no-repeat;
    height: 110px;
    width: 209px;
}
#top-right img {
    float: left;
    margin: 0px;
}
#boxor {
background-color:#003B7D;
border-color:#CC3333;
border-style:solid;
border-width:3px 0px;
clear:both;
}
#mainNav {
background:transparent url(/images/nav-bg.gif) repeat-x scroll 0% 50%;
border-bottom:3px solid #CC3333;
text-align:center;
}
#mainNav ul {
    list-style-type: none;
    display: block;
    margin: 0px auto;
    padding: 4px 0px;
    height: 22px;
    width: 790px;
}
#mainNav ul li {
    float: left;
    display: block;
    font-size: 14px;
}
#mainNav ul li a {
color:#FFFFFF;
font-weight:bold;
padding:0px 13px;
text-decoration:none;
}
#mainNav ul li a:hover {
background-color:#CC3333;
color:#FFFFFF;
}
#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: #003B7D;
    vertical-align: top;
}
#mainTbl td.right a {
    color: white;
}
#mainTbl td.right a:hover {
    color: #CC3333;
}
#mainTbl td.right p.heading {
    background-color: white;
    padding: 3px;
    text-align: center;
    color: #1A1364;
    font-weight: bold;
    font-style: italic;
}
#mainTbl td.left {
    padding: 8px;
}
#subNav {
    list-style-type: square;
    color: #CC3333;
    margin-left: 10px;
    padding-left: 10px;
}
#subNav li {
    border-bottom: #CC3333 dashed 1px;
    padding: 2px 0px;
}
#mainTbl td.right #subNav a {
    color: white;
    text-decoration: none;
}
#mainTbl td.right #subNav a:hover {
    color: #CC3333;
}
#footer {
    text-align: center;
    color: black;
    font-size: 10px;
}
#footer a {
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}
#footer a:hover {
    color: #003B7D;
    text-decoration: underline;
}
#footer p {
    clear: both;
}
#footNav {
    list-style-type: none;
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    text-align: center;
}
#footNav a {
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}
#footNav a:hover {
    color: black;
    text-decoration: underline;
}
