/* $Id: style.css,v 1.6 2006/07/12 22:15:53 irb Exp $ */

html
{
  margin: 0px;
  border: 0px;
  padding: 0px;
  height: 100%; 
  max-height: 100%; 
  background: #ffffff;
  font-style: arial, sans-serif;
  font-size: 14px;
  text-align: left;
}

body
{
  height: 100%; 
  max-height: 100%; 
  padding: 0px;
  margin: 0px;
  border: 0px;
}

#contents
{
  top: 0px;
  position: absolute;
  left: 202px;
  background: #ffffff;
/*  padding-left: 202px; */
/*  width: 100%;*/
  font-size: 14px;
  font-family: arial, sans-serif;
}

* html #contents
{
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  max-height: 100%;
  width: 100%;
  position: absolute;
  border-left: 202px solid #ffffff;
}

#sideBar
{
  top: 0px;
  position: absolute;
  top: 0px;
  left: 2px;
  width: 200px;
  background: #ffffff;
  color: #ffffff;
}

* html #sideBar
{
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  border: 0px;
  color: #ffffff;
}