
div.alumni {
	display:block;
	position:relative;
	float:left;
	width:100%;
	clear:both;
}

.alumni img, .profile img {
	float:left;
	width: 200px;
	padding: 10px 20px;
}

/*.profile img {
	float:left;
	width: 200px;
	padding: 0px 20px 0px 0px;
}*/

.profile {
	display:block;
	position:relative;
	float:left;
	vertical-align: top;
	cursor: pointer;
	color: #0075B2;
	/*padding: 10px 20px 10px;*/
	margin: 0px;
	/*width:100%;*/
}

.profile p{
	word-wrap: break-word;
}

.profile:link {
	color: #0075B2;	
}

.active {
	color: #FF8F00;
/*	border-right: solid;
	border-right-width:3px;
	border-right-color:#FF8F00;*/
}

.profile:hover {
	color: #00A8FF;
	/*background-color:#82D3FF;*/
	/*border-left:outset;
	border-left-width:5px;
	border-left-color:#4CB3FF;
	border-top:outset;
	border-top-width:5px;
	border-top-color:#4CB3FF;*/
}


.content1 {
	display:none;
	/*position: relative;
	max-height: 0;*/
  	overflow: hidden;
  	/*transition: max-height 0.2s ease-out;*/
	/*background-color:#82D3FF;*/
	/*margin: 0px 30px 20px;
	padding-right:25px;
	padding-bottom:10px;*/
	margin: 0px 20px 10px;
	padding-bottom: 10px;
	border-right:outset;
	border-right-width:5px;
	border-right-color:#4CB3FF;
	border-bottom:outset;
	border-bottom-width:5px;
	border-bottom-color:#4CB3FF;
	text-align:justify;
	clear:both;
	/*padding:10px 0px;*/
}

.year {
	text-align:right;
	white-space: nowrap;
	vertical-align: top;
	font-style:italic;
}

.nopad {
	padding: 10px 0px;	
}

