#container
{
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0%;
  margin: 0%;
}

.title-bar
{
  position: absolute;
  left: 20%;
  width: 80%;
  height: 20%;
}

.menu-bar
{
  position: absolute;
  top: 20%;
  left:20%;
  width: 80%;
  height: 5%;
  background-color: #CCCCCC;
}

.main-screen
{
  position: absolute;
  top: 25%;
  left: 20%;
  width: 80%;
  height:75%;
  overflow: auto;
}

/*.logo-screen
{
  position: absolute;
  width: 20%;
  height: 20%;
}
*/

.side-menu-bar
{
  position: absolute;
  top: 0%;
  left: 0%;
  width: 20%;
  height:100%;
  overflow: auto;
}

#navlist a:link, #navlist a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
}

#navlist a:link.selected, #navlist a:visited.selected, #navlist a:hover {
        color: #000;
        background: url(square.gif) no-repeat bottom center;
}