body { 
  background-color: rgb(127,162,243);
  background-image: url("filbtr_fade.png");
  background-repeat: repeat-x;
  margin: 0px;
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 10pt;
}

img { 
  border: none;
}

div#leftpane { 
  width:253px;
}

td#menu_n { 
  background-image: url("filbtr_menu_top.png");
  height: 15px;
  width: 253px;
 }
table#menupane { 
  width: 253px;
  background-color: rgb(213,213,255);
  background-image: url("filbtr_menu_mid.png");
  position: absolute;
  top: 275px;
  left: 0px;
  border-spacing: 0px;
  border: 0px;
}
td#menu_s { 
  background-image: url("filbtr_menu_bottom.png");
  height: 15px;
  width: 253px;
}

a.menuitem { 
  display:block;
  text-align: center;
  font-family: Arial, Helvetica, Sans serif;
  font-weight: bold;
  font-size: 15px;
  color: black;
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2px;
  padding-bottom: 2px;
}

div#leftpane hr { 
  width: 75%;
  color: rgb(128,128,128);
  height: 1px;
  border: none;
  background-color: rgb(128,128,128);
  margin-top: 2em;
  margin-bottom: 2em;
}

a.menuitem:hover { 
  background-color: rgb(234,234,255);
}



img#logobig { 
  position: absolute;
  top: 57px;
  left: 306px;
  width: 430px;
  height: 142px;
}

img#logosmall { 
  position: absolute;
  top: 18px;
  left: 287px;
  width: 300px;
  height: 100px;
}

div#epbox { 
  position: absolute;
  background-image: url("filbtr_epbox.png");
  left: 304px;
  top: 274px;
  width: 434px;
  height: 178px;
  text-align: center;
}

div#epbox > h1 { 
  font-family: Tahoma,Arial, Helvetica, Sans serif;
  margin-top: 8px;
  margin-bottom: 0.3em;
  margin-left: 16px;
  margin-right: 16px;
}

div.iconbtn { 
  margin-left: 40px;
  width: 148px;
  float: left;
}
div.iconbtn > img { 
  margin-left: auto;
  margin-right: auto;
  border: 1px white;
}

div#eptext { 
  height: 4em;
  margin-left: 16px;
  margin-right: 16px;
}

div.iconbtn > a { 
  text-decoration: none;
}

div#disclaimer { 
  position: absolute;
  padding: 8px;
  left: 304px;
  top: 450px;
  width: 418px;
  text-align: center;  
  font-style: italic;
}

table#mainbox { 
  border-spacing: 0px;
  width: 692px;
  background-color: rgb(213,213,255);
  background-image: url("mainbox_middle.png");
  position: absolute;
  top: 135px;
  left: 278px;
  
}

td#mainbox_n { 
  background-image: url("mainbox_top.png");
  height: 15px;
}

td#mainbox_s { 
  background-image: url("mainbox_bottom.png");
  height: 12px;
}

td#mainboxinner { 
  padding-top: 0px;
  margin-top: 0px;
  padding-left: 16px;
  padding-right: 16px;
}

table#mainbox h1 { 
  margin-bottom: 0px;
}

table#mainbox h2 { 
  margin-bottom: 0px;
}

table#mainbox table { 
  border-spacing: 0px;
  border: 1px solid rgb(110,110,128);
}
table#mainbox table td { 
  padding-left: 4pt;
  padding-right: 4pt;
}

table#mainbox p { 
  margin-top: 3pt;
}
tr.row1 { 
  background-color: rgb(220,220,255);
}
tr.row2 { 
  background-color: rgb(234,234,255);
}