body {
  background: #16542c;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 9pt;
  color: #000;
  height: 100%;
  width: 100%;
  position: absolute;
}

a {
  color: #000;
  text-decoration: underline;
}

img {
  border: none;
}

#wrapper {
  margin-left: 50%;
  height:100%;
}

#subwrapper {
  background: #cecfcf;
  margin-left: -320px;
  height: 100%;
}

#middlewrapper {
  background: url('../img/leftbg.gif') top left repeat-y;
  height: 100%;
}

#contentwrapper {
  padding-top: 8%;
}

#middle {
  width: 640px;
}

#footer {
  background: #16542c url('../img/leftbgdark.gif') top left repeat-y;
  color: #fff;
  padding: 20px 20px 20px 40px;
  margin-top: 20px;
  width: 580px;
  font-size: 8pt;
}

#footer a {
  color: #fff;
}

.table {
  display: table;
}

.trow {
  display: table-row;
}

.trow.white .tcell, .tcell .white{
  background-color: #fff;
  padding: 20px;
  border-right: 1px solid #16542c;
  border-bottom: 1px solid #16542c;
  border-left: none;
}

.tcellt{
  border-top: 1px solid #16542c;
}
.tcellb{
  border-bottom: 1px solid #16542c !important;
}

.tcell{
  width: 320px;
  display: table-cell;
  line-height: 1.4em;
}

.tcell h1 {
  background: url('../img/table-top.gif') top right no-repeat;;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  padding: 0 20px;
  margin: 0;
}

.tcell .white {
  border-bottom: 0;
  padding: 10px 20px;
}

.trow.white .tcell.darkbg {

  width: 300px; 
}

.center {
  text-align: center;
}

.tcelll {
  border-left: 20px solid #c4006f !important;	
}
