body {
  scrollbar-DarkShadow-Color:#777777;
  scrollbar-Track-Color:#EEEEEE;
  scrollbar-Face-Color:#EEEEEE;
  scrollbar-Shadow-Color:#EEEEEE;
  scrollbar-Highlight-Color:#EEEEEE;
  scrollbar-3dLight-Color:#777777;
  scrollbar-Arrow-Color:#777777;
  border-style: none;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #135B4A;
  margin: 0px;
  background-color: #FFFFFF;
}

body * {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #135B4A;
 font-size: 11px;
}

a {
  color: #16755E;
  text-decoration: none
}
a:hover {
  text-decoration: underline;
}
a:active {
  color: #16755E;
  text-decoration: none
}

p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #135B4A;
}

h1 {
  font-size: large;
  color: #990000
}

h2 {
  font-size: medium;
}

.navLink {
  padding-left: 3px;
  padding-right: 3px;
  font-weight: bold;
  color: #FFFFFF;
  background-image: url(../images/sm_lo.gif);
  background-repeat: no-repeat;
  padding-left: 14px;

}
.navLink:hover {
  color: #16755E;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: bold;
  text-decoration: none;
  padding-left: 14px;
}

.navLinkHi {
  padding-left: 3px;
  padding-right: 3px;
  font-weight: bold;
  color: #16755E;
  background-image: url(../images/sm_hi.gif);
  background-repeat: no-repeat;
  padding-left: 14px;

}

.navLinkHi:hover {
  text-decoration: none;
}

.snavLink {
  display: block;
  padding-bottom: 6px;
  font-weight: normal;
  color: #104D3E;
  background-image: url(../images/sm_lo.gif);
  background-repeat: no-repeat;
  padding-left: 14px;
  text-transform: lowercase;
}

.snavLink:hover {
  display: block;
  padding-bottom: 6px;
  color: #16755E;
  text-decoration: none;
}

.snavLinkHi {
  display: block;
  padding-bottom: 6px;
  font-weight: bold;
  color: #16755E;
  background-image: url(../images/sm_hi.gif);
  background-repeat: no-repeat;
  padding-left: 14px;
  text-transform: lowercase;
}

.snavLinkHi:hover {
  text-decoration: none;
}

.smNav {
  display: block;
  padding-bottom: 2px;
  font-weight: bold;
  color: #104D3E;
  background-image: url(../images/sm_hi.gif);
  background-repeat: no-repeat;
  padding-left: 14px;
  text-transform: lowercase;
  width: 220px;
  float: left;
  clear: both;
}

.smSnav {
  display: block;
  padding-bottom: 2px;
  font-weight: normal;
  color: #104D3E;
  background-image: url(../images/sm_lo.gif);
  background-repeat: no-repeat;
  background-position: 12px;
  padding-left: 28px;
  text-transform: lowercase;
  width: 220px;
  float: left;
  clear: both;
}

.info {
  border: 1px solid #DDDDDD;
  padding: 4px;
}

.logInLink {
  color: #FFFFFF;
}

.lang {

}

.langHi {
  font-weight: bold;
}

#mainFrame {
  border: 1px solid #6F9771;
}

#nav {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #6F9771;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #6F9771;
}

#topFrame {
  background-image: url(../images/bg_top.jpg);
}

#footer {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #6F9771;
}

#searchForm {
  width: 195px;
  background-color: #9CBAB7;
  color: #FFFFFF;
  border: 1px solid #6F9771;
}

.infoBlock {
  background-image: url(../images/bg_info.gif);
  background-color: #c9d6d7;
  margin-top: 5px;
  padding: 5px;
  background-repeat: repeat-x;
  border: 1px solid #6F9771;
}

.infoBlock p {
  color: #FFFFFF;
  margin-bottom: 10px;
  margin-top: 0;
}

