    #container{
        background-color: white;
        border: none;
        clear: none;
        margin: 0 auto 0 auto;
        overflow: hidden;
        padding: 0px;
        width: 720px;
    }

    #footer{
        clear: both;
        font-size: 11px;
        height: 1%;
        text-align: center;
        width: 720px;
    }

    #full-page-content{
        float: left;
        height: 1%;
        margin: 4px;
        overflow: hidden;
        padding: 4px;
        width: 720px;
    }

    #header{
        background-image: url(images/banner.jpg);
        background-repeat: no-repeat;
        height: 242px;
        margin: 0px;
        overflow: hidden;
        padding: 0px;
        width: 100%;
    }

    #navigation{
        color: #1B3D6B;
        font-family: verdana;
        left: 6px;
        margin: 0px;
        padding: 0px;
        position: relative;
        top: 187px;
        width: 720px;
    }

    #right-content{
        background-color: white;
        border: none;
        float: right;
        height: 1%;
        margin: 0px;
        overflow: hidden;
        padding: 8px;
        width: 480px;
    }

    #sidebar-left{
        background-color: white;
        float: left;
        font-size: 0.8em;
        height: 100%;
        margin: 4px;
        overflow: hidden;
        padding: 4px;
        width: 200px;
    }

    .footerTitleText{
        font-size: 10pt;
        font-weight: bold;
    }

    .navCrumb{
        font-family: verdana;
        font-size: 0.7em;
        left: 260px;
        padding: 2px;
        position: absolute;
        top: 3px;
    }

    .navMenu{
        font-family: verdana;
        font-size: 0.9em;
        font-weight: bold;
        position: absolute;
        text-align: left;
        top: 27px;
    }

    .navWelcome{
        font-family: verdana;
        font-size: 0.7em;
        left: 470px;
        position: absolute;
        top: 5px;
    }

    .newsAndEventsImage{
        left: 0px;
        position: relative;
        top: 0px;
    }

    A:hover{
        text-decoration: none;
    }

    A:link{
        text-decoration: none;
    }

    A:visited{
        text-decoration: none;
    }

    body{
        background-color: white;
        font-family: Verdana, Arial;
        font-size: 10pt;
        height: 100%;
    }

    img{
        padding: 4px;
    }

    td{
        vertical-align: top;
    }


