body {
  font-family: Verdana, "Arial Regular", Arial, sans-serif;
  font-size: .9em;
  color: black;
  background-color: rgb(0,0,102);
  text-align: center;
  margin:0px;
}

img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

p {
  font-weight: normal;
  margin: 7px 0px 7px 0px;
}

div.bodyWrap {
  position: relative;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

div.content {
  position: absolute;
  top: 170px;
  left: 250px;
  padding-left: 10px;
  padding-right: 20px;
  background-color: white;
  font-size: .9em;
}

div.innerWrap {
  position: absolute;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  min-height: 800px;
  width: 800px;
  background-repeat: no-repeat;
}

div.simMenu {
  position: absolute;
  top: 2px;
  right: 15px;
  text-align: left;
  width: 200px;
  font-size: .9em;
}

div.title {
  position: absolute;
  top: 100px;
  left: 600px;
  font-size: 1.1em;
  font-weight: bold;
  width: 190px;
  text-align: right;
}

div.global {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: .8em;
}

a:link, a:visited, a:active {
  color: rgb(0,0,102);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

span.value p.error {
  color: red;
  font-size: 8pt;
  margin: 0px 5px 5px 2px;
  padding: 0px;
}

div.row {
  clear: both;
  padding-top: 5px;
  width: 350px;
}

div.row label {
  float: left;
  text-align: right;
  margin: 1px 5px 1px 5px;
}

span.value {
  float: right;
  text-align: left;
  width: 200px;
}

.error {
  color: red;
  font-size: 8pt;
  margin: 10px 10px 10px 16px;
}

p.more {
  margin-left: 25px;
}