@charset "utf-8";
#main {
        background-image:url(../newImages/bghomepage1n.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        height: 859px;
        width: 762px;
        margin-right: auto;
        margin-left: auto;
}
#topNav {
        position: relative;
        height: 85px;
        width: 400px;
        left: 355px;
        top: 0px;
        color: #FFFFFF;
        font-weight: bold;
        font-variant: small-caps;
        text-align: center;
        font-size: 13px;
        vertical-align: middle;
        font-family: Arial;
}

#topNav a:link {text-decoration:none; color:#FFFFFF;}
#topNav a:visited {text-decoration:none; color:#FFFFFF;}
#topNav a:hover {text-decoration:none; color:#28377A;}
#topNav a:active {text-decoration:none; color:#FFFFFF;}




#sideNav {
        position: relative;
        height: 225px;
        width: 145px;
        left: 25px;
        top: 50px;
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
        font-variant: small-caps;
        color: #FFFFFF;
        font-family: Arial;
}
#bottomNav {
        position: relative;
        height: 30px;
        width: 748px;
        left: 14px;
        top: -40px;
        background-color: #4F587F;
        color: #FFFFFF;
        font-weight: bold;
        font-variant: small-caps;
        text-align: center;
        font-size: 13px;
}

#bottomNav a:link {text-decoration:none; color:#FFFFFF;}
#bottomNav a:visited {text-decoration:none; color:#FFFFFF;}
#bottomNav a:hover {text-decoration:none; color:#28377A;}
#bottomNav a:active {text-decoration:none; color:#FFFFFF;}
#bdMain {
        background-image: url(../newImages/bodyBG.gif);
        background-repeat: repeat-x;
}