div#forensic-header {
	height: 92px;
	padding-top: 20px;
	padding-left: 11px;
	border-left: 1px solid #CCC;
	overflow: hidden;
}

#forensic-header img {
	display: block;
}

#forensic-header a {
	display: block;
	float: left;
	width: 116px;
	height: 1px;
	padding-top: 29px;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/forensic-nav.gif);
}

a#forensic-home {
	background-position: 0 0;
}

a#forensic-home:hover {
	background-position: 0 -31px;
}

a#forensic-registration {
	background-position: -116px 0;
}

a#forensic-registration:hover {
	background-position: -116px -31px;
}

a#forensic-presenters {
	background-position: -232px 0;
}

a#forensic-presenters:hover {
	background-position: -232px -31px;
}

a#forensic-schedule {
	background-position: -348px 0;
}

a#forensic-schedule:hover {
	background-position: -348px -31px;
}

a#forensic-travel {
	background-position: -464px 0;
}

a#forensic-travel:hover {
	background-position: -464px -31px;
}

div#forensic-columns {
	width: 580px;
	padding-left: 11px;
	border-left: 1px solid #CCC;
	overflow: hidden;
}

#forensic-columns h2 {
	font-size: 18px;
	padding: 0;
	margin: 20px 0 10px;
}

#forensic-columns p {
	padding: 0;
	margin: 15px 0;
}

div#forensic-left {
	width: 330px;
	float: left;
	line-height: 150%;
}

div#forensic-right {
	width: 232px;
	float: right;
	padding-top: 20px;
}

div#forensic-full {
	line-height: 150%;
}

#forensic-right .speaker {
	display: block;
	height: 83px;
	background: #EEE;
	border: 1px solid #EEE;
	padding: 2px;
	margin-bottom: 3px;
	font-style: italic;
	color: #666;
}

#forensic-right .speaker:hover {
	text-decoration: none;
	border: 1px solid #CAE4FF;
	background: #F0F8FF;
}

#forensic-right .speaker img {
	display: block;
	float: left;
	border: 0;
	background: url(../images/forensic-img-bg.gif);
	padding: 4px;
	margin-right: 5px;
}

#forensic-right .speaker strong {
	display: block;
	padding: 8px 0 3px;
	font-style: normal;
}

#forensic-right .speaker span {
	font-style: normal;
}

p.forensic-special {
	border: 1px solid #CCC;
	padding: 10px 3px !important;
	background: #FFFFEC;
	font-style: italic;
	margin-top: 30px;
}

.presenter {
	width: 590px;
	padding: 5px 0 10px;
	border-top: 1px solid #DFDFDF;
	overflow: hidden;
}

.presenter img {
	display: block;
	float: right;
	padding-top: 16px;
}

.presenter p {
	width: 390px;
}

.presenter strong {
	font-size: 120%;
}