body {
    margin: 0;
    padding: 0;
}

.siteDiv a {
    color: #6c6464;
    text-decoration: none;
}

.siteDiv a:hover {
    color: #6c6464;
    text-decoration: none;
}

.siteDiv {
    margin: 2px 0 2px 0;
    padding: 0 auto;
    width: 747px;
}

.top {
    width: 749px;
    height: 425px;
    padding-bottom: 27px;
}

.bottomTabs {
    background-color: #003366;
    height: 3px;
    width: 747px;
    margin-left: 0px;
    clear: both;
}

.tabs {
    color: #ffffff;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;

}

.activeTabBlue {
    color: #ffffff;
    background-color: #003366;
    cursor: pointer;
    float: left;
    height: 27px;
    line-height: 26px;
    padding: 0px 12px 0px 12px;
}

.activeTab  a, .activeTab a:hover, .activeTab a:visited {
    color: #ffffff;
}

.inactiveTabGrey {
    color: #696363;
    background-color: #e0e0e0;
    cursor: pointer;
    float: left;
    height: 26px;
    line-height: 25px;
    padding: 0px 12px 0px 12px;
}

.activeTabLeft {
    background: transparent url( /pix/blue_left4x27.png ) no-repeat scroll 0 0;
    float: left;
    height: 27px;
    width: 4px;

}

.activeTabRight {
    background: transparent url( /pix/blue_right4x27.png ) no-repeat scroll 0 0;
    float: left;
    height: 27px;
    width: 4px;
    margin-right: 2px;
}

.inActiveTabLeft {
    background: transparent url( /pix/grey_left4x27.png ) no-repeat scroll 0 0;
    float: left;
    height: 26px;
    width: 4px;

}

.inActiveTabRight {
    background: transparent url( /pix/grey_right4x27.png ) no-repeat scroll 0 0;
    float: left;
    height: 26px;
    width: 4px;
    margin-right: 2px;
}

.inactiveTabSwitchOff {
    color: #bcbfc3;
    background-color: #e0e0e0;
    float: left;
    height: 26px;
    line-height: 25px;
    padding: 0px 12px 0px 12px;
}






