body {
     margin: 10px 0;
     padding: 0;
     text-align: center;
     background: #600 url(images/redbg.gif) repeat;
     font-family: Georgia, "New Century Schoolbook", Times, serif;
     }
p, td, li, ol, ul {
     font-family: Georgia, "New Century Schoolbook", Times, serif;
     font-size: 14px;
     line-height: 24px;
     color: #000;
     }
p {
     text-align: left;
     line-height: 24px;
     margin-top: 0;
     margin-bottom: 1em;
     }
ul.plain {
    list-style: none;
    margin-top: 0;
    }
p.sright {
    font-size: 11px;
    text-align: right;
    }
p.notes {
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
    color: #666;
    }
p.bc {
    font-size: 11px;
    line-height: 22px;
    font-weight: normal;
    margin-bottom: 20px;
    color: #666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    }
.hide   {
    display: none;
    }
.pt {
    display: none;
    }
.nopt {
    display: block;
    }
h1 {
     font-family: "Copperplate Gothic Light", Verdana, Arial, Helvetica, sans-serif;
     font-weight: normal;
     font-size: 22px;
     margin-top: 12px;
     }
.invis {
    display: none;
    }
h2 {
     font-size: 18px;
     margin-bottom: 5px;
     }
h3 {
     font-size: 14px;
     line-height: 20px;
     font-weight: bold;
     color: #000;
     }
h4 {
     font-size: 14px;
     font-weight: bold;
     margin-bottom: 0;
     line-height: 24px;
     }
#bigbox {
     width: 750px;
     padding: 0;
     border: 1px solid #000;
     margin: 0 auto;
     text-align: left;
     background-color: #fff;
     }
#head {
     width: auto;
     height: 68px;
     border: 0;
     padding: 0;
     background: #000 url(images/pagetop.jpg) top right no-repeat;
     }
.alt {
    display: none;
    }
#headlink {
     display: block;
     padding: 0;
     border: 0;
     background: #000 url(images/pagetop.jpg) top right no-repeat;
     height: 68px;
    }
a#headlink:hover {
    background: #000 url(images/pagetop_h.jpg) top right no-repeat;
    }
#nav {
     width: auto;
     border: 0;
     border-top: 1px solid #666;
     border-bottom: 1px solid #999;
     margin: 0;
     padding: 0;
     background-color: #fc0;
     }
#nav p {
     text-align: center;
     font-size: 12px;
     color: #900;
     line-height: 24px;
     font-weight: bold;
     margin: 0;
     }
#nav a:link {
     color: #000;
     text-decoration: none;
     }
#nav a:visited {
     color: #000;
     text-decoration: none;
     }
#nav a:hover {
     color: #c00;
     text-decoration: underline;
     }
img.flr {
    float: right;
    display: block;
    border: 1px solid #900;
    margin: 5px 0 10px 25px;
    }
div.rcap {
    float: right;
    display: block;
    border: 0;
    padding: 0;
    margin: 5px 0 10px 25px;
    text-align: left;
    }
div.rcap img {
    border: 1px solid #900;
    margin: 0;
    margin-bottom: 1px;
    }
div.rcap p {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: normal;
    margin-top: 0; 
    margin-bottom: 0;
    }
img.fll {
    float: left;
    display: block;
    border: 1px solid #900;
    margin: 5px 25px 10px 0;
    }
div.lcap {
    float: left;
    display: block;
    border: 0;
    padding: 0;
    margin: 5px 25px 10px 0;
    text-align: left;
    }
div.lcap img {
    border: 1px solid #900;
    margin: 0;
    margin-bottom: 1px;
    }
div.lcap p {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: normal;
    margin-top: 0; 
    margin-bottom: 0;
    }
#maintext {
    width: auto;
    padding: 15px 40px;
    background-color: #fff;
    border: 0;
    }
#maintext img {
    border: 1px solid #900;
    }
#maintext a:hover {
    color: #c00;
    }
#maintext div.rbox {
    float: right; 
    margin-left: 25px; 
    border-left: 1px solid #ccc; 
    border-bottom: 1px solid #ccc; 
    padding-left: 12px;
    }
#maintext div.divider {
    border-top: 1px solid #c30;
    width: 350px;
    margin: 0 auto;
    margin-top: 20px;
    }
#maintext div.rnote {
    float: right;
    padding-top: 14px;
    width: 150px;
    }
input, textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #c33;
    font-size: 12px;
    padding: 2px 4px;
    background-color: #eee;
    border: 1px solid #999;
    }
textarea {
    line-height: 1.5em;
    }
input.button {
    font-family: Georgia, "New Century Schoolbook", Times, serif;
    font-weight: bold;
    color: #000;
    font-size: 13px;
    background-color: #fc0;
    border-color: #999;
    }
#footer {
    padding: 10px 20px;
    background-color: #eee;
    border: 0;
    }
#footer p {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 14px;
    text-align: center;
    margin-bottom: 0;
    }
a:visited {
    color: #600;
    }
a:hover {
    color: #c00;
    }
#footer p.credit {
    font-size: 11px;
    color: #999;
    margin-top: 8px;
    margin-bottom: 0;
    }
#footer p.credit a:link, #footer p.credit a:visited {
    color: #999;
    }
#footer p.credit a:hover {
    color: #c00;
    }
#hometop {
    background: #fc0 url(images/hhandvictortext.gif) center center no-repeat;
    height: 40px;
    margin: 0; 
    border: 0;
    }
#homebody {
    padding: 0 0 20px 0;
    margin: 0;
    background: #000 url(images/dlhome.jpg) top right no-repeat;
    border: 0;
    }
#homebody p {
    color: #930;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    }
#homebody p.blurb {
    margin: 25px 70px 0 70px;
    text-align: justify;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 0px;
    line-height: 20px;
    font-style: normal;
    color: #ca8;
    }
#homebody a:link {
    color: #eee;
    text-decoration: none;
    }
#homebody a:visited {
    color: #eee;
    text-decoration: none;
    }
#homebody a:hover {
    color: #fc0;
    text-decoration: none;
    }