.header {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: 0.4em 0;
  background-color: #99ccff;
  color: #003366;
  font-size: 120%;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5em;
}
body {
  margin: 10px 0px 0px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #666699;
  background-color: #ffffff;
}
#container {
  border: 2px solid #333333;
  margin: 0px;
  background-color: #ffffff;
  color: #003366;
  width: 720px;
  height: 520px;
  overflow: hidden;
}
#nav {
  color: #333333;
  background-color: #99ccff;
  text-align: left;
  float: left;
  padding-right: 4px;
  width: 136px;
  height: 520px;
}
#nav ul {
  margin: 5px;
  padding: 0;
  list-style-type: none;
}
#nav li {
  padding-bottom: 12px;
}
#subnav {
  color: #333333;
  background-color: #99ccff;
  text-align: left;
  float: right;
  width: 160px;
  height: 520px;
}
#subnav ul {
  margin: 5px;
}
#subnav li {
  padding-bottom: 6px;
}
#content {
  padding: 5px 10px 20px;
  text-align: left;
  width: 400px;
  height: 500px;
  overflow: auto;
  float: left;
}
#content h1 {
  font-size: 120%;
}
#content h2 {
  font-size: 110%;
}
#content th {
  font-weight: bold;
  text-align: center;
}
#content table, #content td, #content th {
  border: 1px solid black;
  padding: 2px;
  border-collapse: collapse;
}
#footer {
  border-top: 1px solid #006699;
  border-bottom: 1px solid #006699;
  padding: 1px 8px;
  width: 704px;
  margin-top: 20px;
  font-weight: bold;
  text-align: right;
  font-size: 9px;
}
#content img {
  margin: 5px 0px 0px;
}
table caption {
  margin-bottom: 2px;
}
#language {
  margin: 15px 0px;
  width: 704px;
  font-size: 10px;
  text-align: right;
  font-weight: bold;
}
