body {
  background-color: #e5ffff;
  margin: 0px;
  color: white;
}

.outerEnvelope {
  background-image: url("../art/backgroundGradient.gif");
  background-repeat: repeat-x;
  width: 100%;
/*  height: 600px;*/
  text-align: center;

border-color: black;
border-width: 1px 0px 0px 0px;
border-style: solid;

}

.arialBold {
  font-family: arial,helvetica,sans-serif;
  font-weight: bold;
}


a {
  color: white;
}

.contentEnvelope {
  width: 800px;
/*  height: 500px;*/
  margin: 50px 0px 50px 0px;
  border-color: #d4fbee;
  border-style: solid;
  border-width: 2px;
  background-color: #9D0F0F;
  padding: 15px;
  text-align: left;
}


.menuCell {
  height: 31px;
  vertical-align: middle;
  padding-left: 10px;
  color: white;
}


A.menuVLink:active {
  font-family: Times New Roman, serif;
  font-size: 12pt;
  text-decoration: none;
  color: gold;
}


A.menuVLink:visited {
  font-family: Times New Roman, serif;
  font-size: 12pt;
  text-decoration: none;
  color: gold;
}


A.menuVLink:link {
  font-family: Times New Roman, serif;
  font-size: 12pt;
  text-decoration: none;
  color: gold;
}


A.menuVLink:hover {
  font-family: Times New Roman, serif;
  font-size: 12pt;
  text-decoration: none;
  color: gold;
}


li {
  margin: 8px 0px 8px 0px;
}


.smallIndent {
  padding-left: 30px;
  font-size: 9pt;
  font-weight: bold;
}

.smallIndentWithBullit {
  padding-left: 15px;
  background-image: url("../art/roundBullit.gif");
  background-repeat: no-repeat;
  background-position: 0px 2px;
  font-size: 9pt;
  font-weight: bold;
}




A.bigInlineLink:active {
  font-family: Times New Roman, serif;
  font-size: 14pt;
  text-decoration: none;
  color: white;
}


A.bigInlineLink:visited {
  font-family: Times New Roman, serif;
  font-size: 14pt;
  text-decoration: none;
  color: white;
}


A.bigInlineLink:link {
  font-family: Times New Roman, serif;
  font-size: 14pt;
  text-decoration: none;
  color: white;
}


A.bigInlineLink:hover {
  font-family: Times New Roman, serif;
  font-size: 14pt;
  text-decoration: none;
  color: white;
}


.contentBox {
  margin: 0px 20px 15px 0px;
  padding: 0px 20px 15px 20px;
  border-color: gold;
  border-width: 1px;
  border-style: solid;
}


.boxTitle {
  color: gold;
  font-size: 20pt;
  border-color: gold;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
}


/* dynamic content classes */

.hide {
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: hidden;
}


.dynamPagePic {
  float: left;
  margin: 10px 20px 15px 0px;
}


.dynamPageTitle {
  font-style: italic;
  font-size: 20px;
/*  font-weight: bold; */

}
