﻿.BoardLists
{
    float:left;
    text-align:center;
    margin-bottom:10px;
}
.BoardTitle
{
    color:#004B8B; 
    font-size:small; 
    font-weight:bold; 
    text-decoration:underline;
    text-align:center;
}
.BoardOfficer
{
    float:left;
    width:140px;
}
.BoardMember
{
    float:left;
    width:105px;
}
.BoardImage
{
    width:100px; 
    height:100px;
}
.Committees
{
    clear:both;
    float:left;
    width:430px;
}
.Committee
{
    text-align:left;
    float:left;
    width:50%;
}
.CommitteeTitle
{
    color:#004B8B; 
    font-size:small; 
    font-weight:bold; 
    text-decoration:underline;
}
    
