body {
	background-color: #f0f0f0;
	float: left;
	font-family: georgia;
}
div.header p.title {
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
	padding: 0px;
	color: #00693E;
}
div.sidebar {
	text-align: center;
}
div.sidebar p.term {
	font-family: georgia;
	margin-top: -10px;
}
div.sidebar p.term a {
	color: #00693E;
}
div.sidebar p.term-all {
	padding-top: 10px;
	padding-bottom: 10px;
}
div.sidebar p.term-all a {
	font-weight: bold;
	color: #00693E;
}
div.contact p {
	color: #00693E;
	text-align: center;
}
div.contact p a {
	font-weight: bold;
	color: #00693E;
}

div.title p.quarter {
	font-family: georgia;
	font-weight: bold;
	font-size: 20pt;
	color: #00693E;
	padding-top: 20px;
}

div.title p.subtitle {
        font-family: georgia;
        font-weight: bold;
        font-size: 16pt;
        padding-top: 20px;
}

div.title p.description {
        font-family: georgia;
        font-size: 14pt;
        padding-top: 20px;
}

div.date {
	margin-bottom: -12px;
	text-align: right;
}
div.speaker0 {
	font-family: georgia;
	background-color: #ececec;
	border: 2px solid #c0dcc6;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	margin-bottom: 10px;
}
div.speaker1 {
	font-family: georgia;
	background-color: #d9ecdd;
	border: 2px solid #c0dcc6;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	margin-bottom: 10px;
}
div.speaker1 p.date, div.speaker0 p.date {
  font-weight:bold;
}
div.speaker1 p.name, div.speaker0 p.name {
	font-weight: bold;
	font-size: 16pt;
	margin: 0px;
}
div.speaker1 p.school, div.speaker0 p.school {
	font-weight: bold;
	font-size: 12pt;
	margin-left: 20px;
	margin-top: 0px;
}
div.speaker1 p.title, div.speaker0 p.title {
	font-style: italic;
	margin-left: 40px;
	margin-top: 15px;
}
div.speaker1 p.abstract, div.speaker0 p.abstract {
	margin-left: 60px;
	width: 500px;
}

div.error {
	font-weight: bold;
	font-style: italic;
	color: #822830;
	font-size: 20pt;
}
