
.aboutContent {
    padding: 10em 0;
    background-color: #f5f5f5;
}

.aboutContent h1 {
    text-align: left;
    color: #1a468e;
}

.aboutContent a{
    text-decoration: none;
    color: #ff561a;
}

.aboutContent a:hover {
    text-decoration: underline;
}

.aboutLinks {
    float: right;
}

#officers {
    float:right;
    padding: 14px 16px;
}

#sponsors {
    float: right;
    padding: 14px 16px;
}

#bylaws {
    padding: 0px;
}

.aboutBackground {
    background-color: #f5f5f5;
}