#browser {
	font-family: Verdana, helvetica, arial, sans-serif;
	background: #fff;
	color: #333;
}

a img { border: none; }

/* columns of terms */
.column { float:left; width: 200px; padding: 2px; background-color: #ffffff;}
	.column a { text-decoration: none; }
	.column a:hover { text-decoration: underline; }
.innerColumn { float:left; width: 48%; padding: 2px; vertical-align: top; background-color: #ffffff; }
#termRegion ul, #termRegion li {background-color: #ffffff; }

/* li link that opens/closes related links /topics */
.toggler { cursor: pointer; }

	.toggler:hover { text-decoration: underline; }
/* boxes that contain the related links/topics */
.relLinks { 
	width: 743px;
	position: absolute;
	z-index: 5000;
	display:none;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-ktml-opacity: 1.0;
	background-color: #EFECE7;
	margin: 5px;
	border: 1px solid #E4E0D8;
	padding: 5px;
	float: left;
	margin-top:-3px;
	margin-left:-322px;
	}
	.relLinks ul li {
		margin: 2px;
	}
	.relLinks ul {
		padding: 5px;
		/*padding: 15px;*/
		background-color: #EFECE7;
	}
	
	.subTermContent {
		height: 200px;
		overflow-y: auto;
		padding: 2px;
		background-color: #ffffff;
		margin: auto;
	}
	
	/* header in the window */	
	.relpagedheading
	{
		font-weight:normal; 
		font-size:smaller; 
		margin-left:20px; 
		margin-top:8px;
	}
	
	/* link to close window */
	.closeLink
	{
		border: 1px solid #c0c0c0;
		padding: 2px;
		float:right;
		cursor: pointer;
	}
	.closeLink a {
		cursor: pointer;
	}
	.closeLink a:hover {
		text-decoration: underline;
	}
	
a, a:visited {color: #9c5221;}
a:hover { color: #532600; text-decoration:underline;}