/* ====================== 
	organizational chart
	======================*/
	TABLE.organizationalChart TD.headcell, TD.cell
	{
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: xx-small; 
		line-height: 137%; 
		text-align:center; 
	}

	TABLE.organizationalChart TD.headcell
	{
		background-color:#c5d8e1; 
	}
		
	TABLE.organizationalChart TD.cell
	{
		background-color:#c0e0ff; 
	}
	
/*=========================
	Contents
=========================*/	
	UL.contents li {
		font-size: x-small;
		font-weight: bold;
		list-style-type: none;	
	}
	
	UL.contents ul li{
		list-style-type: square;	
		font-weight: normal;
	}
	

/*=========================
	general
=========================*/	
.article {
width: 700px;
/*width: 72ex;*/
}

.imagearea {
width: 500px;
/*width: 72ex;*/
}

TD.workareaLastModified {
	color: #2c8593;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	padding-top: 10px;
}

/*~* tool box *~*/
A.toolbox, A.toolbox:hover {
	/*font-size: 10px;*/
	font-size: xx-small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #63a1a9;
	text-decoration: underline;
}

A.toolbox:hover {
	color: #2b5566;
}

/*=========================
	exit icon
=========================*/	
img.icon {
	border: none;
}

a.icon {
	cursor: default;
	text-decoration: none;
}

/*========================
	'clear' paragraphs or other content after floating images
========================*/
.clear {
 clear: both;
}

/*=======================
		Staff Profile
=======================*/
.staff {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/*========================
		H and link
=========================*/
a.H1_link, a.H1_link:hover, a.H1_link:highlighted, a.H1_link:focus {
	font-size:115%;
}

a.H2_link, a.H2_link:hover, a.H2_link:highlighted, a.H2_link:focus {
	font-size:95%;
}

a.H3_link, a.H3_link:hover, a.H3_link:highlighted, a.H3_link:focus {
	font-size:85%;
}

a.H4_link, a.H4_link:hover, a.H4_link:highlighted, a.H4_link:focus {
	font-size:75%;
}

a.H5_link, a.H5_link:hover, a.H5_link:highlighted, a.H5_link:focus {
	font-size:65%;
}

a.H6_link, a.H6_link:hover, a.H6_link:highlighted, a.H6_link:focus {
	font-size:55%;
}

/*===========================
		Image Gallery
===========================*/
div.gallery_images {
	padding-left:0px; 
	padding-top:0px;
}

div.galleryItem {
	width: 130px; 
	height: 100px;
	float:left; 
	margin-top: 5px; 
	margin-left: 5px; 
	text-align:center;  
	background-color:#f5f5f5;
	padding:5px; position: relative;
	border: 1px solid #aaaaaa;
}
						  
	div.galleryItem img {
		height:100px; 
		width:125px; 
		display:block; 
		margin:auto;
	}
	
a.galleryItemLink {
width:125px; 
display: none;

} 