body
{
  background-color: #f1f1f1;
}

.page
{
  width: 750px;
  height: 100%;
  border: 1px solid #000000;
}

td
{
  font-family: verdana;
  font-size: 11px;
}

h3
{
  font-weight: bold;
  font-size: 14px;
}

a
{
  text-decoration: none;
  font-weight: bold;
  color: #a2762c;
}

a:hover
{
  text-decoration: underline;
  color: #000000;
}

.content
{
  height: 100%;
  padding: 5px;
  background-color: #ffffff;
  background-image: url(/images/body_bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}

.header
{
  background-color: #285582;
  background-image: url(/images/header.jpg);
  background-repeat: no-repeat;
  height: 150px;
  padding-right: 5px;
  padding-bottom: 5px;
  vertical-align: bottom;
  text-align: right;
  font-weight: bold;
  color: #ffffff;
}

.header A
{
  color: #ffffff;
}

.menu
{
  width: 150px;
  color: #000000;
  vertical-align: top;
  background-color: #8D9FCD;
  background-image: url(/images/menu_bg_bottom.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}

.menu .selected
{
  background-color: #285582;
  background-image: url(/images/menuitem_bg.gif);
  color: #ffffff;
}

.menu .selected A
{
  color: #ffffff;
}

.menuitem
{
  padding: 4px 6px 4px 6px;
}

.menuitem A
{
  color: #000000;
}


ul {
  margin:10px;
  padding-left: 10px;
}

li {
  margin-bottom: 5px;
}


ul.submenu {
  margin:0px;
  padding-top: 4px;
  padding-left:0px;
  padding-bottom: 0px;
  list-style-type:none;
}

ul.submenu li {
  padding-left: 9px;
  background-repeat:no-repeat;
  background-image:url(/images/navli.gif);
  background-position:1px 5px;
  color:#000000;
}

ul.submenu li a {
  color:#9D9DFF;
  font-weight:normal;
  padding-left: 5px;
}


.footer
{
  background-color: #c2c2c2;
  background-image: url(/images/footer.jpg);
  text-align: center;
  border-bottom: 1px solid #66410a;
  height: 20px;
}

.footer A
{
  color: #80540a;
}


.wt_credits
{
  background-color: #eeeeee;
  color: #666666;
  text-align: center;
  height: 20px;
}

.wt_credits A
{
  font-weight: bold;
  color: #999999;
  text-decoration: none;
}

.wt_credits A:hover
{
  text-decoration: underline;
}


.itextV
{
  font-family: verdana;
  font-size: 11px;
  color: #000000;
  border: 1px solid #CC0000;
}

.itext
{
  font-family: verdana;
  font-size: 11px;
  color: #000000;
  border: 1px solid #999999;
}

.itextarea
{
  font-family: verdana;
  font-size: 11px;
  color: #000000;
  border: 1px solid #999999;
  width: 100%;
  height: 100px;
}

.ibutton
{
  padding-left: 10px;
  padding-right: 10px;
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  background-color: #a2762c;
  background-image: url(/images/menuitem_bg.gif);
  border: 1px solid #000000;
}
