html {
  width: 100%;
  height: 100%;
  margin: 0%;
  padding: 0%;
  overflow: hidden;
}

body {
  width: 100%;
  height: 100%;
  margin: 0%;
  padding: 0%;
}

.contentPanel {
  height: 100%;
  width: 100%;
  margin: 0%;
  padding: 0%;
  overflow: auto;
}

.content {
  width: 54%;
  margin: 0%;
  padding: 200px 34% 100px 10%;
}

.logo {
  position: absolute;
  top: 0px;
  right: 270px;
  width: 80%;
  background-color: #F6FBFF;
  padding: 80px 2px 20px 0px;
  text-align: right;
  z-index: 1;
}

.deco {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 200px;
  width: 44px;
  padding: 0px;
  z-index: 1;
}

.separator {
  position: absolute;
  top: 92px;
  right: 266px;
  width: 1px;
  height: 100%;
  background-color: #0033cc;
  z-index: 1;
}

.menuPanel {
  position: absolute;
  top: 100px;
  right: 20px;
  width: 240px;
  height: 100%;
  z-index: 1;
}

.top_fade1,.top_fade2,.top_fade3,.top_fade4,.top_fade5 {
  position: absolute;
  right: 270px;
  width: 80%;
  height: 8px;
  background-color: #F6FBFF;
  z-index: 1;
}

.top_fade1 {
  top: 166px;
  filter: alpha(opacity = 95);
  -moz-opacity: .95;
  opacity: .95;
}

.top_fade2 {
  top: 174px;
  filter: alpha(opacity = 85);
  -moz-opacity: .85;
  opacity: .85;
}

.top_fade3 {
  top: 182px;
  filter: alpha(opacity = 70);
  -moz-opacity: .70;
  opacity: .70;
}

.top_fade4 {
  top: 190px;
  filter: alpha(opacity = 50);
  -moz-opacity: .50;
  opacity: .50;
}

.top_fade5 {
  top: 198px;
  filter: alpha(opacity = 30);
  -moz-opacity: .30;
  opacity: .30;
}

.bar {
  margin: 0px;
  padding: 0px;
  z-index: 0;
  left: 0px;
  width: 100%;
  position: absolute;
  top: 0px;
}

.menu {
  margin-top: 20px;
  font-size: 120%;
}

.menu .menu {
  margin-top: 2px;
  margin-left: 2px;
  font-size: 100%;
}

.menu .menu a {
  margin: 0px 40px 0px 6px;
  font-weight: lighter;
}

.menu .menu a:hover {
  margin: 0px 40px 0px 4px;
  font-weight: normal;
}


