body {
	background-color: white;
	color: black;
	font-size: 90%;
	font-family: Tahoma, Verdana, sans-serif;
	line-height: 1.3;
	border-width: 0;
	margin: 0;
	padding: 0;
}

#left {
	position: absolute;
	left: 0;
	top: 0;
	width: 145px;
	height: 580px;
	background-color: #eeeeee;
	color: #555555;
}

#center {
	margin-top: 0;
	margin-left: 145px;
	margin-right: 145px;
	padding-top: 0;
	padding-left: 1em;
	padding-right: 1em;
}

#right {
	position: absolute;
	right: 0;
	top: 0;
	width: 145px;
	height: 580px;
	background-color: #eeeeee;
	color: #555555;
}

a:link {
	color: #f26711;
}

a:visited {
	color: #777777;
}

a:hover {
	color: #f26711;
	text-decoration: underline;
}

h1 {
	color: #555555;
	font-size: 2.5ex;
	line-height: 1;
}

h2 {
	color: #555555;
	font-size: 2.25ex;
	line-height: 1;
}

/***
 *** Side Navigation Menus
 ***/

div.navmenu {
	padding: 0;
	margin: 0;
}

div.navmenu a {
	display: block;
	margin: 0;
	width: 100%;
	padding: 0.2em;
	text-indent: 1em;
	text-decoration: none;
}

div.navmenu a:link, div.navmenu a:visited {
	color: #555555;
}

html>body div.navmenu a {width: auto;}

div.navmenu a:hover {
	background-color: #777777;
	color: white;
	text-decoration: none;
}

div.navmenu div.title {
	background-color: #eeeeee;
	color: #f26711;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 110%;
	text-indent: 0.2em;
	padding: 1.5em 0.5em 0.5em 0.5em;
}

/***
 *** News Items
 ***/

ul.news {
	background-color: white;
	color: black;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.news li {
	padding: 0.25em 0.25em 0.25em 2em;
}

ul.news li.date {
	background-color: #777777;
	color: white;
	font-weight: bold;
	padding: 0.25em;
	/* padding: 0.5em 0.25em 0.5em 0.25em; */
}

/***
 *** FAQ
 ***/

ol.faq {
}

ol.faq li p.question {
	font-weight: bold;
}

ol.faq li p.answer {
	font-weight: normal;
}

/***
 *** Presentations
 ***/

ul.presentations {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.presentations li {
	padding: 0.5em;
}

ul.presentations li.title {
	background-color: #555555;
	color: white;
	font-weight: bold;
}

ul.presentations li.description {
}

.filename {
	font-family: "Courier New", Courier, monospace;
}

/***
 *** Schedule
 ***/

ul.schedule {
	background-color: white;
	color: black;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.schedule li {
	padding: 0.25em 0.25em 0.25em 2em;
}

ul.schedule li.odd {
	background-color: white;
	color: black;
}

ul.schedule li.even {
	background-color: #eeeeee;
	color: black;
}

ul.schedule li.date {
	background-color: #555555;
	color: white;
	font-weight: bold;
	padding: 0.25em;
}

ul.schedule div.time {
	float: left;
	width: 50px;
	margin-right: 25px;
}

ul.schedule span.talk {
	font-weight: bold;
}

/***
 *** Column layouts
 ***/
div.column {
	float: left;
}

div.spacer {
	clear: both;
}

ul.plain {
	list-style: none inside;
}
