@import url(screen.css);

		/*************************************************************
		/	commitee members pictures
		**************************************************************/


.center
{
	text-align: center;
}

.left
{
	float: left;
	text-align: center;
	padding-left: 7%;
}

.right
{
	float: right;
	text-align: center;
	display :block;
	padding-right: 7%;
}

.pic
{
	margin-top: -10px;
	margin-bottom: 0px;	
}
.center
{
	margin-top: 20px;
}

.left
{
	margin-top: 30px;
}

.right
{
	margin-top: 30px;
}

.clearfloat 
{ 
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}
/*------------------------------------------------------------------------------*/