html { min-height: 100%; margin-bottom: 1px; }

body {
  background-image: url(/images/body_bg.gif);
  background-position: top center;
  margin: 0px;
  text-align: center;
}

.shaddowTable {
  width: 678px;
  margin: 0px auto;
  background-image: url(/images/shaddowrepeat.gif);
  background-repeat: repeat-y;
  background-position: 0px -1px;
  text-align: left; 
}

.topbg {
  width: 650px;
  background-image: url(/images/copy_bg_top.gif);
  background-repeat: no-repeat;
  background-position: top right;
}

.bottombg {
  width: 650px;
  background-image: url(/images/copy_bg_bottom.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
}

.menucell {
  background-image: url(/images/menu_repeat.jpg);
  background-repeat: repeat-y;

}

h1 {
  font: bold 25px arial;
  color: #807F83;
  margin-top: 18px;
}

p, td, li {
  font: 12px arial;
  line-height: 16px;
  color: #807F83;
}

div.copy {
   width: 650px;
   padding:0px 20px 20px 20px;
}

a {
	color: #F58026;
}

td.rowheader{
  background-color:#F58026;
  color:#ffffff;
  font-weight:bold;
  padding:3px;
}

td.row{
  border:1px solid #F58026;
  color:#807F83;
  padding:3px;
}

td.rowheaderc{
  background-color:#F58026;
  color:#ffffff;
  font-weight:bold;
  padding:3px;
  text-align:center;
}

td.rowc{
  border:1px solid #F58026;
  color:#807F83;
  padding:3px;
  text-align:center;
}