html {
  height:100%; max-height:100%; 
  width:100%; max-width:100%;
  /* max-width:1024px; min-width:800px;*/ 
  padding:0; margin:0; border:0; background:#fff;
  font-size:14px; font-family: Arial, Helvetica, "Lucida Sans", sans-serif;
  /* hide overflow:hidden from IE5/Mac */ 
  /* \*/ 
  overflow: hidden; 
  /* */ 
}

body {
  height:100%; max-height:100%; width:100%; max-width:100%; overflow:hidden;
  padding:0; margin:0; border:0;
  /* background:#E77919;*/
  background:#FF7D00;
}

a:link { color: #FF7D00; text-decoration:none; }
a:visited { color: #FF7D00; text-decoration:none; }
a:hover { color: #FF7D00; text-decoration:none; }
a:active { color: #FF7D00; text-decoration:underline; }
a:focus { color: #FF7D00; text-decoration:blink; }

a img { border: 0 none; }

img { border: 0 none; }
#head {
  position:absolute; padding:0; top:0; left:0; display:block; width:250px; height:0;
  background:#FF7D00; z-index:15; color:#fff;
  vertical-align:bottom;
  margin-left:-600px; left:50%;
}
#foot {
  position:absolute; margin:0; bottom:0; left:0; display:block; width:1200px; height:0;
  background:#FF7D00; z-index:15; text-align:right; color:black;
  margin-left:-600px; left:50%;
}

#head a {
    color: white; text-decoration:none;
}
#foot a {
    color: white; text-decoration:none;
}

#left a {
    color: white; text-decoration:none; font-size:14px; font-weight:bold;
}
#left b {
    color: black; text-decoration:none; font-size:14px; font-weight:bold;
}
#left, #right {
  position:absolute; top:200px; bottom:0; width:280px; overflow:auto;
  background:#FF7D00;
}
#container {
  position:absolute; top:0; bottom:0; width:950px; z-index:4; overflow:auto;
  background:white;
  margin-left:-300px; left:50%;
}
* html #container {
  height:100%; top:0; bottom:0; border-top:0 solid #fff; border-bottom:0 solid #fff;
}
* html #left, * html #right {
  height:100%; top:0; bottom:0; border-top:0 solid #fff; border-bottom:0 solid #fff;
}
#container th, td { 
  border-top-width: 0 !important; border-left-width: 0 !important; border-right-width: 0 !important;
}

#left { margin-left:-600px; left:50%; z-index:25;}
#right { margin-left:250px; left:50%; z-index:25 }

.inner {display:block; padding:10px;}
.bold { font-weight:bold;}
.white { color:white; }