
html {
  min-height: 100%;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}

a, a:visited {
  color: Navy;
}

a:hover {
  color: Blue;
}

body {
  color: White;
  font: normal 10pt Tahoma, sans-serif;
  background: White;
}


/* Left Navigation Wrapper*/
.NavigationLeftWrapper {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 308px;
  height: 750px;
  background-color: transparent;
}

.NavigationLeftWrapperVertical {
  background: transparent url("../img/navbg.png") repeat-y left top;
  height: 100%;
}

.NavigationLeftWrapperBottom {
  background: transparent url("../img/navbg.png") no-repeat top right;
}


/* Left Navigation Menu */
.NavigationLeft {
  background: url(../img/back.jpg) repeat-y left top;
  left: 7px;
  top: 0px;
  width: 264px;
  height: 736px;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12pt;
  padding: 15px 15px 0;
  letter-spacing: 2px;
}

.NavigationLeft .Image {
  width: 55px;
  float: left;

}

.NavigationLeft .Menu {
  width: 209px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  float: right;
  font-weight: bold;
  padding-top: 62px;
  line-height: 21px;
  white-space: nowrap;
  color: Navy;
  letter-spacing: 0px;
}

.NavigationLeft .Menu a, a:visited {
  color: Navy;
  text-decoration: none;
}

.NavigationLeft .Menu a.back, a.back:visited {
  color: Navy;
  text-decoration: none;
  font-size: 9pt;
}

.NavigationLeft .Menu a:hover {
  color: Red;
  text-decoration: none;
}


/* Header */
.PageHeader {
  left: 335px;
  top: 15px;
  position: absolute;
  width: 750px;
  padding: 0;
  text-align: center;
  vertical-align: top;
}

.language a, a:visited {
  color: Navy;
  text-decoration: none;
}

.language a, a:hover {
  color: Red;
  text-decoration: underline;
}


/* Breaking News */
div.floater {
  background-color: #2864A0;
  color: White;
  font-family: Arial, Helvetica, sans-serif;
  white-space: nowrap;
  display: block;
  padding-bottom: 3pt;
  padding-left: 5pt;
  font-size: 10pt;
  font-weight: bold;
  height: 16px;
}

div.floaterEmpty {
  background-color: White;
  color: White;
  font-family: Arial, Helvetica, sans-serif;
  white-space: nowrap;
  display: block;
  padding-bottom: 3pt;
  padding-left: 5pt;
  font-size: 10pt;
  font-weight: bold;
  height: 16px;
}

span.ticker {
  color: Red;
  width: 700px;
  display: inline;
  overflow: hidden;
}


/* Content */
.Content {
  background-color: White;
  left: 335px;
  top: 115px;
  position: absolute;
  width: 750px;
  background: White;
  font-size: 10pt;
  margin: 0 auto;
}


.menubar {
  background: url(../img/navi.jpg);
  width: 750px;
  height: 32px;
  padding:0;
  margin:0;
}

.menu ul {
  list-style-type:none;
  padding:0;
  margin:0;
  z-index:100;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li {
  float:left;
  position:relative;
  z-index:100;
}

/* use the table to position the dropdown list */
.menu table {
  position:absolute;
  border-collapse:collapse;
  z-index:80;
  left:0px;
  top:32px;
  z-index: 100;
}

/* style all the links */
.menu a, .menu :visited {
  display:block;
  width:100px;
  padding:7px 0;
  color:#505050;
  text-decoration:none;
  margin-right:1px;
  text-align:center;
  font: bold 11pt sans-serif;
  white-space: nowrap;
  background: Silver url(../img/navi.jpg);
  z-index: 100;
}

/* style the links hover */
.menu :hover {
  color:Black;
  background-position: left bottom;
  z-index: 100;
}

/* hide the sub level links */
.menu ul ul {
  visibility:hidden;
  position:absolute;
  width:150px;
  height:0;
  z-index: 100;
}

/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul {
  visibility:visible;
  z-index: 100;
}

/* style all the sub links */
.submenu a, .submenu :visited {
  color:#505050;
  text-align:left;
  font: bold 9pt sans-serif;
  white-space: nowrap;
  background: #E6E6E6;
  padding-left: 12px;
  width:170px;
  z-index: 100;
}

/* style the sub links hover */
.submenu :hover{
  color:Black;
  background: #C8C8C8;
  z-index: 100;
}


/* footer */
.footer {
  position: absolute;
  left: 335px;
  top: 783px;
  width:750px;
  background: url(../img/navi.jpg) repeat-x;
  color: Gray;
  font: bold 10pt sans-serif;
  line-height: 31px;
  text-align: left;

}

.footer a, .footer a:visited {
  color: #505050;
  text-decoration: none;
  background: Silver url(../img/navi.jpg);
  display: block;
  float: right;
  line-height: 31px;
  padding: 0 20px;
}

.footer a:hover {
  background-position: left bottom;
}
