body {
	background-color: #ffffff;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-variant: normal;
	text-align: center;
}

h1 {
	font-size: 1.5em;
	text-align: center;
}

h2 {
	font-size: 1.2em;
	border:0px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

p {
	margin: 6px;
	border: 0px;
	padding: 0px;
}

.sponsor {
	margin: 4px;
}

img {
	border: none;
}

legend {
	font-weight: bold;
}

#header {
	text-align: center;
}

#main_content {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}

#main_content_text {
	margin-bottom: 10px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 350px;
	float: left;
}

#nav_bar {
	padding: 5px;
	width: 100%;
	text-align: center;
}

#nav_bar a, #nav_bar a:visited {
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	border-left: 2px dotted #ffffff;
	border-right: 2px dotted #ffffff;
	padding: 2px;
	margin: 0px;
	font-size: 0.8em;
	font-weight: bold;
	color: #8F9EB5;
}

#nav_bar a.first {
	border-top: 0px;
}

#nav_bar a:hover {
	color: #000000;
	border-top: 2px dotted #000000;
	border-bottom: 2px dotted #000000;
}

#box {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 700px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

a.host, a.host:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a.host:hover {
	text-decoration: underline;
}

ul.schedule li {
	list-style-type: none;
}

.speaker {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}

#quotes {
	margin-left: 400px;
	border-top: 2px dotted #000000;
	border-bottom: 2px dotted #000000;
	padding: 10px;
	font-size: 0.8em;
	width: 300px;
	text-align: justify;
	font-style: italic;
}

.old_info {
	text-decoration: line-through;
}

#footer {
	margin-top: 10px;
	margin-bottom: 40px;
	font-size: smaller;
}
