body {
  background-color: #bbc;
  margin: 0px;
  font-family: helvetica;
  font-size: 10pt;
}

#container {
  width: 900px;
  margin: 0 auto;
  padding: 1em 0;
  background-color: #fff;
}

header {
  text-align: center;
  padding: 1em;
}

#navBar {
  background-color: #99c;
}

#pageTitle {
  padding: 0.5em;
  text-align: center;
  color: white;
  text-shadow: 0px -1px 0px #000;
  font-size: 1.5em;
  margin: 0px;
}

h2 {
  background-color: lightgrey;
  margin: 0px;
  padding-left: 20px;
  font-size: 1.25em;
  color: white;
  text-shadow: 0px -1px 0px #444;
  border-top: solid 1px grey;
  border-bottom: solid 1px grey;
}

h3 {
  padding-left: 20px;
}

p {
  margin-left: 1.5em;
  margin-right: 1.5em;
}


div.listBox {
  background-color: white;
  color: #666;
} 

div.listItem {
  padding: 0.5em;
} 

ul {
  //list-style-type: none;
}

img {
  width: 300px;
  border: 0;
}

#largeLogo {
  width: 450px;
}

footer {
  text-align: center;
}

.successfulClass {
  color: darkgreen;
  font-weight: bold;
}

.errorClass {
  color: red;
  font-weight: bold;
}