body {
  font-family:Arial,sans-serif;
  font-size:95%;
  margin:0.3em 0;
}
#general1 {
  min-width:45em;
  max-width:70em;
}
#logo {
  display:block;
  background-color:#006f8c;
  border-bottom:0.3em solid #00556b;
}
#logo>div.a {
  padding:0 3em;
  border-bottom:1px solid #0288ab;
}
#logo>div.a>div.b {
  margin:auto;
  background:url("graphics/logo-right.gif") right top no-repeat;
  height:153px;
  padding:0 0.3em;
}
#logo img.logo {
}
#main {
  background:url('graphics/main-x.gif') top left repeat-x #b2e0eb;
  padding:0 3em;
  border-top:1px solid black;
}
#main>div.a {
  margin:auto;
  background-color:white;
  padding:0 0.3em;
  border-left:1px solid #c9e6eb;
  border-right:1px solid #c9e6eb;
}
#menus {
  display:block;
  margin-top:1em;
  width:10em;
  float:left;
}
#menu li {
  list-style-type:none;
  background:url("graphics/menu-li-a.gif") left bottom repeat-x;
  padding:0.3em 0;
}
#menu li a {
  color:#474747;
  text-decoration:none;
  padding-left:1.2em;
  display:block;
  background:url("graphics/menu-li.gif") 0.5em 0.4em no-repeat;
}
#menu li a:hover,
#menu li.selected a {
  color:black;
}
#dynamic {
  margin:1em 0;
}
#dynamic li {
  list-style-type:none;
  padding:0.3em 0;
  text-align:center;
}
#navbar {
  background:#e8f6f9;
  border:1px solid #c9e6eb;
  border-top:none;
  margin-top:0px;
  font-size:100%;
}
#text {
  margin-left:10em;
  border-bottom:1px solid transparent;
}
#text h1 {
  font-weight:normal;
  font-size:1.5em;
  color:#575757;
}
#text h2 {
  border-bottom:2px solid #c9e6eb;
  color:#0b9bc0;
  font-weight:normal;
}
#text li {
  margin-left:0;
  list-style-type:none;
  background:url("graphics/li.gif") 0.5em 0.5em no-repeat;
  padding-left:1.4em;
}
#text blockquote {
  background-color:#e8f6f9;
  border:1px solid #c9e6eb;
  margin-left:0em;
  padding:0 1em;
}
#text table {
  border-color:#c9e6eb;
}
#text table th {
  border-color:#c9e6eb;
  background:#e8f6f9;
}
#text table td {
  border-color:#c9e6eb;
}
#text table.menu {
  width:100%;
}
#text table.menu {
  border:none;
  border:1px solid #c9e6eb;
  border-collapse: separate;
  border-spacing: 0;
}
#text table.menu th,
#text table.menu td {
  border:none;
}
#text table.menu tr td:first-child,
#text table.menu tr td:last-child {
  width:15%;
  text-align:right;
}
#bottom {
  background-color:#006f8c;
  margin-top:0;
  font-size:90%;
  color:white;
}
#bottom a {
  color:white;
}
#bottom li {
  border-color:white;
}