html {
  overflow-y: scroll;
} 

#subnavi {
  display: table-cell;
  width: 150px;
  vertical-align: top;
}

#maincontent {
  display: table-cell;
  width: 670px;
  padding-left: 40px;
  vertical-align: top;
  padding-bottom: 0px;
}

#subnavi ul {
  margin: 0;
  padding: 0;
}

#subnavi li {
  list-style-type: none;
  display: block;
  width: 150px;
  background-image: url(images/dottedline_2.png);
  background-repeat: no-repeat;  
  text-align: left;
  padding-top: 10px;
  padding-bottom: 5px;
}

#subnavi li a { 
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  color: #57543A;
}

#subnavi li.active a { 
  font-weight: bold;
}

.csc-header {
  height: inherit;
}

h1 {
  background-image: url(images/dottedline_2.png);
  background-repeat: no-repeat;  
  color: #827f66;
  padding-top: 10px;
  margin-bottom: 15px;
  margin-top: 40px;
  font-size: 20px;
}

h1.csc-firstHeader {
  margin-top: 0;
}

h2 {

}

#maincontent ul {
  margin-left: 20px;
}

#footer {
  margin: 0 !important;
  text-align: center;
  width: 100%;
}

#footer * {
  color: black;
  font-size: 11px;
}

#stickyfooter {
  width: inherit;
}

/*
ul#menu_main {
  padding-top: 12px;
}


#menu_main li a {
  background: none;
  text-decoration: none;
  color: #333;
  padding: 3px;
  letter-spacing: 2px;
  font-weight: bold;
}

#menu_main li.active {
  text-decoration: underline;
}
*/
iframe {
  margin: 0;
}

#menu_service li.active a {
  text-decoration: underline;
}

#body_8 #menu_main li.uid_2 a {
  background-position: inherit;
}

div#maincontent h2 {
  font-weight: bold;
}