@charset "UTF-8";
/* CSS Document */


#bio {
	color: #ddd;
	width: 340px;
	position: absolute;
	top: 360px;
	right: 0px;
	line-height: 1.5em;
	font-size:.9em;
	z-index: 3;
	overflow:auto;
	height:450px;
	padding:2em;
}	
#topLeftScrollTrack { 
	position: absolute; 
	top: 0em; left: 31em; 
	width: 0.8em; 
	height: 29em;
	margin: 0em;
	padding: 0em; 
	background: #ccc;
	}
	
#topLeftScrollThumbTrack {
	position: absolute; 
	top: 0px; left: 0em; 
	width: 0.575em; 
	height: 29em;
	margin: 0em;
	overflow: visible; 
	}
		
#topLeftScrollThumb { 
	position: absolute; 
	top: 0em; left: 0em; 
	width: 0.875em; 
	height: 8.50em;
	margin: 0em;
	border: none; 
	}
	
#topLeftContentClip { 
	position: absolute; 
	top: 0em; left: 0em; 
	width:30em;
	height: 29em;
	margin: 0em;
	overflow: hidden;
	}
	 
#topLeftContent { 
	position: absolute; 
	top: 0em; left: 0em; 
	width: 100%;
	height: auto;
	margin: 0em;
	
	}
#staff_bios {
	position: absolute;
	top: 220px;
	right: 200px;
	z-index: 4;
	}

#staff {
	width: 300px;
	position: absolute;
	top: 500px;
	right: 40px;
	line-height: 1.2em;
	font-size:.9em;
	z-index: 3;
	color:#999999;
	}
.title {
	line-height:.2em;
	font-weight:bold;
	font-size:1.2em;
	color:#6d8ea1;
	}	
a:link {
	text-decoration:none;
	color:#CCCCCC;
	}
a:visited {
	text-decoration:none;
	color:#CCCCCC;
	}	
a:hover {
	text-decoration:none;
	color:#999999;
	}
a:focus {
	outline:none;
	}		
	
#photo {
	z-index: 3;
	position:absolute;
	top:250px;
	right:100px;
	}
.name {
	font-size:1.2em;
	color:#7b919a;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	}
	
#bio_links {
	position:absolute;
	top:500px;
	right:430px;
	line-height:.9em;
	font-size:.9em;
	color:#333333;
	z-index:4;
	text-align:right;
	}
		
#link_names {
	position:absolute;
	top:280px;
	right:430px;
	line-height:1.0em;
	font-size:.9em;
	color:#333333;
	z-index:4;
	text-align:right;
	}
		
#link_names p, #bio_links p {
	margin: 0;
	padding: 0;
	}
		
#link_names a, #bio_links a {
	color:#F4F2F2;
	text-decoration:none;
	}

#link_names a:visited, #bio_links a:visited {
	color:#F4F2F2;
	text-decoration:none;
	}	
#link_names a:hover, #bio_links a:hover{
	color:#333333;
	}

a:focus {
	outline:none;
	}				
		
