body {
  background-color: #ffffff;
  margin: 0px; padding: 0px;
}

p, td, th, h1, h2, h3, h4, h5, h6, div {
  font-family: Verdana, Arial, Helvetica;
}
p, td, th, div {
  font-size: 10px;
}

div#logo {
  position: absolute;
  z-index: 50;
}

div#logo img {
  border: 0px transparent none;
}

div#navigation {
  position: absolute;
  left: 330px;
  margin: 0px; padding: 0px;
  z-index: 100;
}

div#mainnavigation {
  position: relative;
  float: left;
}
div#mainnavigation img.button {
  margin-top: 6px;
  border: 0px none transparent;
}

div#sidenavigation {
  float: left;
  padding: 5px;
  position: relative;
  top: 40px;
  height: 60px; width: 80px;
  background-image: url(../images/bg_sidenav.gif);
  background-position: bottom; background-repeat: no-repeat;
}

div#sidenavigation a:link, a:visited {
  color: #000000; font-size: 10px; font-weight: normal;
  text-decoration: none;
}
div#sidenavigation a:hover, a:active {
  color: #5A8BB6; font-size: 10px; font-weight: normal;
  text-decoration: underline;
}


div#content {
	position: absolute;
	top: 50px;
	z-index: 10;
}

div#sideinfo {
  float: left;
  width: 155px; height: 391px;
  border-right: 1px #5A8BB6 solid;
}

div#content-content {
  float: left;
  width: 350px; height: 400px;
  padding: 20px;
  padding-top: 17px;
  padding-left: 160px;
  background-image: url(../images/bg_content.gif);
  background-repeat: no-repeat;
}

div#content-content h1 {
  font-size: 14px; font-weight: bolder; color: #5A8BB6;
}
div#content-content p, li, ul {
  font-size: 10px; color: #000000; text-align: justify;
  line-height: 14px;
}

div.subnav-show {
  position: absolute;
  top: 70px; left: -170px;
  visibility: show;
  display: block;
  width: 150px;
}
div.subnav-hidden {
  position: absolute;
  top: 200px; left: -100px;
  visibility: hidden;
  display: none;
}
div.subnav-show a:link, a:visited {
  color: #5A8BB6; font-size: 11px; font-weight: bold;
  text-decoration: none;
}
div.subnav-show a:hover, a:active {
  color: #5A8BB6; font-size: 11px; font-weight: bold;
  text-decoration: underline;
}
div.subnav-show h1 {
  font-size: 10px; letter-spacing: 0px;
  font-weight: bold;
  color: #bb0000;
  border-bottom: 1px solid #999999;
  margin: 0px;
  text-transform: uppercase;
}
div.subnav-show p {
  font-size: 10px; 
  font-weight: normal;
  color: #000000;
  margin: 0px;
  padding: 5px;
}
div.subnav-show a.hotnews:link, a.hotnews:visited {
  color: #bb0000; font-size: 10px; font-weight: normal;
  text-decoration: none;
  padding-right: 0px;
}
div.subnav-show a.hotnews:hover, a.hotnews:active {
  color: #666666; font-size: 10px; font-weight: normal;
  text-decoration: none;
  padding-right: 0px;
}