/* css for BY YEAR */


<style type="text/css">

#container1 {
	background-color: #D4CBBA;
	width:490px;
	margin-top:-10px;
    }
	
#container {
	position	: relative;
	top			: 0px;
	left		: 0px;
	width		: 490px;
	height		: 60px;
	overflow	: hidden;
	margin-bottom:0px;
}

#content {
	position	: absolute;
	left		: 0px;
	height		: 60px;
}

#scrollArea {
	position	: relative; /* (when this was set to absolute it broke in FF)  */
	left		: 4px;
	margin-top  : 4px;
	margin-bottom: 0px;
	height		: 8px;
	width		: 480px;
	overflow	: hidden;/* */
	background-color: #999999;
	;
}

#scroller {
	position	: relative;
	left		: 0px;
	height		: 8px;
	top			:0px;
	width: 58px;
	}

/* *** Styles for Fellows listing (table) */

.mast{
 margin:20px 0 10px 12px;
 color:#333;
}



.tablep {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color: #666;
line-height:16px;

}

.tablep2 {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}

a.brownlink:visited {  
font-family: Arial, Helvetica, sans-serif; 
color: #666;
font-size:11px;
text-decoration: none;
}

a.brownlink:link {
font-family: Arial, Helvetica, sans-serif;
color: #333;
text-decoration: none;}

a.brownlink:hover {
font-family: Arial, Helvetica, sans-serif;
color: #fff; #ccc;
text-decoration: underline;
}




</style>
