/***
 * Author  : Webber Liao (wpliao + suv x gmail.com)
 * Date    : 2008 8 09
 * Version : 0.0.5
 ***/

.greeting {
	display: none;
}

/*** Right Section **/
#right p {
	width: 40em;
}
/** end of Right Section ***/

/*** Committee member tables **/
table {
	margin-bottom: 0.5em;
}

td {
	width: 12em;
	padding-left: 1em;
	font-weight: 400;
}

td.right {
	width: 11em;
	padding-left: 2em;
}

table .sub {
	padding-left: 2em;
}
/** End of committee member tables ***/
