body {
  margin: 0;
  padding: 20px;
  text-align: center;
  background-color: #ddd;
  /* font: 12px/1.2 Veranda,arial,helvetica,sans-serif; */
  font-family: Veranda,Arial,Helvetica,sans-serif;
  font-size: small;
}

h2 {
  text-align: right;
}

.text-normal {
  color: #191970; 
}

.text-strong {
  font-size: small;
  font-weight: bold;
  color: #191970; 
}

.u {
  text-decoration: underline;
}

ul.text-list {
  font-size: small;   /* font specified !!! */
  color: #191970; 
  list-style-type: square;
  margin-left: 1em;
}

ul.text-list li {
  text-indent: .05em;
}

ul.text-list-2 {
  font-size: small;   /* font specified !!! */
  font-weight: bold;
  color: #191970; 
  list-style-type: circle;
  margin-left: 1em;
}

#page-wrapper {
  text-align: left;
  vertical-align: middle;
  margin: 0px auto;
  width: 750px;
  padding: 0px;
  background-color: #ffffff;
  border: 1px solid #000;
}

#header {
  height: 75px;
  padding: 0;
  /*background: url(/images/urbanres004a.png); */
}

#header-top {
  height: 5px;
  background-color: #fff;
  font-size: 2px;
}

#title-bar {
  height: 25px;
  background-color: gray;
  text-align: right;
  color: #fff;
  padding: 5px 10px 0px 0px;
  font-family: veranda,arial,helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
  border-top: 3px solid #363636;
  border-bottom: 1px solid #000;
}

#content {
  min-height: 300px;
  margin-right: 12px;
  text-align: left;
  /*margin: 0px auto;*/
  width: 750px;
  padding: 0px;
  background-color: #ffffff;
  border: 1px solid #000;
}

#content #text-data {
  margin-left: 12px;
  margin-right: 12px;
}

#content #menu-left {
  float: left;
  /*background-color: #cdc5bf;*/
  /*background-color: #036; --> set menu background to same color
                                as menu list items to remove lines */
  margin-right: 12px;
  margin-bottom: 12px;
  left: 0;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

#content #menu-right {
  height: 165px;
  width: 116px;  /* width seems to cause problems w/opera + firefox */
  float: right;
  border-top: 1px solid #000;
  background-color: #cdc5bf;
}

#content #footer-top {
  height: 42px;
  text-align: right;
  clear: both;
}

#content #footer {
  clear: both;
  height: 15px;
  margin: 0 0 0 0;
  font-family: Veranda,Arial,Helvetica,sans-serif;
  font-size: xx-small;
  background-color: #778899;
  color: #ffffff;
  padding-top: 7px;
  padding-left: 5px;
}

.col1 {
  width: 135px;
}


.smalltable {
  font-family: veranda,arial,helvetica;
  font-size: small;
  background: #CDC0B0;
}

.downloadtable {
  font-family: veranda,arial,helvetica;
  font-size: small;
  background: #CDC0B0;
}

.downloadtableemph {
  font-family: veranda,arial,helvetica;
  font-size: small;
  background: #8FBC8F;
}

.devbuild {
  font-family: veranda,arial,helvetica;
  font-size: small;
  font-weight: lighter;
  color: #ff0000;
  background: #CDC0B0;
}

.code {
  font-family: courier;
}

.code-xsmall {
  font-family: courier;
  font-size: xx-small;
}

.p-table-left {
  background: #cdc0b0;
}
