body {
  margin: 10px 0 0 0;
	padding: 0;
	font: 85% Arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #D6D6D6;
}

a:link, a:visited { color: #017A99; }
a:hover, a:active {
  color: #8BB92A;
}

a.agenda {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
a.agenda:hover {
  color: #8BB92A;
}

#container {
  margin: auto;
  width: 760px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #000;
}

#header
{
  height: 113px;
  width: 100%;
  background-image: url(../images/header.png);
  background-repeat: no-repeat;
}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#mainnav {
  width: 100%;
  clear: right;
  margin-bottom: 65px;
}

#mainnav a {
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
  text-decoration: none;

  float: left;
  display: block;
  text-align: center;
  padding-top: 10px;
  width: 190px;
  height: 40px;
  background-image: url(../images/mainnav_bg.gif);
}

#mainnav a:hover {
  text-decoration: underline;
}

#menu {
  float: right;
  width: 180px;
	padding-left: 15px;
}

#menu h3 {
  background-image: url(../images/sidebar_h3_bg.gif);
  background-repeat: no-repeat;
  font-weight: bold;
  padding: 3px 0 0 22px;
  font-size: 1em;
  height: 22px;
  margin-bottom: 10px;
}

#menu a {
  text-decoration: none;
}

#menu a:hover {
  text-decoration: underline;
}

#contents {
  margin: 0 195px 40px 20px;
  border-right: 1px solid #E3E3E3;
  padding-right: 10px;
}

#contents h2 {
  background-image: url(../images/content_h2_bg.gif);
  background-repeat: no-repeat;
  font-weight: bold;
  padding: 3px 0 0 55px;
  font-size: 1.5em;
  height: 41px;
  margin-bottom: 10px;
}

#contents p {
  line-height: 150%;
}

#footer {
  text-align: center;
  border-top: 10px solid #E3E3E3;
}

#footer .copyright {
  font-size: 0.8em;
  padding: 10px 0 5px 15px;
}

input.newsletter_subscribe {
  width: 160px;
  font-size: 0.9em;
}

a.submit {
  font-size: 0.8em;
  font-color: #333;
  font-weight: bold;
}

table.partners, table.agenda {
  width: 100%;
}

table.partners td {
  border-bottom: 2px solid #E3E3E3;
  padding: 4px 4px 8px 4px;
}

table.agenda tr.headline {
  font-weight: bold;
  background-color: #E3E3E3;
  text-align: center;
}

table.agenda tr.coffeebreak {
  background-color: #A9A9A9;
  text-align: center;
  font-weight: strong;
}

table.agenda td {
  padding: 2px;
  border: 2px solid #fff;
  font-size: 0.9em;
}

.desc {
  margin-top: 10px;
  margin-bottom: 10px;
}