
body
{
  margin: 0;
  padding: 0;
  min-width: 760px;
  font-family: sans-serif;
  font-size: 12pt;
  background-color: #DEF;
  background-image: url(../images/bckg.png);
}

div#page_body
{
  width: 1030px;
  margin: auto;
  background-color: white;
  border: 2px solid #3D5579;
}

div#page_body table
{
  border-bottom: 5px solid #3D5579;
  width: 1030px;
}

div#banner
{
  background-image: url(../images/banner-stretch.png) ;
  background-repeat: repeat-x ;  
  color: white ;
  height: 386px;
}

div#banner img
{
  display: inline-block;
}

td.left
{
  display: none;
  background-color: #5C1B0C ;
background: -moz-linear-gradient(top,  rgba(92,27,12,1) 0%, rgba(125,185,232,0) 350px); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(92,27,12,1) 0%,rgba(125,185,232,0) 350px); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(92,27,12,1) 0%,rgba(125,185,232,0) 350px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c1b0c', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */

  vertical-align: top;
  min-height: 250px;
  width: 150px;
}

td.middle
{
  vertical-align: top;
  min-height: 500px;
}

td.right
{
  background-color: green ;
  width: 150px;
  vertical-align: top;
  min-height: 500px;
}


div#main
{
  margin: 50px;
  padding: 10pt;
  min-height: 300px;
}

div.footer
{
  background-color: #3D5579 ;
  border-top: 10px solid #CCC;
  width: 1030px;
  padding-top: 10px;
  height: 30px;
  color: black ;
  text-align: center;
  font-size: 10pt;
}

div.footer a
{
  color: white;
}
