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

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

h2 {
    font-size:14px;
    text-transform: uppercase;  
    color: #5c5c5c;
    font-weight: bold;
    margin-bottom: 5px; 
	margin-top: 20px;
	padding-top: 5px;
	border-top: 1px solid #434343; 
}

#body-full ul {
	margin-bottom: 10px;
}

#body-full li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f9f9f9;
}

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

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: #d79238;
    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: #f0ae58;
    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: #d79238;      
}


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: #d79238;     
}
/*----- SUB NAV DROPS -------------------*/  
/*----- MAIN BODY -----------------------*/
#body-right-col h3 {
    font-size:17px;
    font-variant: small-caps;     
    color: #f0ae58;
    font-weight: bold;
    margin-bottom: 5px;
}

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