ul.goal-list {
    padding: 0;
    margin: 0 0 0 40px;
    list-style: disc;
}

ul.goal-list li {
    line-height: 1.25em;
}

p.list-label {
    margin-top: 1em;
    margin-bottom: 2em;
}

.body-content h3 {
    font-size: 30px;
    line-height: 36px;
    text-decoration: underline;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
}

.body-content h4 {
    font-size: 20px;
    line-height: 24px;
    text-decoration: underline;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
}

table.staff-table {
    width: 100%;
}

table.staff-table ul {
    line-height: 1.5em;
    text-align: center;
    list-style: none;
    padding-left: 0;
}

table.staff-table td.staff-image {
    text-align: center;
    height: 190px;
}

table.staff-table td.staff-image img {
    margin: 10px;
    width: 100px;
    height: 140px;
    border: 1px solid black;
}

table.staff-table td.staff-image p {
    margin-top: .5em;
}

table.staff-table td.staff-content {
    text-align: center;
    position: relative;
    vertical-align: middle;
}

table.staff-table h3 {
    margin-top: 20px;
}