html {
    display: block;
    font-family: Georgia,'Times New Roman', times,serif;
    font-size: 12px;
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

body {text-align: center; background-color: white; color: gray; 
    margin: 5px 0px 0px 0px; padding: 0px;}

div { margin: 0px auto; padding: 0px; text-align: left; }

#container  { width: 718px; height: auto; border-style: solid; border-width: 1px;
            border-color: #e5e5e5; padding: 0px;}

#top-banner {width: 100%; height: 67px; border-style: solid; border-width: 0px;
            text-align: left; padding: 5px 0px 0px 0px;}

#top-menu{width: 100%; height: 22px; background-color: white; border-bottom-style: 
          solid; border-bottom-width: 0px; display: none;}

#left-menu { width: 190px; height: auto; float: left; 
  border-style: solid; border-width: 1px; border-color: #9d9999;
  margin: 0px 0px 5px 5px;}

.menu-header {
  height: 34px;
  border-color: #2e302f;
  border-width: 1px;
  border-style: solid;
  background-color: #3f3f3f;
  color: gray;
  font-size: 26px;
  font-weight: bold;
  text-align: left;
  padding: 0px 0px 0px 12px;
  margin: 0px;
}
#menu1 { width: 180px; min-height: 150px; float: none; margin: 0px;padding: 5px 5px 5px 5px;}

#menu2 { width: 100%; min-height: 279px; 
          border-top-style: solid; border-top-width: 0px; float: none;}

#content { width: 510px; float: left; padding-left: 5px;
          min-height: 430px; height:auto !important;height:430px;
          text-align: justify;
          }

#page-footer {clear: both;
    width: 710px; height: 30px; margin-top: 5px; margin: 5px 5px 5px 5px;
    border-top-style: solid; border-top-width: 1px; text-align: center;}

h1 {margin: 0px; font-size: 25px; min-height: 30px; background-color: #3e598e; color: white;
  padding: 0px; border-color: #2b4a81; border-style: solid; border-width: 3px;
  text-align: left;}    
h2 {font-size: 18px; font-weight: bold; }
h3 {font-size: 12px; font-weight: bold; }
p{padding: 0px;}

#left-menu ul {
  border: 0px;
  margin: 0px;
  padding: 0px;
}
#left-menu li {
    padding-left: 10px;
    margin: 0px 0px 2px 0px;
    border-style: dotted;
    border-width: 0px 0px 1px 0px;
    background-image: url("img/item.gif");
    background-position: 3px 3px;
    background-repeat : no-repeat;
    display: block;
}

img {border: 0px;}
a { color: #b31d1c; font-weight: bold; text-decoration: underline;}

#left-menu a {
  color: gray;
  font-weight: normal;
  display: block;
  text-decoration: none;
}

#page-footer a {
  color: gray;
  text-decoration: none;
  font-weight: normal;
}