body {
  background-color: #FFFFFF;
  font-size: 9pt;
  font-family: Tahoma;
  color: #122534;
  line-height: 12pt;
  margin: 0px;
}

#page {
  position: absolute;
  left: 50%;
  width: 580px;
  margin-left: -375px;
  background-image: url(/images/krio-mk_v1.jpg);
  background-repeat: no-repeat;
  padding-left: 160px;
  padding-top: 85px;
  padding-right: 10px;
}

#page li {
  list-style-image: url(/images/li.jpg);
}


#menu {
  position: absolute;
  left: 0px;
  top: 70px;
  width: 138px;
  padding: 6px;
}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


#menu li {
  display: block;
  padding: 0px;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  margin: 0px;
  border-bottom: 1px solid #D5E9EE;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

#menu li:hover {
  background-color: #96c5eb;
}

a {
  color: #55A2DF;
  text-decoration: underline;
}


#menu a {
  color: #265F80;
  text-decoration: none;
}

#menu li:hover a {
  color: #fff;
}

h1 {
  text-align: left;
  font-size: 14pt;
  color: #55A2DF;
  margin: 0px;
  margin-bottom: 10px;
}

h2 {
  text-align: left;
  font-size: 12pt;
  color: #55A2DF;
  margin: 0px;
  margin-bottom: 10px;
  margin-top: 10px;
}

#foot {
  width: 740px;
  margin-left: -160px;
  background-image: url(/images/foot_bg.jpg);
  background-repeat: no-repeat;
  height: 21px;
  margin-top: 15px;
  color: #265F80;
  padding: 5px;
  text-align: left;
}

#foot #flags {
  float: right;
}


