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

/*LEFT COLUMN
-----------------------------------------------------------------------------*/
#firstColumn{
	width:240px;
	height:1100px;
	float:left;
	padding-left:10px;
	padding-top:20px;
	background-color:#F4F4F4;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

#firstColumn h3.underline {display: block; width: 230px; height: 35px; border-bottom:1px solid #666666; margin-bottom:15px;}

/*MAIN COLUMN
---------------------------------------------------------------------------------*/
#mainColumn {
	width:600px;
	float:left;
	padding: 10px 20px 20px 20px;
}


#mainColumn p {padding-bottom:10px;}

#mainColumn p a {
	color:#333333;
	text-decoration:underline;
	
}

#mainColumn p a:hover {
	color:#CC6600;
}

/*LINKS DECORATION (LEFT COLUMN)
--------------------------------------------------------------------------------*/
ul#aboutProject li {display: block; width: 200px; height: 30px; border-bottom: 1px dashed #666666; margin-bottom:10px; font:13px/16px  Arial,Verdana,Geneva, sans-serif; color:#333333; text-decoration:none; list-style:none;}

ul#aboutProject li a {font:13px/16px  Arial,Verdana,Geneva, sans-serif; color:#333333; text-decoration:none; padding-left:5px; padding-right:5px;}

ul#aboutProject li a:hover {text-decoration:underline; color:#666666;}

ul#aboutProject li.active a{color:#666666; text-decoration:none; font-style:italic; }



/*TEAM PAGE
------------------------------------------------------------------------------------------*/
#mainColumn table {
	width:550px;
	padding:5px;
	color:#333333;
}

#mainColumn table caption {
	font:bolder 1.6em/1.8em Arial,Geneva, sans-serif; color:#333333; padding:15px 0 5px 0;
	padding-bottom:10px;
	
}

#mainColumn table th {
	width:auto;
	font:bold 13px/16px Arial, Helvetica, sans-serif;
	color:#666666;
	padding:5px;
	text-align:center;
}

#mainColumn table td {
	width:150px;
	height:auto;
	padding:10px 5px 5px 10px;
	text-align:center;
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#333333;
}

#mainColumn table tr.grey {background-color:#CCCCCC;}

#mainColumn table tr.light {background-color:#ECECEC;}


/*STEERING GROUP PAGE
----------------------------------------------------------------------------*/

#mainColumn ul.mission {
	font:1.2em/1.9em Geneva, Arial, Helvetica, sans-serif; color:#333333; padding:5px 0 0 0;
}

#mainColumn ul.mission li {list-style:none; padding-bottom:5px; padding-left:5px;}

