body {
	background-color: white;
	color: black;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	overflow-y: hidden;
}
a {
	color: black;
	text-decoration: none;
}
#navigation {
	position: fixed;
	top: 10px;
	left: 10px;
}
#topRow {
	border-bottom: 1px solid #FF66CC;
	padding-bottom: 5px;
	margin-left: 10px;
	position: absolute;
	width: 2000px;
	overflow: hidden;
	left: 0px;
	top: 0px;
}
#closeall {
	color: #999999;
	visibility: hidden;
}
#closeall a {
	color: #999999;
}
#unhover {
	position: absolute;
	left: 0px;
	top: 25px;
	width: 700px;
	height: 70px;
	visibility: hidden;
}
#menu {
	position: absolute;
	left: 0px;
	top: 30px;
}
.menuContainer {
	position: absolute;
	width: 150px;
}
.menuSeparator {
	position: absolute;
	top: 5px;
}
.menu {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 14px;
}
.item {
	visibility: hidden;
	line-height: 14px;
	margin-bottom: 1px;
}
.item a {
	padding-left: 10px;
	padding-right: 10px;
}
.item a:hover {
	color: white;
}
#info {
	position: absolute;
}	
#popup {
	visibility: hidden;
	position: absolute;
	top: 89px;
	width: 255px;
	height: 480px;
	border: 1px solid black;
	background-color: white;
}
#headline {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 255px;
	height: 35px;
	margin-top: 12px;
	margin-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
}
#popup .hr {
	position: absolute;
	top: 36px;
	left: 1px;
	width: 254px;
	height: 2px;
	background-image: url(dots.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 9px;
	padding-top: 0px;
}
#content p {
	color: #353535;
	font-weight: normal;
	margin-left: 19px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 14px;
}
#content h1 {
	color: black;
	font-size: 100%;
	padding: 0px;
	margin-left: 19px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 14px;
}
#content a {
	color: #353535;
	text-decoration: underline;
}
#scrollarea {
	position: absolute;
	top: 0px;
}
#students {
	position: absolute;
	top: 112px;
}
.student {
	position: absolute;
	top: 0px;
}
.student img {
	border: none;
}
.images {
	position: absolute;
	top: 3px;
	left: 38px;
	height: 500px;
	overflow: hidden;
}
.images img {
	position: absolute;
	top: 0px;
}
.invisible {
	visibility: hidden;
}
#scrollUp {
	position: absolute;
	left: 245px;
	top: 461px;
	z-index: 2;
	cursor:pointer;
}
#scrollTrack {
	position: absolute;
	left: 245px;
	top: 38px;
	z-index: 3;
}
#scrollDrag {
	position: absolute;
	left: 245px;
	top: 38px;
	width: 10px;
	height: 130px;
	background-color: black;
	z-index: 4;
	cursor: pointer;
}
#scrollDown {
	position: absolute;
	left: 245px;
	top: 472px;
	z-index: 5;
	cursor: pointer;
}
#contentMask {
	border-right: 1px solid black;
	position: absolute;
	left: 0px;
	top: 38px;
	width: 244px;
	height: 442px;
	clip: rect(0,245px,442px,0);
	overflow: hidden;
	z-index: 6;
}
#content {
	position: absolute;
	padding-top: 11px;
	left: 0px;
	top: 0px;
	width: 245px;
}
.text {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	visibility: hidden;
}