
body {
  background-color: #eeeff2;
  margin: 0; padding: 0;
  font-family: "Verdana" sans-serif;
  font-size: small;
}

td {
	font-size: small;
}

div#top-stripe {
  background-image: url('top-stripe.png');
  background-position: top left;
  background-repeat: repeat-x;
  margin-top: 33px;
  width: 100%; height: 25px;
}
div#top-menu {
  position: absolute;
  left: 0px; top: 62px;
  width: 800px; height: 25px;
  text-align: right;
  padding-right: 16px;
}
div#contents {
  padding: 60px 0px 60px 8px;
  border-bottom: 2px solid #8f9fbf;
  background-image: url('left-stripe.png');
  background-position: top left;
  background-repeat: repeat-y;
}

div.sitemap {
  border-left: 2px dotted #8f9fbf;
  padding-left: 8px;
  margin-left: 8px;
  margin-bottom: 2px;
}

a {
  text-decoration: none;
  color: #002a80;
}

a:hover { color: #0055ff; }

a.side-menu-item {
  display: block;
  margin: 4px 0px;
  padding: 4px; padding-right: 20px;
  border: 2px solid #8f9fbf;
  font-size: small;
  background-color: #d3d7e0;
  text-decoration: none;
}
a.side-menu-item:hover {
  background-color: #F0F8FF;
}

td#text {
  padding-left: 36px;
  width: 640px;
}

h1 {
  font-size: 20px;
  font-weight: bold;
  margin: 4px 0px; padding: 0px;
}

h2 {
  font-size: 14px;
  font-style: italic;
  margin: 4px 0px; padding: 0px;
}

p.text {
}

p#blue_body {
  font-style: italic;
  color: #002a80;
}


img#logo {
  position: absolute;
  left: 0px; top: 0px;
  border: 0;
}
