/* CSS Document */


/* RCT Styling -- ADDED BY: Stephanie Enoch 8/21/09 */
#featureBlue {
     color: #fff;
}

#featureBlue h3 {
     border-bottom: 1px solid #ffcc00;
}


#featureBlue li {
     padding: .5em;
}

.highlight2 {
     color: #ffcc00;
}

#contentLeft {
	background-color: #58759B;
        border-bottom: none;
}

#events {
	background-color: #58759B;
}
#events {
        text-decoration: none;
	background-color: #1F3258; 
	padding: 0px;
	background-image: none;
        color: #FFFFFF;
	}

/* Left Column Bottom Styles; Removed Gray Background/White Bottom Border - Erin & Kaitlin 8-25-09 */

#bottomleft {
	background-color: #58759B;
	text-align: left;
	float:left;
	
}

#bottomleft a{
	color: #FFFFFF;
	text-decoration: none;
}

#bottomleft a:visited {
	color:  #FFFFFF;
	text-decoration: none;
}

#bottomleft a:hover {
	color:  #FFCC00;
	text-decoration: none;
}

#bottomleft h3 {
        font-size: 1.2em;
	color: #FFFFFF;
        margin: 20px;
        align: center;
        border-bottom: 4px double #FFCC00;
}

#bottomleft li {
	align: left;
	list-style-type: none;
	padding-bottom: 5px;
}

/* End Left Bottom Column Changes */

