﻿#ContactContainer{
/* The phrase "Container" is appended  to the ID's of the placeholder divs, don't forget!*/
}
/*#Chair{
    display:table;
    width:100%;
}
#DepartmentChair, #DepartmentViceChair{
    display:table-cell;
}*/
.ContactGrid{
    display:table;
    width:100%;
}
.ContactCell{
    display:table-cell;
}
.LeftCell{
    width:483px;
}
#BodyColumn h2{
    color:#666666;
}