.archived {
	display: none;
}

h3 {
	line-height: 1.25em;
}
h3 span {
	display: block;
}

div.presentation {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	border-bottom: 1px solid #e1e1e1;
}

div.presentation:last-child {
	border: none;
}

div.presentation:hover {
	
	border-bottom: 1px solid #b5b5b5;
	background-color: #f7f8ff;
}

div.buttons {
	padding: 0px 0px 10px 0px;
}

a.bio {
	padding: 3px 0px 0px 0px;
	margin-left: 10px;
	color: #484848;
	text-decoration: none;
	float: left;
	border-bottom: 1px dotted #484848;
}

a.bio:hover {
	padding: 0px;
	margin: 3px 0px 0px 10px;
	border: none;
	background-color: #484848;
	color: #ffffff;
}

a.register {
	display: block;
	width: 125px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../../images/subpage/register.png) no-repeat 0px 0px;
	float: left;
}

a.register:hover {
	background-position: 0px -25px;
}

a.complete {
	background-position: 0px -50px;
}

a.complete:hover {
	background-position: 0px -50px;
	cursor: default;
}

div.downloadGroup {
	margin-left: 20px;
	background-color: transparent;
}

div.downloadGroup ul, div.downloadGroup li {
	background-color: transparent;
}

div.bio {
	margin-left: 20px;
	padding: 10px 25px 10px 15px;
	border-left: 3px solid #115387;
	font-style: italic;
	font-size: 1em;
	color: #5c5c5c;
}

.js div.bio {
	display: none;
}

div.bio img {
	display: block;
	float: left;
	padding: 3px;
	margin: 5px 0px;
	border: 1px solid #ebebeb;
}

div.bio p {
	display: block;
	margin: 5px 0px 5px 15px;
	padding: 0px;
	width: 520px;
	float: left;
	line-height: 1.5em;
	color: #5C5C5C;
	zoom: 1;
}
