body {
    background: #D8D7BE url('../_images/bkg_body.gif') 50% 123px repeat-x;
    margin: 0;
    padding: 30px 0 0 0;
    text-align: center;
}

body, div, td, th, p, h1, h2, h3, h4, span {
    font-family: Georgia, 'Times New Roman';
}
p {
    font-size: 12px;
    line-height: 20px;
}
a {
    color: #424D6C;
    text-decoration: none;
    font-weight: bold;
}
a:hover, a:active {
    text-decoration: underline;
}

div, p, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}
h3 {
    color: #666666;
}

div#holder {
    width: 728px;
    margin: 0 auto;
}
div#outer {
    background: #FFFFFF url('../_images/bkg_content.gif') 50% top repeat-y;
}
div#header {
    height: 259px;
    background: url('../_images/bkg_head.gif') 50% top no-repeat;
    padding: 14px 0 0 0;
}
div#welcome_image {
    background: url('../_images/logo_VBA.jpg') 50% top no-repeat;
    height: 181px;
    padding: 78px 0 0 0;
}
    div#welcome_image h1 {
        height: 107px;
        text-indent: -9999px;
    }
div.body {
    float: left;
    width: 490px;
    margin: 0 0 0 19px;
    padding: 5px 10px 5px 0;
    border-right: solid 1px #ccc;
}
div.full {
    width: auto;
    float: none;
}
    div#nav {
        padding: 0 0 8px 0;
        border-bottom: solid 1px #ccc;
        text-align: left;
    }
    div.full div#nav {
        margin-right: 8px;
    }
        div#nav span {
            padding: 0 16px 0 10px;
        }
        div#nav span.last {
            padding-right: 10px;
        }
            div#nav span a {
                font-size: 14px;
            }
    div#content {
        padding: 0 10px;
    }
        div#content h1 {
            text-align: left;
            font-size: 20px;
            padding: 15px 0 5px 0;
        }
        div#content h2 {
            text-align: left;
            font-size: 16px;
            padding: 10px 0 0;
        }
        div#content p {
            text-align: left;
            margin: 0 auto;
            padding: 5px 0;
        }
        div#content a {
            color: #6F1F1F;
        }
    div#schedule {
        float: left;
        width: 179px;
        padding: 0 19px 0 10px;
        margin-top: 5px;
    }
        div#schedule h2 {
            font-size: 14px;
            padding: 0 0 10px 0;
        }
            div#schedule h2 a, div#schedule h2 {
                color: #6F1F1F;
            }
        div#schedule .event {
            padding: 10px 6px;
            border-top: solid 1px #ccc;
        }
        div#schedule .first {
            border-top: none;
        }
        .event h3 {
            font-size: 14px;
        }
    div#content li {
        text-align: left;
        font-size: 12px;
    }

div#footer {
    height: 15px;
    background: url('../_images/bkg_foot.gif') 50% top no-repeat;
    line-height: 1px;
    font-size: 1px;
}
div#copycredit {
    padding: 8px 19px;
    text-align: right;
    background: #D8D7BE;
    font-size: 12px;
}

div#copycredit span {
    padding: 0 0 0 14px;
}

div.clear {
    clear: both;
    height: 0;
    width: 100%;
    line-height: 0;
    font-size: 0;
}
