/* CSS DOCUMENT */
/* EDITED ELIZABETH 2/3/2011*/
#featureBlue {
background: none;
}
/* CREATED BY CALEB REDMAN 6/15/09 */
/* ADDING YELLOW UNDERLINE TO H3 */



#events h3 {
           border-bottom-width: 1px;
           border-bottom-style: solid;
           border-bottom-color: #ffcc00;
           margin-left: 20px;
           margin-right: 10px;
           padding-left: 0px;
}

#contentMain {
           min-height: 800px;
}

/*  PEER MENTOR PROFILE STYLING */
.profile {
margin-bottom: 30px;
margin-top: 20px;
float:left;
width:70%;
}


.profile img {
float: left;
margin-right:30px;
margin-bottom:60px;
margin-top:20px;
}

.profile .highlight {
color:#000000;
margin-bottom:15px;
}

.profile h4 {
padding-top: 5px;
margin-bottom: 0px;
}

.profilenopic {
margin-left: 150px;
margin-top:20px;
margin-bottom:60px;
width: 100%;
}

.profilenopic h4 {
margin-top: 10px;
margin-bottom: 0px;
}

