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


	body{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 18px;
		background-color: #F4F4EE;
	}
	
	.highlight{
	margin: 0 auto;
	width: 750px;
	border: 1px solid #E3E3DE;
	background-color: #FFFFFF;
	border-top: 2px solid #DBDBD6;
	padding: 50px;






	padding-top: 20
`;
	padding-bottom: 10px;
	background-image: url(../images/rothman-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	;
	}
	
	.content{
	margin: 10px;
	background-color: #F4F4EE;
	padding: 30px;
	padding-top: 10px;
	margin-top: 0px;
	}
	
	.description{
		text-align: left;
		width: 600px;
		line-height: 18px;
		color: #333333;		
	}
	
	.highlight h1{
	background-color: #303360;
	font-size: 32px;
	color: #E7E7E2;
	padding: 10px;
	margin: 0px 10px;
	}
	
	h1 small{
		display: block;
		font-size: 14px;
		font-weight: bold;
		color: #E7E7E2;
		padding-bottom: 6px;
	}
	
	.below_h1{
	background-color: #303360;
	color: #F4F4EE;
	margin: 0px 10px 0px;
	padding: 20px 30px;
	line-height: 18px;
	}
	
	.below_h1 p{
		font-size: 1.1em;
		letter-spacing: 0.05em;
		line-height: 19px;
		color: #E7E7E2;
	}
	
	.content h1{
		background-color: transparent;
		margin: 10px 0px;
		padding: 0px;
		color: #000000;
	}
	
	h3{
		font-size: 14px;
		margin: 0px;
	}
		
	p{
		margin-top: 5px;
		font-family: Arial, sans-serif;
		font-size: 1.1em;
		line-height: 18px;
	}
	
	small{
		font-size: 12px;
		color: #333333;
	}
	
	ul{
		width: 360px;
		padding: 15px;
		border-right: 1px dotted #999999;
		margin-top: 0px;
	}
	
	ul li{
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #999999;
	}
	
	a{
		color: #303360;
	}
	
	a div{
		text-decoration: underline;
	}
	
	a:hover{
		color: #990000;
	}
	
	.video_clips{
		margin-bottom: 20px;
	}
	
	#video_player{
		border: 10px solid #333333;
	}
	
	.speakers{
		color: #666666;
	}
