

/*********************************** Main tables ************************************/

/***** border for all table cells (for testing) *****/
table tr td{

	/*border:2px solid #aaaaaa;*/
	
}
table{

	/*border:2px solid #aaaaaa;*/

}




/***** Main content cell *****/
.contentcell{

	padding-left:10px;
	padding-right:0px;
	font-family:Times New Roman, Times, serif;
	font-size:12px;
	width:75%;
	
}

.sidebar{
	
	margin:0px;
	padding:0px;
	font-family:Times New Roman, Times, serif;
	font-size:13px;
	width:25%;
	
}


/***** About text *****/
.introtext tr td p{

	
	/*border: 2px solid #E2080F;*/
	padding:11px;
	margin:8px;
	margin-top:0px;
	background-color:#FCF5E9;
	font-family:Times New Roman, Times, serif;
	font-size:15px;
	border-right:1px dashed #aaaaaa;
}

/***** Contributor heading *****/
.contribtitle{
	
	font-size:24px;
	color:#980509;
	font-weight:normal;

	
}

/***** Sidebar titles *****/
.stafftitle{

	font-weight:bold;
	font-size:15px;

}

/***** Country/region *****/
.zone{

	font-style:italic;
	color:#888;

}










