html, body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-size: 0.76em;
	color: #000000;
}
a {
	text-decoration: none;
	color: #000000;
}
h1 {
	font-size: 1.5em;
	line-height: 1.500;
	padding: 5px 0px 5px 5px;
	color: #000000;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.500;
	color: #000000;
}
h2.highlight {
	padding: 5px 0px 5px 5px;
	border-bottom: 2px solid #dddddd;
	color: #000000;
}
h3 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.500;
	color: #000000;
}
#pagewidth {
	width:100%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#header {
	position:relative;
	height:85px;
	width:100%;
	color: #000000;
	margin: 0;
	padding: 10px 0px 0px 0px;
}
#meetingtitle {
	font-size: 1.5em;
	color: #000000;
	font-weight: bold;
	margin: 0;
	padding: 10px 10px 0px 10px;
}
#tinydate {
	font-size: 0.9em;
	color: #eeeeee;
}
#top-small-links {
	display: none;
}
#menu {
	display: none;
}
#wrapper {
	background-color: #FFFFFF;
}
#rightcol {
	display: none;
}
#maincol {
	width: 100%;
}
#maincontent {
	padding: 15px 20px 20px 20px;
}

#registration {
	width: 96%;	
	border: 1px solid #eeeeee;	
	margin-bottom: 10px;
}
#registration h2 {
	color: #000000;
	margin: 0;
	padding: 5px 10px 0px 10px;
}
#registration p {
	margin: 0;
	padding: 5px 10px 20px 10px;
}

.agendatable {
	border-collapse: collapse;
}
.agendatable tr td {
	padding: 4px 4px 4px 4px;
	border-top: 1px solid #c6d9f1;
	line-height: 1.300;
	vertical-align: top;	 
}
.agendatable tr td ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.agendatable tr td.agendatable-heading {
	border-top: none;
	border-bottom: 2px solid #4f81bd;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0px;
}
.agendatable tr td.plain {
	border-top: none;
	border-bottom: none;
}
.agendatable tr.even td {
	background-color: #e0f1f8;
}
#hotelinfo {
	width: 96%;
}
#hotelinfo tbody tr td {
	width: 50%;
	padding-left: 3px;
}
.featureimage {
	border: 2px solid #e1e1e1;
}
.hotelname {
	font-size: 14px;
	font-weight: bold;
}
#cancellations {
	border: 1px solid #eeeeee;
	padding: 5px;
	background-color: #ebebeb;
}
#footer {
	display: none;
}

/* *** Float containers fix: *** */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  

br.clearbr {
	clear: both;
	height: 1px;
	margin-bottom: 0px;
	margin-top: 0px; 
	padding-bottom: 0px; 
	padding-top: 0px;
}

 
 
