body {
	margin: 0px;
	padding: 0px;	
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff url(../interface/bg_site.png) repeat-x;
	background-position: 0px 80px;
}

#container {
	margin: 0 auto;
	width: 824px;
}

#header {
	text-align: left;
	height: 62px;
	margin-top: 20px;
}

#headline {
	width: 824px;
	height: 227px;
	background: url(../interface/bg_header.png);
	text-align: left;
	color: #ffffff;	
	margin-bottom: 53px;
}

#headline_feature {
	float: left;
	width: 249px;
	margin-top: 43px;
	margin-left: 30px;
	font-size: 28px;
}

#headline_copy {
	float: right;
	width: 508px;
	margin-top: 43px;
	margin-right: 22px;
	font-size: 16px;
}

#headline_copy .desc {
	margin-bottom: 25px;
	margin-top: 0px;
	line-height: 22px;
	font-size: 16px;
}

#headline_copy p {
	margin-bottom: 0px;
	margin-top: 6px;
	font-size: 14px;
}

#featuring {
	color: #999999; 
	text-align: left;
	margin-left: 30px;
}

.content_headline {
	color: #f27d28;
	font-size: 14px;
	font-weight: bold;
}

#featuring .bioblock {
	float: left;
	width: 250px;
	border-right: 1px solid #eaebeb;
	margin-right: 14px;
	height: 300px;
}

#featuring .biolast {
	float: left;
	width: 250px;
	border-right: none;
	margin-right: 0px;
}

.bioblock .bioimage {
	float: left;
	width: 56px;
}

.bioblock .bioheadline {
	float: left;
	width: 170px;
	margin-left: 9px;
}

.bioblock .bioheadline .name {
	display: block;
	font-size: 17px;
	margin-top: 5px;
	margin-bottom: 7px;
}

.bioblock .bioheadline .company {
	display: block;
	font-size: 11px;
}

.bioblock .bioheadline .company a {
	display: block;
	font-size: 11px;
	color: #999999;
}

.bioblock .biocopy {
	width: 230px;
	font-size: 12px;
	line-height: 16px;
	clear: both;
	padding-top: 17px;
}

.bioblock .biocopy ul {
	margin-left: 15px;
	padding-left: 0px;	
}

.bioblock .biocopy li {
	margin-left: 0px;
	padding-left: 0px;	
	margin-bottom: 10px;
	list-style-image: url(../interface/bio_bullet.png); 
}

#eventdetails {
	color: #999999; 
	text-align: left;
	margin-left: 30px;
	clear: both;
}

#eventdesc {
	float: left;
	width: 500px;	
}

#eventdesc a {
	color: #999999;
	text-decoration: underline;
}

#eventdesc a:hover {
	color: #999999;
	background: #eeeeee;
	text-decoration: underline;
}

#eventdetails .sponsoredby {
	display: block;
	font-size: 10px;
	margin-bottom: 10px;
}

#eventdetails .sponsoredby a {
	font-size: 10px;
	color: #999999;
}

#eventregister {
	float: right;
	width: 236px;
	margin-right: 29px;
	padding-top: 15px;	
	text-align: left;
	font-size: 12px;
	line-height: 16px;	
}

#eventregister a {
	color: #999999;
}

.event_confirmation {
	display: block;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 20px;
}

#clear {
	clear: both;
	height: 20px;
}

/* POPUP */
#backgroundPopup {
	display: none;
	position: fixed;
	_position: absolute; /* IE 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 1;
}

#popupContact {
	display: none;
	position: fixed;
	_position: absolute; /* IE 6*/
	height: 510px;
	width: 408px;
	background: #FFFFFF;
	border: 2px solid #cecece;
	z-index: 2;
	padding: 12px;
	font-size: 13px;
}

#popupContact h1 {
	text-align: left;
	color: #6FA5FD;
	font-size: 22px;
	font-weight: 700;
	border-bottom: 1px dotted #D3D3D3;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

#popupContactClose {
	font-size: 14px;
	line-height: 14px;
	right: 6px;
	top: 4px;
	position: absolute;
	color: #6fa5fd;
	font-weight: 700;
	display: block;
	cursor: pointer;
}

#popupContact p {
	text-align: left;
}

.formhelp {
	text-align: left;
	font-size: 12px;
	color: #333;
	padding: 10px;
}

fieldset {
	margin: 0px;
	padding: 15px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 4px solid #fff;
	background: #f4f4f4;
	}
	
label {
	float: left;
	width: 125px;
	margin-right: 10px;
	padding: 5px 5px 5px 0px;
	text-align: left;
	font-size: 13px;
	}	

.field {
	float: right;
	padding: 5px;
	border: 1px solid #666;
	background: #fff;
	width: 200px;
	margin-right: 25px;
}
