body {
    background-color: #000000;
    color: white;
    margin: 0px;
}

.topBanner{
    width: 990px;
    height: 240px;
    background-image: url('../images/banner.png');
    background-repeat:no-repeat;
}

.navigationPanel {
    padding: 0px;
    text-align: center;
    vertical-align: top;
    background-image: url('../images/panelbg.png');
    background-repeat: repeat-y;
    background-position: center center;
}

.navigationTop {
    height: 35px;
    text-align: center;
    vertical-align: center;
    background-image: url('../images/paneltop.png');
    background-repeat: no-repeat;
    background-position: top left;
    color: #464646;
    font-family: arial;
    font-weight: bolder;
    font-size: 16px;
    text-decoration: underline;
}

.navigationBottom {
    height: 35px;
    text-align: center;
    vertical-align: top;
    background-image: url('../images/panelbottom.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

.navigationLeft {
    background-color: #000000;
    width: 5px;
}

.navigationRight {
    background-color: #000000;
    width: 5px;
}

.navigationMain {
    text-align: center;
    vertical-align: top;
    width: 190px;
}

.navigationText {
    color: #464646;
    font-family: arial;
    font-weight: bolder;
    font-size: 16px;
    text-decoration: none;
}


.leftTop {
    text-align: left;
    vertical-align: top;
}

.footer {
    text-align: center;
    vertical-align: top;
    color: silver;
    font-family: arial;
    font-weight: bold;
    font-size: 9px;
    text-decoration: none;
}