/*/ ------------------------------------------------------------- /*/
#siteWrapper #siteTernaryNavigation {
    color: #aeaeae;
    height: 30px;
    line-height: 30px;
}

#siteWrapper #siteTernaryNavigation a {
    text-decoration: none;
    color: #aeaeae;
}
#siteWrapper #siteTernaryNavigation-SetA {
    float: left;
}

#siteWrapper #siteTernaryNavigation-SetB {
    float: right;
}

/*/ ------------------------------------------------------------- /*/
#siteWrapper #sitePrimaryNavigation {
    width: 100%;
    height: 50px;
    color: #2c2980;   
}

#siteWrapper #sitePrimaryNavigation table {
    width: 100%;
    height: 30px;
    margin-top: 10px;
}

#siteWrapper #sitePrimaryNavigation table tr td {
    text-align: center;
    border-right: 1px solid #2c2980;
}

#siteWrapper #sitePrimaryNavigation table tr td#sitePrimaryNavigation-last {
    border-right: none;
}

#siteWrapper #sitePrimaryNavigation a {
    font-weight: bold;
    color: #2c2980;
    text-decoration: none;
    font-size: 14px;
}

/*/ ------------------------------------------------------------- /*/
#siteWrapper #siteFooter {
    margin-top: 10px;
    padding-top: 10px;
    background: #FFF url('../images/siteFooterBackground.png') 0 0 repeat-x;
    text-align: center;
    color: #aeaeae;
}

#siteWrapper #siteFooter table {
    text-align: center;
    margin: auto;
    width: 75%;
}

#siteWrapper #siteFooter table tr td {
    border-right: 1px solid #aeaeae;
}

#siteWrapper #siteFooter table tr td#siteFooter-last {
    border-right: none;
}

#siteWrapper #siteFooter a {
    text-align: center;
    color: #aeaeae;
    text-decoration: none;
}