#divWindowWrapper {
  position: absolute; 
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px; 
  text-align: center;
}

#divPageWrapper {
  position: relative;
  top: 10px;
  width: 800px;
  margin: 0 auto;
  text-align: left;
}

#divHeaderWrapper {
  text-align: right;
}

#divHeaderWrapper a {
  font-family: Arial;
  font-size: 10pt;
  color: #ffffff;
  text-decoration: none;
  outline: none;
}

#divLinks img {
  border: none;
  outline: none;
}

#divMenu {
  width: 800px;
  height: 30px;
  background-color: #000000;
  z-index: 9;
}

#divStripeTop {
  background-color: #4fff14;
  height: 5px;
  width: 800px;
}

#divStripeBottom {
  position: absolute;
  top: 745px;
  background-color: #4fff14;
  height: 5px;
  width: 800px;
}

#divFooterWrapper {
  position: absolute;
  top: 750px;
  width: 800px;
  height: 30px;
  font-family: Arial;
  font-size: 8pt;
  color: #e3e3e3;
  background-color: #000000;
}

#divFooter {
  position: relative;
  top: 8px;
  left: 2px;
}

#divFooter a:link {
  color: #e3e3e3;
  outline: none;
  text-decoration: none;
}

#divFooter a:visited {
  color: #e3e3e3;
  outline: none;
  text-decoration: none;
}

#divFooter a:hover {
  color: #e3e3e3;
  outline: none;
  text-decoration: none;
}

#divFooter a:active {
  color: #e3e3e3;
  outline: none;
  text-decoration: none;
}

/* classes */
.block {
  position: relative;
  left: 5px;
  display: block;
  font-family: Arial;
  font-size: 10pt;
  text-align: left;
  color: #ffffff;
}

/* color definitions */
.red    { color: red }
.yellow { color: yellow }
.blue   { color: blue }
.black  { color: #000000 }
.white  { color: #ffffff }

/* alignment definitions */
.center { text-align: center; }
.left   { text-align: left; }
.right  { text-align: right; }
.top    { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }

.italic { font-style: italic; }
.bold   { font-weight: bold; }
.normal { font-weight: normal; }

.hr {
  width: 100%;
  height: 5px;
  color: #4fff14;
  background-color: #4fFF14; 
  border: 0;
}

.header {
  font-family: Arial,Tahoma;
  font-size: 14pt;
  font-weight: bold;
  color: #949494;
}

.indent {
  left: 5%;
  margin-right: 5%;
}

.doubleindent {
  left: 10%;
  margin-right: 10%;
}

.subheader {
  font-family: Arial,Tahoma;
  font-size: 11pt;
  font-weight: bold;
  color: #949494;
}

.top {
  vertical-align: top;
}

.middle {
  vertical-align: middle;
}

.bottom {
  vertical-align: bottom;
}

