div.Header, div.RBHeader {
	border: solid #BC8F8F;
	border-width: 0 0 2px 0;
        background:url("header.jpg") no-repeat right top;
	width: 100%;
	height:60px;
	padding:0;
   }

div.RBHeader {
	position:absolute;
	top: 0px;
	left: 0px;
    }

div.RBContent {
	position:relative;
	top: 62px;
	margin: 5px auto 5px auto;
    }

     #RBtabs {
      font: 11px Tahoma, Arial, Helvetica, sans-serif;
	position:absolute;
	bottom: 0px;
	left: 0px;
      width:100%;
      font-size:93%;
	font-weight:bold;
      line-height:normal;
      }
    #RBtabs ul {
        margin:0;
        padding:10px 10px 0 150px;
        list-style:none;
      }
    #RBtabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #RBtabs a {
      float:left;
      background:url("tableftE.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #RBtabs a span {
      float:left;
      display:block;
      background:url("tabrightE.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFFFFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #RBtabs a span {float:none;}
    /* End IE5-Mac hack */
    #RBtabs a:hover span {
      color:#FFF;
      }
    #RBtabs a:hover {
      background-position:0% -42px;
      }
    #RBtabs a:hover span {
      background-position:100% -42px;
      }

        #RBtabs #current a {
                background-position:0% -42px;
        }
        #RBtabs #current a span {
                background-position:100% -42px;
        }

     #tabs {
      font: 11px Tahoma, Arial, Helvetica, sans-serif;
	position:absolute;
	bottom: 0px;
	left: 0px;
      width:100%;
      font-size:93%;
	font-weight:bold;
      line-height:normal;
      }
    #tabs ul {
        margin:0;
        padding:10px 10px 0 150px;
        list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("tableftE.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("tabrightE.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFFFFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

        #tabs #current a {
                background-position:0% -42px;
        }
        #tabs #current a span {
                background-position:100% -42px;
        }
