/*

  Generic Site Wide CSS

*/

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

body {
  background: #d9e0e8;
  font: .8em calibri;
}

div.content {
 border-left: 1px solid #5e767e;
 border-right: 1px solid #5e767e;
 background: #fff;
 margin-left: auto;
 margin-right: auto;
 width: 800;
 height: 100%;
 padding-left: 20px;
 padding-right: 20px;
 margin-bottom: -50px;
}

div.header {
  background: rgb(70, 98, 140);
  background-image: url('/img/blw-header.png');
  background-repeat: repeat-x;
  color: #fff;
}

div.content table {
  margin: 100px;
}

div.quote {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 3em;
  font-style: italic;
  font-weight: bold;
  color: #999;
  text-align: center;
  margin: 80px 130px 150px 130px;
  padding: 30px;
}

div.content table {
  width: 100%;
}

div.content table th, div.content table td {
  font: 1em calibri;
  color: #333;
  vertical-align: center;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

div.content table th {
  padding-bottom: 10px;
}

div.footer {
  background: rgb(70, 98, 140);
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 800;
  padding: 5px;
  text-align: right;
}

