@charset "UTF-8";
/* CSS Document */

/* CSS Document for officers.aspx
 *
 * This document conatans the page-specific design elements for officers.aspx
 *
 */

/* styles for the officer layout divs */

.officer-list
{
    clear:both;
    
    position:static; 

	height: 1%; /* Holly Hack, for IE6/Win */
	
	margin: 15px;
	
	list-style: none;
	
}

.officer-list li
{
	margin: 20px 20px;
	
	float: left;
	
	text-align: center;
	width: 180px;
	height:230px;
}

.officer-list li img
{
	width: 128px;
	height: 128px;
	
	margin: 5px 10px;
	
	border: 5px solid #dddddd;
}

.officer-list li  h1
{
	margin: 5px;
}

.officer-list li  h2
{
	margin: 5px;
}

.officer-list li  a
{
	margin: 5px;
}
