* {
	padding: 0;
	margin: 0;
}
body {
	font: 62.5% Helvetica, sans-serif;
	line-height: 2.1em;
}


#content h1 {
	font-size: 3.2em;
	font-weight: normal;
}
#content h2 {
	font-size: 2.8em;
	font-weight: normal;
}
#content h3 {
	font-size: 2.4em;
	font-weight: normal;
}
#content h4 {
	font-size: 2.1em;
	font-weight: normal;
}
a {
	color: #000;
	text-decoration: underline;
}
#content p {
	font-size: 1.4em;
	margin: 1em 0;
}
img {
	display: none;
}
strong {
	font-weight: bold;
}
li {
	font-size: 1.4em;
	list-style: disc;
	margin-left: 1em;
}
table {
	text-align: left;
	border-bottom: 2px solid #888;
	border-top: 2px solid #888;
}


#content .small {
	font-size: .8125em;
}
.downloadLink {
	display: none;
}

#header {
	padding-bottom: 1em;
	border-bottom: 1px solid #888;
	margin-bottom: 1em;
}
#nav {
	display: none;
}
#aside {
	display: none;
}
#footer {
	margin-top: 2em;
}

/*AGENDA STYLES*/

th {
	padding-top: .5em;
	font-size: 1.5em;
}
td {
	vertical-align: top;
}
td.time {
	vertical-align: top;
	padding-right: 1em;
}
#agendaList td h4 {
	font-size: 1.2em;
	font-weight: 900;
}
.workshopsByTrack h5 {
	font-size: 1.2em;
	font-weight: 100;
}
li.workshopListing {
	font-size: 1.2em;
	margin-left: 2em;
}

/*WORKSHOP STYLES*/
#workshopList td strong {
	margin-left: 0em;
}
.workshopItem {
	margin: 0 2em 2em 0;
}
#workshopList p.workshopTime {
	margin: 0;
}

/*SPEAKERS STYLES*/
#content .speaker {
	margin-bottom: 2em;
}
#content .speaker h4 {
	font-size: 1.2em;
}
#content .speaker ul li {
	margin-left: 2em;
}