* {
  font-family: Verdana, Helvetica, Arial, sans-serif;
/**/
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
/**/
}

html {
  background: url(./images/contentBackground.jpg) top left repeat-x #144C71;
}

body {
  text-align: center;
}

div#leftShade {
  background: url(./images/shadowLeft.jpg) top left no-repeat white;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 47.25em;
}

div#rightShade {
  background: url(./images/shadowRight.jpg) top right no-repeat;
  padding: 0.5em 3em;
}

div#header {
  background: url(./images/header.gif) top left no-repeat;
  height: 100px;
  margin-bottom: 0.5em;
}
div#header a {
  display: block;
  height: 100px;
  text-decoration: none;
}

div#middle {
  height: 30em;
  margin-bottom: 0.5em;
}

div#footer {
  color: #256E8E;
  font-size: 70%;
  text-align: center;
}

div#footer a:link,
div#footer a:visited {
  color: #256E8E;
  font-weight: bold;
  margin: auto 1em;
  text-decoration: none;
}
/*
div#footer a:hover,
div#footer a:active {
  color: #990909;
}
*/
span.backgroundImage {
  visibility: hidden;
}

div.cleaner {
  clear: both;
}

input.submitButton {
  float: right;
  width: auto;
}

a:link,
a:visited {
  color: yellow;
}

a:hover,
a:active {
  color: white;
}

.success {
  color: lightgreen;
}

.failure {
  color: red;
}
