body {
      margin: 0;
      padding: 0;
      background-color: #894444;
      font-family: Arial;
      font-size: 100%; 
      color: black; 
}

a {
      text-decoration: none;
/*      font-weight: bold;  */
}

p {
      text-align: justify;
}

a:link {
      color: #770000; 
}

a:visited {
      color: #770000; 
}

a:active {
      color: #660000; 
}

a:hover {
      color: #990000; 
}


#layout_table {
    margin-left: auto;
    margin-right: auto;
}

p.pagetitle {
      font-size: 110%;
      font-weight: bold; 
}

/*************** left menu **********************/

#leftmenu {
      font-family: Verdana;
      font-weight: bold;
      font-size: 11px;
      width: 168px;
      padding: 0;
      text-align: center;
}

#leftmenu ul {
      margin: 0;
      padding: 0;
      list-style: none;
}

#leftmenu li {
      margin: 0;
      padding: 0px 5px 0px 0px;
}

#leftmenu li a {
      margin: 0;
      padding: 5px 5px 5px 5px;
}

#leftmenu a {
      display: block;
      color: #fff;
}

#leftmenu a:hover {
      color: #ff0;
}


/*************** left menu - menu1 level **********************/

#leftmenu li.menu1 {
/*      background-color: #008724;    */
}

#leftmenu li.menu1:hover {
}

#leftmenu li.menu1 a {
      margin: 0;
}

#leftmenu li.menu1#selected {
      background-color: #713838;
}

#leftmenu li.menu1#selected a {
      color: #fff;
}


/*************** left menu - menu2 level **********************/

#leftmenu li.menu2 {
      font-size: 10px;
      text-align: left;
      padding-left: 5px;
}

#leftmenu li.menu2 a {
}

#leftmenu li.menu2#selected {
      background-color: #7e3e3e;
}

#leftmenu li.menu2#selected a {
      color: #ffffff;
}


/*************** left menu - menu3 level **********************/

#leftmenu li.menu3 {
}

#leftmenu li.menu3 a {
}

#leftmenu li.menu3select {
}

#leftmenu li.menu3select a {

}


