body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%;
	background-color: #808080;
}

body * {
	margin: 0;
	padding: 0;
}

a,a:visited {
	color: #666;
}

a:hover,a:active,a:focus {
	color: #888;
}

a.lang {
	font-weight: bold;
	text-decoration: none;
	padding: 1px 4px;
}
a.lang.active {
	background-color: #000;
	color: #fff !important;
}
a.lang.active:hover {
	color: #eee !important;
}

img {
	border: 0;
}

table {
	border: 0;
	border-spacing: 5px;
	border-collapse: separate;
}

td {
	vertical-align: top;
	text-align: justify;
}

td td {
	padding: 0.5em;
}

p {
	margin-bottom: 0.5em;
}

table h1 {
	font-size: 600%;
	letter-spacing: -0.05em;
	font-weight: bold;
	margin-bottom: -0.1em;
}

h1+em {
	font-size: 220%;
	letter-spacing: -0.05em;
	font-style: normal;
}

h2.margin {
	font-size: 100%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 1.5em 0;
}

.program {
	font-size: 90%;
	list-style: none;
	text-align: left;
}

.program h2 {
	font-size: 150%;
	font-weight: normal;
}

.program li {
	margin-bottom: 0.5em;
}

.program .date {
	font-size: 90%;
}

.borderRight {
	border-right: 1px solid black;
}

.borderTop {
	border-top: 1px solid black;
}

.readMore {
	float: right;
}

/*****************/
#header {
	float: left;
	width: 100%;
	padding: 0.5em 0;
}

#topNavi {
	list-style: none;
	font-weight: bold;
	font-size: 110%;
	text-transform: lowercase;
	width: auto;
	float: left;
	margin-top: 1%;
}

#topNavi li {
	text-align: right;
}

#topNavi a {
	color: #222;
	text-decoration: none;
}

#topNavi a:hover,#topNavi a:active,#topNavi a:focus {
	color: #666;
	text-decoration: underline;
}

#bar {
	border-top-style: double;
	border-top-color: black;
	border-top-color: black;
	border-bottom: solid 1px black;
	clear: both;
	margin: 0.1em 0;
	padding: 0.1em 0;
}

#bar td.left {
	text-align: left;
}

#bar td.center {
	text-align: center;
}

#bar td.right {
	text-align: right;
}

#body {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #666;
	padding: 2px;
}

#sponsors,#contact,#program,#archive,#speakers,#comingsoon {
	width: 95%;
	float: left;
}

#sponsors h2,#contact h2,#archive h2,#speakers h2,#comingsoon h2 {
	letter-spacing: -0.05em;
	border-top: 1px solid black;
	margin-top: 0.5em;
	padding-top: 0.5em;
}

#description h2 {
	letter-spacing: -0.05em;
	font-size: 250%;
}

#publication {
	float: left;
	margin-top: 6px;
	padding-right: 7px;
	width: 98%;
}

#publication h2 {
	letter-spacing: -0.05em;
	padding-top: 0.5em;
}

#sponsors ul {
	list-style: none;
}

#sponsors ul li {
	margin: 0.8em 0;
	text-align: left;
}

#content>h1 {
	font-size: 120%;
	text-align: center;
	margin: 0.5em 0;
}

.lecturerName {
	font-size: 150%;
	font-weight: bold;
	display: block;
}
.lecturerInfo {
	font-style: italic;
	display: block;
}
.title {
	font-size: 150%;
	text-align: left;
	display: block;
}
.dateAndLocation {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}
.descriptionContent {
	display: block;
	margin-bottom: 15px;
	line-height: 140%;
}

ul.media {
	margin-bottom: 10px;
	float: left;
	clear: both;
}
ul.audio {
	margin-left: 30px;
	margin-bottom: 10px;
}

ul.media li {
	float: left;
	list-style: none;
	margin-right: 5px;
	margin-bottom: 5px;
}

ul.media li img {
	display: block;
	padding: 3px;
	border: 1px solid #aaa;
	height: 80px;
}