body {
  background-color: #ded8d0;
  margin: 0;
  font-family: helvetica, sans-serif;
  padding-top: 10px;
}

.notice {
  background-color: #ddd;
  color: green;
  font-size: 140%;
  font-weight: bold;
  padding: 0.7em;
  text-align: center;
}

#main {
  width: 50em;
  margin-left:auto;
  margin-right:auto;
}

a img {
  border: none;
}

h1 {
  font-size: 160%;
  border-bottom: solid 2px black;
  margin-right: 10em;
  padding-bottom: 0.1em;
}

h2 {
  text-align: right;
  font-size: 130%;
  margin-right: 3em;
  padding-bottom: 0.2em;
  margin-left: 10em;
  border-bottom: solid 1px black;
  clear:both;
  padding-top: 1em;
}

.left {
  float: left;
  padding-right: 1em;
}

.right {
  float: right;
  padding-left: 1em;
}

.flags {
  float: left;
  padding-top: 5px;
  padding-left: 172px;
}

.flags img {
  width: 23px;
  padding-right: 2px;
}

.top_menu {
  margin-top: -1.5em;
}

.sub_menu, .footer {
  padding-top: 0.3em;
  clear: both;
}

.top_menu a, .sub_menu a, .footer a {
  float: right;
  padding: 0.3em 0.7em 0.3em 0.7em;
  text-decoration: none;
}

.top_menu a:hover, .sub_menu a:hover, .footer a:hover {
  text-decoration: underline;
}

.top_menu a {
  color: black;
}

.top_menu .selected, .top_menu .selected a, .sub_menu a, .footer a {
  color: white;
}

#header {
  
}

#content {
  clear: both;
  background: white;
  padding: 0.1em 2em 2em 2em;
}

#content, #content a, #content td {
  color: #000;
  font-size: 95%;
}

#content a {
  font-weight: bold;
}

.center {
  text-align: center;
}

.box {
  border: 1px solid #666;
  padding: 0em 1em 0.5em 1em;
}

/* registration */

.visitor_specific, .local_specific {
  display: none;
}

.local .local_specific, .visitor .visitor_specific {
  display: block;
}

fieldset {
  margin-bottom: 1em;
}