/* CSS Document */
/* WEBINAR LANDING PAGE */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	
}
#mainbody {
	width: 875px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #D3B48E;
	
}
#header {
	width: 875px;
	height: 100px;
	background-color: #C98D4A;
	background-repeat: repeat x;
	border-bottom: 5px solid #D3B48E;
	clear: both;
	
}
#rtpanel {
	background-color: #E3C198;
	width: 250px;
	float: left;
	margin: 0px;
	padding: 170px 5px 0px 5px;
	font-size: 12px;
		
}
#rtpanel h5 {
	font-size: 13px;
	color: #CC0000;
	display: block;
	width: 100px;
	margin: 0px 10px 0px 5px;
	padding: 0px 0px 2px 2px;
	border-bottom: 2px solid #007C86;
}
#lftcontent {
	float: left;
	width: 590px;
	background-color: #FFFFFF;
	border-right: 5px solid #D3B48E;
	font-size: 12px;
}
#circle {
	background-image: url(../images/webinars/circle_oligo.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 253px;
	width: 253px;
	top: 15px;
	left: 550px;
}
#content {
	width: 875px;
	background-color: #E3C198}
#footer {
	clear: both;
	width: 875px;
	height: 25px;
	background-color: #007C86;
}
#content h2 {
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	margin: 20px 30px 0px 20px;
	padding: 0px;
}
#content h3 {
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	margin: 20px 30px 0px 20px;
	padding: 0px;
}
#reginow {
	width: 185px;
	height: 65px;
	font-size: 17px;
	font-weight:bold;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
#content p {
	margin: 15px 20px 0px 20px;
	padding: 0px;
	
}
#content ul li {
	color: #CC0000;
	margin: 0px;
	padding: 0px;
	list-style-type: square;
	font-size: 14px;
}
#content input#regnow {
	width: 400px;
	height: 30px;
	color: #ff0000;
	font-size: 14px;
	font-weight:bold;
	margin: 20px 0px 0px 20px;
	padding: 0px;
}
.blk {
	color: #000000;
}
.orange {
	color: #FF6600;
}
.white {
	color: #ffffff;
}
.redheadline {
	font-size: 14px;
	color: #CC0000;
}
