a {
    text-decoration: none;
    color: #6b6b6b;
}

a:hover {
    text-decoration: none;
    color: #c186e0;
} 

/*----- SUB NAV -------------------------*/ 
#sub-nav-wrap {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    background-color: #c186e0; 
}

ul#sub-nav-wrap li.alpha {
    float: left;
    font-size:12px;
    text-transform: uppercase;
    color: #ffffff;
    padding-left: 8px;
    padding-right: 30px;
    padding-top: 5px;
    background-color: #a86ec7;
    border-right: 1px solid white;
    height: 20px; 
}

/*----- SUB NAV -------------------------*/
/*----- SUB NAV DROPS -------------------*/
ul#sub-nav-wrap li.beta ul {
    width: auto;
    min-width: 200px;
    height: auto;
    background-color: #c186e0;
    position: absolute;
    z-index: 100;
    margin-top: 6px;
    margin-left: -10px;   
}

ul#sub-nav-wrap li.beta ul li {
    border-top: 1px solid white;   
}

ul#sub-nav-wrap li.beta ul li:hover {
    border-top: 1px solid white;
    background-color: #a86ec7;      
}


ul#sub-nav-wrap li.beta ul li a {
    display: block;
    width: 100%;
    height: 15px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    color: #ffffff;      
}

ul#sub-nav-wrap li.beta ul li a:hover {
    background-color: #a86ec7;     
}
/*----- SUB NAV DROPS -------------------*/  
/*----- MAIN BODY -----------------------*/
#body-right-col h3 {
    font-size:17px;
    font-variant: small-caps;     
    color: #a86ec7;
    font-weight: bold;
    margin-bottom: 5px;
}

#body-left-col p a {
    text-decoration: underline;
    color: #a86ec7;
}
/*----- MAIN BODY -----------------------*/
