body {
	background: #fff url('../images/bg.gif') top left repeat-y;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	}

body, h1, h2, h3, h4, h5, h6, p, li, ul, ol, input, tr, td, div {
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #000;
	}
	
form {
	margin: 0px;
	padding: 0px;
	}
	
input {
	margin-bottom: 5px;
	}
	
p, li, ul, ol {
	font-size: 13px;
	line-height: 130%;
	}

h1 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 134px;
	}
	
#date {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 148px;
	left: 0;
	width: 220px;
	text-align: center;
	color: #f6eee1;
	font-size: 11px;
	}
	
h2 {
	margin-top: 0;
	color: #006782;
	}
	
h3 {
	color: #006782;
	padding-bottom: 2px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #006782;
	}
	
h3 + p {
	margin-top: 4px;
	}
	
a:link {
	color: #006782;
	font-weight: bold;
	text-decoration: underline;
	}
	
a:visited {
	color: #006782;
	font-weight: bold;
	text-decoration: underline;
	}
	
a:hover {
	color: #006782;
	font-weight: bold;
	background-color: #ccc;
	text-decoration: none;
	}
	
a:active {
	color: #fff;
	font-weight: bold;
	background-color: #ccc;
	text-decoration: none;
	}
	
.error {
	color: #006782;
	}
	
.name {
	font-style: italic;
	font-family: Georgia, serif;
	/*color: #444;*/
	color: #006782;
	}
	
.title {
	font-style: italic;
	font-weight: bold;
	color: #333;
	}
	
.session {
	padding: 6px 0 6px;
	}
	
.event-name {
	font-weight: bold;
	/*color: #006782;*/
	color: #000;
	}

.highlight-event {
	color: #006782;
	}
	
.location {
	font-weight: bold;
	}
	/*
table.agenda {
	background: #000;
	}
	
table.agenda td {
	background: #fff;
	}
	
table.agenda td.time {
	width: 100px;
	background: #ddd;
	font-weight: bold;
	}
	*/
	
table.agenda td {
	border-top: 1px solid black;
}

table.agenda td.time {
	width: 100px;
	/*font-weight: bold;*/
}


.copyright {
	margin-top: 50px;
	font-size: 11px;
	}
	
.copyright a:link {
	color: #006782;
	font-weight: normal;
	text-decoration: none;
	}
	
.copyright a:visited {
	color: #006782;
	font-weight: normal;
	text-decoration: none;
	}
	
.copyright a:hover {
	color: #006782;
	font-weight: normal;
	background: #ccc;
	text-decoration: none;
	}
	
.copyright a:active {
	color: #fff;
	font-weight: normal;
	background: #ccc;
	text-decoration: none;
	}
	
#content {
	margin: 60px 10% 20px 253px;
	padding: 0;
	background-color: #fff;
	font-family: arial, sans-serif;
	font-size: 13px;
	position: relative;
	}
	
#menu {
	position: absolute;
	top: 180px;
	left: 22px;
	width: 180px;
	font: bold 15px/18px arial, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: circle;
	}
	
#menu li {
	color: #dddddd;
	margin: 0;
	padding: 0;
	}
	
#menu a:link {
	font-weight: normal;
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	}
	
#menu a:visited {
	font-weight: normal;
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	}
	
#menu a:hover {
	font-weight: normal;
	color: #dddddd;
	background-color: transparent;
	}
	
#menu a:active {
	font-weight: normal;
	color: #dddddd;
	background-color: transparent;
	}
	
#menu a.selected {
	font-weight: normal;
	color: #dddddd !important;
	}

.indent {
	margin-left: 25px;
	}
	
.print {
	display: none;
	}

.download, .download-ppt {
	font-size: 11px;
	line-height: 13px;
	color: #666;
	white-space: nowrap;
	}
	
.download a, .download-ppt a {
	padding-left: 15px;
	background-image: url("../images/pdf_icon.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}
	
.download-ppt a {
	background-image: url("../images/ppt_icon.gif");
	padding-left: 17px;
	}

ul#member-companies {
	margin-top: 0;
}

span.linetwoname {
	padding-left: 4em;
}