body, table, td {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Bitstream Vera Sans, Sans-Serif, Arial;
  font-size: 12px;
  color: #002040;
  border-style: none;
  border-width: 0px;
}

body {

  xoverflow: -moz-scrollbars-vertical;
  overflow-y: scroll;

  background-image: url(../images/bg_tile.gif);
  background-color: #dfd7c6;
}

table.main {
  height: 100%;
}

td.leftside {
  background-image: url(../images/shadow_left.gif);
  background-position: right top;
  background-repeat: repeat-y;
}

td.rightside {
  background-image: url(../images/shadow_right.gif);
  background-position: left top;
  background-repeat: repeat-y;
}

td.content {
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #564345;
  border-top-style: none;
  border-bottom-style: none;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  text-align: left;
  vertical-align: top;
height: auto;

  background-image: url(../images/content_title_bg.gif);
  background-position: top-left;
  background-repeat: no-repeat;
}

td.title {
  padding: 0px;
  background-image: url(../images/titlepic.gif);
  background-position: bottom;
  background-repeat: repeat-x;
}


a {
  color: #472337;
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  color: #754c4e; 
  text-decoration: none;
} 
 
a:active {
  color: #754c4e; 
  text-decoration: none;
}  
 
a.menu {
  margin: 0px;
  color: #433220;
  font-size:18px;
  font-weight:bold;
  text-decoration: none;
}

a.menu:hover {
  margin: 0px;
  color: #4f6182;
  xcolor: #2f4162;
  font-weight:bold;
  text-decoration: none;
}

h1 {
  margin: 0px;
  font-size: 20px;
  color: #ffffff;
  font-weight:bold;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 17px;
  color: #002040;
  font-weight:bold;
  padding-bottom: 1px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 17px;
  color: #a00000;
  font-weight:bold;
  padding-bottom: 1px;
}

small {
  font-size: 10px;
}



div.menu {
  margin-left: 300px;
  width: 430px;
  height: 86px;
  margin-top: 34px;
background-color: #f6f3eb;
}



div.bottom_center {
height: 33px;
  text-align: center;
  background-image: url(../images/bottom_center.jpg);
  background-position: top center;
  background-repeat: no-repeat;
font-size: 10px;
}

div.bottom_left {
height: 33px;
  background-image: url(../images/bottom_left.jpg);
  background-position: right top;
  background-repeat: no-repeat;
}

div.bottom_right {
height: 33px;
  background-image: url(../images/bottom_right.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}

#small {
  font-size: 10px; 
  color: #84646c;
}



