body {
  font-family: 'Arial MT', Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #000000;
  background-color: #F5F5dc;
  background-image: url(../images/body_bg.jpg);
  background-repeat: repeat-x;
  background-position: left top; }

table {
  font-size: 1em; }

#main {
  width: 830px;
  margin: 0 auto !important; }

#border_top {
  width: 827px;
  height: 21px;
  background-image: url(/images/top_corner.jpg); }

#border_bottom {
  width: 827px;
  height: 21px;
  background-image: url(/images/bottom_corner.jpg); }

#border_middle {
  width: 827px;
  min-height: 600px;
  background-image: url(/images/border_middle.jpg);
  background-repeat: x; }

.fl {
  float: left; }

.cl {
  clear: both; }

.menu_block {
  width: 200px;
  margin-bottom: 20px;
  font-family: 'Arial MT', Arial, Helvetica, sans-serif; }
  .menu_block .block_top {
    background: #E9C372;
    height: 20px;
    text-align: center;
    color: rgb(76, 45, 3);
    font-weight: bold;
    font-size: 1.1em;
    padding: 2px; }
  .menu_block .block_content {
    border: 1px solid #E9C372;
    padding: 5px;
    background: #FBFBE9; }

#tab_menu a {
  text-decoration: none !important;
  padding: 7px 0px;
  float: left;
  text-align: center;
  width: 90px;
  font-size: 1em;
  background: #F8EBC8;
  color: #000;
  margin-left: 5px; }
  #tab_menu a:hover, #tab_menu a.current {
    background: #E9C372;
    color: #FFF;
    font-weight: bold; }

.light_border {
  border: 13px solid #F8EBC8; }

table.menu td {
  vertical-align: top; }
  table.menu td .desc {
    font-size: .9em;
    padding: 5 15 5 5; }
table.menu tr.seperator {
  height: 15px; }

h1 {
  font-family: "Arial", "Arial MT";
  font-size: 1.8em;
  color: rgb(76, 45, 3);
  font-weight: normal; }

h2 {
  color: rgb(76, 45, 3);
  font-size: 1.1em;
  font-weight: bold; }

h3 {
  color: #A64B00;
  font-size: 1em;
  font-weight: bold; }

h4 {
  font-family: "Arial", "Arial MT";
  font-size: 1em;
  color: #E18F1F;
  font-weight: bold;
  margin: 0px; }
