body {
margin: 0px;
font: 12px/15px Arial, Helvetica, sans-serif;
color: #464646;
background: #252524 url(images/bg.jpg) top center no-repeat;
}

.highlight {
color: #d9541e;
font-weight: bold;
font-size: 14px;
}

h1 {
display: none;
}

h2, h3, h4 {
margin: 0px;
}

h2 {
font-size: 16px;
line-height: 20px;
margin-bottom: 10px;
color: #D9541E;
}

h3 {
font-size: 12px;
background-color: #4d4d49;
padding-left:10px;
padding-top:7px;
height: 23px;
margin-bottom: 10px;
color: #FFFFFF;
}

h4 {
clear: both;
background-color: #ebebeb;
padding-left:10px;
padding-top:7px;
height: 23px;
font-size: 12px;
margin-bottom: 10px;
color: #252525;
}

h5 {
font-size:13px;
margin-bottom: 5px;
color: #D9541E;
}

p, ul {
margin: 0px;
margin-bottom: 15px;
}

ul {
padding: 0px;
margin-left: 15px;
list-style-type: disc;
}

li {
margin: 4px 0px;
}

a {
color: #19A8E5;
}

a:hover {
text-decoration: none;
}

a img {
border: none;
}

a.button {
padding: 6px 8px 6px 8px;
background-color: #19A8E5;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}

a.button:hover {
background-color: #D9541E;
}

#wrapper {
width: 950px;
margin: 0px auto;
}

#container {
width: 950px;
float: left;
}

#header {
float: left;
width: 940px;
padding: 5px;
background-color: #FFFFFF;
}

#logo {
float: left;
margin: 5px;
}

#language {
position: relative;
top: 33px;
float: right;
margin: 5px;
font-size: 11px;
line-height: 14px;
font-weight: bold;
color: #959595;
}

* html #language {
display: inline;
}

#language img {
position: relative;
top: 3px;
padding: 1px;
border: 1px solid #ACACAC;
margin-left: 1px;
}

#language a:hover img {
border-color: #000000;
}

#menu {
float: left;
width: 940px;
height: 30px;
margin-top: 5px;
background-color: #D9541E;
}

#menu table {
width: 100%;
height: 100%;
}

#menu td {
text-align: center;
}

#menu a {
/*
display: block;
float: left;
height: 16px;
padding: 7px 18px;
padding-left: 20px;
*/
font-weight: bold;
text-decoration: none;
white-space: nowrap;
color: #FFFFFF;
/*
background: url(images/divider.gif) left no-repeat;
*/
}

#menu a.first {
padding-left: 20px;
background: none;
}

#menu a.active, #menu a:hover {
color: #FFDE00;
}

#banner {
float: left;
}

#content {
float: left;
width: 930px;
min-height: 335px;
padding: 10px;
background-color: #FFFFFF;
}

* html #content {
height: 335px;
}

#table_conferences {
width: 100%;
border: none;
}

#table_conferences tr td{
padding: 6px 10px 6px 6px;
}

#table_conferences tr.top {
background-color: #4d4d49;
height: 30px;
color: #FFFFFF;
font-weight: bold;
}

#table_conferences tr.alt {
background-color: #ececec;
}

.biophoto {
float:right;
margin-left: 10px;
}

#info_container {
width: 100%;
margin-top: -8px;
margin-bottom: 10px;
}

#info_container p {
margin-bottom: 2px;
background-color: #ececec;
padding: 6px;
}

.video {
float: left;
margin-right: 10px;
margin-bottom: 15px;
}

#footer {
float: left;
width: 950px;
padding: 10px 0px;
margin-bottom: 20px;
font-size: 11px;
line-height: 14px;
font-weight: bold;
color: #FFFFFF;
}

#links {
float: right;
}

#links a {
text-decoration: none;
color: #FFFFFF;
}

#links a:hover {
color: #FFDE00;
}