@charset "utf-8";
/* CSS Document */

body { 
  line-height:115%;
  font-size:18px;
  font-family: "Arial Narrow", Geneva, Arial, SansSerif;
  background: url("graphics/RainInLight1Hlevel3dk.jpg") fixed center no-repeat;
  color: rgb(128, 115, 102); 
  background-color: rgb(0, 0, 0); 
  }
ul {
  margin-top: 0pt;
  margin-bottom: 0pt;
  }
li {
  list-style: none;
  list-style-position: outside;
  font-size:14px;
  }
#horizlist li {
  display: inline;
/*  list-style-type: square; */
  padding-right: 20px;
}
.sublist {
  list-style-image: url("graphics/spiralbulletboxdksm.gif");
  list-style-position: outside;
  }
.sidebar {
  font-size: 12px;
  font-family: "Arial Narrow", Geneva, Arial, SansSerif;
  }
.outline {
  border: 1px solid white;
  }
.horizblock {
  display: block;
  float: left; 
  padding-right: 50px;
  /* width: 16%; */
  }
.title {
  color: rgb(128, 115, 102);
  }
.bullet {
  width: 8px; 
  height: 8px;
  background: url("graphics/spiralbulletboxdksm.gif");
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 2px 4px
  }
