body {
  font-size:   12px;
  font-family: Verdana;
  background-image: url('../img/bg_gradient_blue.png');
  background-repeat: repeat-x;
}

body, div {
/*
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
*/
  display: block;
  margin: 0px;
  padding: 0px;
}

br.cf {
  clear: both;
  display: block;
}

div.outerWrapper {
  width: 960px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding: 0px;
}

div.borderWrapper {
  border-style: solid;
  border-width: 1px;
  border-color: #DDDDDD;
}

div.container {
  background-color: #FFFFFF;
  vertical-align: baseline;
  padding-left: 20px;
  padding-right: 20px;
}

div.topNav {
  padding: 5px 15px 10px 10px;
}

div.header {
  height: 200px;
}

div.infoWrapper {
  padding-top: 25px;
}

div.imgArea {
  height: 100%;
  min-height: 256px;
  width:  256px;
  margin-right: 25px;
  float: left;
  background-repeat: no-repeat;
  background-position: left center;
}

div.messageArea {
/*  float: left;*/
}

div.footer {
  margin-top:  10px;
  text-align:  center;
}

.img-www {
  background-image: url('../img/www.png');
}

.img-error {
  background-image: url('../img/bug.png');
}

.img-maintenance {
  background-image: url('../img/maintenance1.png');
}

.img-authenticationRequired {
  background-image: url('../img/keys.png');
}

.img-forbidden {
  background-image: url('../img/lock.png');
}

.img-notfound {
  background-image: url('../img/error3.png');
}

h1 {
  font-weight:   bold;
  font-size:     18px;
  margin-bottom: 25px;
}

h2 {
  font-size:	14px;
  font-weight:	bold;
}

p {
  padding: 0px;
  margin: 0px;
}

.separator {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 50%;
  margin-left: 0px;
}


.clear {
  clear: both;
}


a {
  color: #5085F1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
/*  color: #5085F1; */
}
