body {
  background:#cdf;
  margin:0;
  padding:0;
  font:16px Arial,Helvetica,Arial,Verdana,Sans-serif;
  color:#000;
  text-align:justify;
  }

p {
  text-align:justify;
  }

a {
  background:#ffa;
  }

a:link {
  color:#000;
  text-decoration:none;
  }

a:visited {
  color:#000;
  text-decoration:none;
  }

a:hover {
  color:#000;
  text-decoration:underline;
  }

#container {
  width:724px;
  margin:0 auto;
  background-color:#FFF;
  padding:0px;
  border-left:solid 1px black;
  border-right:solid 1px black;
  border-bottom:solid 1px black;
  }

#header_logo {
  width:724px;
  height:138px;
  position:relative;
  }
 
#header_logo a {
  background:url(/images/header.gif);
  position:absolute;
  top:0;
  left:0;
  width:724px;
  height:138px;
  }
 
#header_logo a span {
  display:none;
  }

#header_navigation {
  font-weight:bold;
  margin:0 auto;
  padding:10px 40px 20px 40px;
  text-align:center;
  border-bottom:dashed 1px black;
  }

#menu {
  clear:both;
  }

#content {
  margin:0 auto;
  padding:0px 40px 0px 40px;
  }

h1 {
  font-size:24px;
  font-weight:bold;
  line-height:30px;
  border-bottom:1px solid #000;
  }

#translation {
  line-height:30px;
  float:right;
  }


#notice {
  margin:20px 40px 20px 40px;
  padding:0px 20px 0px 20px;
  border:1px solid #000;
  background:#fa5;
  }

#footer {
  padding:20px 40px 20px 40px;
  border-top:dashed 1px black;
  text-align:center;
  }

#footer_copyright {
  width:726px;
  margin:0 auto;
  margin-top:10px;
  margin-bottom:10px;
  text-align:center;
  font-size:12px;
  }




#errorExplanation {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 3px 3px 3px 3px;
  font-size:14px;
  margin: 0;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul {
  margin: 2px 24px;
}

#errorExplanation ul li {
  list-style: disc;
}

.fieldWithErrors {
  }
