body, html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #c8c698;
  font-size: 13px;
  color: #000000;
}

body, input, textarea, select, option {
  font-family: Verdana, sans-serif;
}

input, textarea, select, option {
  font-size: 9pt;
}

input, textarea, select, option, button {
  margin: 2px;
}

table {
  border-collapse: collapse;
  font-size: 100%;
}

td, th {
  vertical-align: top;
  text-align: left;
  padding: 0;
  margin: 0;
}

a {
  color: #144db4;
}

a img {
  border: 0;
}

table.page {
  margin-left: auto;
  margin-right: auto;
  width: 880px;
  margin-top: 30px;
  margin-bottom: 20px;
}

td.box-top-left {
  background: url('../images/box-top-left.jpg') right bottom no-repeat;
  height: 100px;
  width: 124px;
}

td.box-top-logo {
  background: #fafafa url('../images/box-top-bg.jpg') bottom repeat-x;
  height: 100px;
  min-width: 210px;
  max-width: 210px;
  width: 210px;
}

td.box-top-menu {
  background: #fafafa url('../images/box-top-bg.jpg') bottom repeat-x;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  padding-top: 10px;
}

td.box-top-right {
  background: url('../images/box-top-right.jpg') bottom no-repeat;
  width: 3px;
  min-width: 3px;
  max-width: 3px;
}

td.header-left {
  background: url('../images/header-left.jpg') right no-repeat;
  height: 253px;
  width: 124px;
}

td.header-photo {
  background: #fafafa url('../images/header-photo.jpg') left no-repeat;
  height: 253px;
  min-width: 740px;
}

td.header-right {
  background: url('../images/box-right.jpg') left repeat-y;
  width: 3px;
  min-width: 3px;
  max-width: 3px;
}

td.box-middle-left {
  background: url('../images/box-middle-left-filler.jpg') right top repeat-y;
  width: 124px;
}

td.box-middle-right {
  background: url('../images/box-right.jpg') left repeat-y;
  width: 3px;
  min-width: 3px;
  max-width: 3px;
}

td.box-bottom-left {
  background: url('../images/box-bottom-left.jpg') top right no-repeat;
  height: 3px;
  width: 124px;
}

td.box-bottom-right {
  background: url('../images/box-right.jpg') top repeat-x;
  height: 3px;
}

table.menu {
  margin-right: 22px;
  margin-top: 35px;
  float: right;
}

table.menu td {
  vertical-align: bottom;
}

table.menu td.menuSpacer {
  background: url('../images/button_spacer.png') 50% 60% no-repeat;
  width: 30px;
}

img.buttonImage {
  cursor: pointer;
  vertical-align: middle;
}

td.content {
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 20px;
  padding-bottom: 20px;
  background: #fafafa
}

td.content hr {
  height: 0px;
  border: 0;
  border-top: 1px solid #bdbb86;
  margin-top: 1px;
  margin-bottom: 10px;
}

div#content {
  text-align: justify;
}


