/*Scholarship Styles*/

div.scholarshipFrame {
    width: 90%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #cccccc;
    min-height: 240px;
    border-radius: 6px;
    background-color: #f5f5f5;
}

div.scholarshipPicture {
    padding: 6px;
    margin-right: 15px;
    text-align: center;
    font-weight: bold;
}

span.scholar {
    color: #336699;
    font-variant: small-caps;
    font-weight: bold;
    font-size: large;;
}