/* Officers List */

#officeList .officer {
    width: 48%;
    float: left;
    margin: 1%;
	text-align:left;
}

#officeList .officeListItem1 {
    clear: both;
	text-align:left;
}

#officeList .officer img {
    float:left;
    max-width: 150px;
    height: auto;
}

#officeList .officer div {
    margin-left: 160px; padding-left:20px;
}

#officeList .officeName {
    background: none;
	color:#000000;
	font-weight:bold; }
	
#officeList .officerExpires {
    padding-bottom:40px;}	


/* Awards List */

#summaryPic .defaultImage {
    width: 100px;
    height: auto;
}
