body {
  background-attachment: fixed;
/*  background-color: #f6f2e9; */
  background-color: #f9f2e9;
  color: #00008B;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 5em;

  font-family: Arial, Verdana, Times, sans-serif;
  font-weight: normal;
  font-size: 12px;
}

img {
  border: none
}

a {
/*  color: #921328;*/
  color: #820e5c;
}

a:visited {
/*  color: #69031d;*/
  color: #5a0259;
}

a:hover {
  color: #f3b927;
}

img.sponsorlogo {
  vertical-align: middle;
  margin-right: 2em;
  border: none;
}

a.menu {
  background: #820e5c;
  color: #ffffff;
  padding-left: .7em;
  padding-right: .7em;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  margin-right: 2px;
  margin-bottom: .2em;
}

span.activemenu {
  background: #820e5c;
  color: #f3b927;
  padding-left: .7em;
  padding-right: .7em;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  margin-right: 2px;
}
 
a.menu:hover {
  text-decoration: underline;
}

a.menu:visited {
  color: #ffffff;
}

table.registrationtable td {
  vertical-align: top;
  padding-right: 2em;
  padding-top: 1em;
  font-size: 14px;
}

table.participantstable td {
  vertical-align: top;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 14px;
}

table.programmetable td {
  vertical-align: top;
  padding-top: 1em;
  font-size: 14px;
}

table.speakerstable td {
  vertical-align: top;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 14px;
}

div.picturebox {
  border: none;
  clear: both;
}

.picturebox p {
  font-style: italic;
  padding-top: 200px;
}

.picturebox img {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

ul { 
    font-size: 14px; 
    background-color:transparent;
} 

/*
table {
  padding: 0;
  margin: 0;
  list-style: none;
  }

li {
  float: left;
  position: relative;
  width: 10em;
  }

li table {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  }

li > table {
	top: auto;
	left: auto;
	}

li:hover table { display: block; }
*/

