body {
  font: .8em Geneva, Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.3em;
  vertical-align: top;
  text-align: center;
  background-color: #264D82;
  color: #000D45;
}
a {
  background: inherit;
  color: #264D82;
  border: 0;
}
a:hover {
  background: inherit;
  color: #900;
}
a:active {
  background: inherit;
  color: #fff;
}
div, table, td, ul, ol, li, dd, dt, img {
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
}
td { vertical-align: top; }
p cite { font-style: normal; }
blockquote {
  font-family: serif;
  font-size: 1.1em;
}
#header, #main {
  width: 700px;
  margin: 0 auto;
}
#header {
  background-color: #5386B8;
  color: inherit;
}
.hidden, .current {
  font-size: .00001em;
  text-indent: -10000em;
  overflow: hidden;
  display: block;
}
h1 {
  width: 100%;
  height: 35px;
  background-image: url("../images/Fireworks/navbar_r1_c1.gif");
  background-repeat: no-repeat;
  background-position: top left;
}
#main_menu {
  width: 100%;
  height: 25px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-image: url("../images/Fireworks/navbar_r2_c5.gif");
  background-repeat: no-repeat;
  background-position: bottom right;
  clear: both;
}
#main_menu li {
  float: left;
  margin: 0;
  padding: 0;
}
#main_menu li a {
  display: block;
  width: 117px;
  height: 25px;
}
li#home a {
  background-image: url("../images/Fireworks/welcome.gif");
  background-repeat: no-repeat;
}
li#home a:hover {
  background-image: url("../images/Fireworks/welcome_f2.gif");
  background-repeat: no-repeat;
}
li#home a:active, li#home a.current {
  background-image: url("../images/Fireworks/welcome_f3.gif");
  background-repeat: no-repeat;
}
li#family a {
  background-image: url("../images/Fireworks/about.gif");
  background-repeat: no-repeat;
}
li#family a:hover {
  background-image: url("../images/Fireworks/about_f2.gif");
  background-repeat: no-repeat;
}
li#family a:active, li#family a.current {
  background-image: url("../images/Fireworks/about_f3.gif");
  background-repeat: no-repeat;
}
li#articles a {
  background-image: url("../images/Fireworks/articles.gif");
  background-repeat: no-repeat;
}
li#articles a:hover {
  background-image: url("../images/Fireworks/articles_f2.gif");
  background-repeat: no-repeat;
}
li#articles a:active, li#articles a.current {
  background-image: url("../images/Fireworks/articles_f3.gif");
  background-repeat: no-repeat;
}
li#contact a {
  background-image: url("../images/Fireworks/contact.gif");
  background-repeat: no-repeat;
}
li#contact a:hover {
  background-image: url("../images/Fireworks/contact_f2.gif");
  background-repeat: no-repeat;
}
li#contact a:active, li#contact a.current {
  background-image: url("../images/Fireworks/contact_f3.gif");
  background-repeat: no-repeat;
}

#new {
  font: .6em/.8em;
  padding: 2px 10px;
  background-color: #8DB0D9;
}

.heading {
  font: bold 16px Helvetica;
  color: #CDE6F2;
  vertical-align: middle;
}

#main {
  position: relative;
  color: inherit;
  background-color: #369;
  background-image: url("../images/bg1.gif");
  background-repeat: repeat-y;
  background-position: top left;
  clear: both;
}
#main div {
  color: inherit;
}
#content, #content2, #main h2 {
  width: 440px;
  background-color: #B1DAFF;
  margin-left: 130px;
}
#main h2 {
  color: #CDE6F2;
  background-color: #000D45;
  background-image: url("../images/about_drk1.gif");
  background-repeat: no-repeat;
  background-position: top left;
  margin: 0 0 0 130px;
  padding-left: 40px;
  font: bold 1.4em Helvetica;
  line-height: 34px;
}
#content, #content2 {
  width: 420px;
  padding: 10px;
  border-right: 130px #8DB0D9 solid;
}
h3 {
  text-align: center;
}
dt {
  font-weight: bold;
  text-decoration: underline;
}
dl.left {
  float: left;
  width: 50%;
  height: 250px;
  margin-top: 0;
  margin-left: 40px;
}
#decorum dt {
  margin-top: 12px;
  text-decoration: none;
}
#decorum dd {
  margin-left: 20px;
}

#sidebar {
  position: absolute;
  top: 0;
  left: 570px;
  width: 130px;
  background-color: #8DB0D9;
  border-top: 34px #000D45 solid;
}/*
#sidebar.menu {
  padding-top: 30px;
}*/

#sidebar h3.hidden {
  margin: 0;
  height: 25px;
  background-image: url("../images/other_docs.gif");
  background-repeat: no-repeat;
  background-position: top center;
}
#sidebar.menu ul {
  height: 156px;
  color: #000d45;
}
#sidebar.menu ul, #sidebar.menu ul li {
  margin: 0;
  padding: 6px;
  list-style-type: none;
  font-size: .95em;
  line-height: 1.1em;
}
#sidebar.menu ul li {
  margin: 6px 0;
  padding: 0;
  border-bottom: 1px solid #B1DAFF;
  padding-bottom: 2px;
}

ol {
  list-style-type: upper-roman;
  list-style-position: inside;
  margin: 0 0 0 5px;
  padding: 0px;
}
ol li {
  margin: 10px 0px 20px 0px;
}
li ol {
  list-style-type: upper-alpha;
}
li ol li {
  margin: 5px 15px;
}
li ol li strong {
  text-decoration: underline;
}
.small {
  font-size: smaller;
  font-style: italic;
  text-align: center;
  margin: 20px 5px;
}
.right {
  text-align: right;
}
.hide {
  display: none;
}
.clear {
  clear: both;
}

#contact #content dl.left {
  width: 47%;
  height: auto;
  margin: 0;
  padding-right: 2%;
}
#contact #content dl {
  margin-top: 0;
  margin-bottom: 10px;
}
#contact #content dl dd {
  margin-bottom: 15px;
}
#contact #content dl dd.close {
  margin: 2px 0;
}
#contact address {
  font-style: normal;
}
#contact img {
  border: 2px #B1DAFF solid;
}
#contact div.center {
  text-align: center;
  padding-top: 10px;
}