html {	
   background: #E4E4E4 url(../img/bg.png) 0 0 repeat-x; 
}

div, td, th, table li, input, span, a, textarea {
   font-family: verdana, arial;
   font-size: 10px;
}

body {
  color: #000;
  text-align: center;
  margin: 0 0 0 0;   
  padding: 0 0 0 0;
}

input, textarea {
  border: 1px #000 solid;
  padding: 1 1 1 1; 
}


.bl {
  background: url(../img/bl.gif) 0 100% no-repeat #ffffff; 
  width: 890px;
  text-align: left;
  margin: 0 auto;
  height: 600px;
}

.br {
  background: url(../img/br.gif) 100% 100% no-repeat;
  height: 100%;
  text-align: left;
}

.tl {
  background: url(../img/tl.gif) 0 0 no-repeat;
  height: 100%;
  text-align: left;
}

.ft {
  background: url(../img/tr.gif) 100% 0 no-repeat; 
  height: 100%;
  text-align: left;
}

.tr {
  height: 100%;
}

.clear {font-size: 1px; height: 1px;}

div.topcorner ul {
  list-style: none;
  margin: 1px 0 -1px 0;
  padding: 5px;
  position: relative;
  list-style: none;
}

div.topcorner ul li {
  float: right;
  display: block;
  height: 25px;
  padding-right: 12px;
  padding-top: -22px;
  margin-left: -5px;
  position: relative;
  white-space: nowrap;
}

div.topcorner a {
  text-decoration: none;
}

.logo {
  background: url(../img/logo.gif) 100% 0 #ffffff no-repeat; 
  width: 280px;
  height: 90px;
  text-align: left;
}

.search {
  text-align: right;
  height: 5px;
  position: relative;
  float: right;
  top: 24px;
  right: 5px;
  display: none;
}

.search input {
  border: 1px #E6E6E6 solid;
}

div.menu {
  border-left: 1px #fff solid;
  border-right: 1px #fff solid;
  height: 50px;
  background: #fff;
}

div.menu ul {
  list-style: none;
  margin: 8 0 1 60;
  padding: 5;
  position: relative;
  top: 25px;
}

div.menu ul li {
  float: left;
  display: block;
  height: 25px;
  padding-right: 20px;
  padding-top: -20px;
  margin-left: -2px;
  position: relative;
  white-space: nowrap;
  background: url(../img/tabright-back.gif) 100% 0 no-repeat;
}

div.menu span {
  line-height: 30px;
  padding-left: 17px;
  background: url(../img/tableft-back.gif) 1px 0 no-repeat; 
  float: left;
  width: 48px;
  display: block;
}

div.menu li#current {
   z-index: 1;
   font-weight: bolder;
   border-bottom: 1px #fff solid;
   height: 25px;
   background-image: url(../img/tabright.gif);
}

div.menu li#current span {
  background-image: url(../img/tableft.gif);
}


div.menu li#current span a {
 color: #FF0000;
}

div.menu a {
  color: #1E4B78;
  text-decoration: none;
}

div.menu a:hover {
  color: #FFCC00;
}

div.centerpanel {
  background-color: #ffffff;
  height: 400px;
  width: 639px;
  float: left;
  overflow: auto;
  border-top: 1px #BBB8A9 solid;
  text-align: left;
}

div.leftpanel {
  background-color: #E6E6E6;
  height: 400px;
  width: 250px;
  float: left;
  margin-left: 0px;
}

div.bottompanel {
  height: 120px;
  text-align: center;
  font-weight: bold;
}

.rowcolor {
  background: #E6E6E6;
  color: navy; 
  text-align: left;
  font-weight: bold;
}
