@charset "utf-8";

body {
  background-color: #fafafa;
}

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

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

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

a.toc-link, a.toc-link-bot {
  display: block;
  padding: 2px;
  margin: 2px;
  border: 1px dotted #707070;
}
a.toc-link:hover, a.toc-link-bot:hover {
  border: 1px ridge #996666;
  background-color: #f0f0f0;
}

a.toc-link {
  border-bottom: 0;
}
a.toc-link:hover {
  padding-bottom: 1px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,h2,h3,h4,.title {
  font-weight: bold;
  color: #00009C;
  margin-top: 0px;
  margin-bottom: 5px;
}

.title {
  font-size: 24pt;
  text-align: center;
}
h1 { font-size: 18pt }
h2 { font-size: 16pt }
h3 { font-size: 14pt }
h4 { font-size: 12pt }

table.main {
  width: 100%;
}

td.main-box {
  vertical-align: top;
  padding-left: 15px;
}

td.nav-box {
  vertical-align: top;
  border-right: 1px dashed #996666;
  padding-right: 15px;
  width: 175px;
}

table.nav-inner {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}

td.links-left {
  text-align: left;
  width: 30%;
}

td.links-center {
  text-align: center;
  width: 40%;
}

td.links-right {
  text-align: right;
  width: 30%;
}

div.hr {
  border-top: 1px dashed #996666;
}

img.me {
  float: right;
  width: 300px;
  height: 400px;
  border: 1px ridge #996666;
 /* padding: 1px; */
  margin-left: 10px;
}

p.lastModified {
  color: #606060;
  font-size: 8pt;
  text-align: center;
  vertical-align: top;

  padding-top: 10px;
}
