DIV.sidebar {
  width:                 200px;
  height:                auto;
  margin:                0;
  padding:               0;
  float:                 left;
}

DIV.sidebar h3 {
  text-align:	         center;
  color:                 #0000DD;
  font-family:	         Arial, Helvetica, Verdana, Tahoma, sans-serif;
  font-weight:           Bold;
  font-size:		 100%;
}

DIV.sidebar p {
  font-size:		 90%;
}

Div#middlestuff {
  width:                 620px;
  height:                auto;
  margin:                0 1px;
  padding:               0;
  float:                 left;
}

table.sidebar {
  background:            #5577cc url(images/sb_shade) top left repeat-x repeat-y;
  width:                 100%;
  height:                100%;
  border-collapse:       collapse;
  margin:                0;
  padding:               0;
}

th.topL {
  width:                 20px;
  height:                20px;
  background:            transparent url(images/cornerleft.jpg) top right no-repeat;
  margin:                0;
  padding:               0;
}

th.topC {
  height:                20px;
  background:            transparent url(images/topcenter.jpg) top left repeat-x;
  color:                 #ffffff;
  text-align:            center;
 /*  font-family:           helvetica, arial, verdana, tahoma, sans-serif;*/
  font-variant:          small-caps;
  margin:                0;
  padding:               0;
}

th.topR {
  width:                 20px;
  height:                20px;
  background:            transparent url(images/cornerright.jpg) top left no-repeat;
  margin:                0;
  padding:               0;
}

td.botL {
  height:                20px;
  background:            #ffffff  url(images/botleft.jpg) bottom left no-repeat;
  margin:                0;
  padding:               0;
}

td.botC {
  height:                20px;
  background:            #ffffff  url(images/botcenter.jpg) bottom right repeat-x;
  margin:                0;
  padding:               0;
}

td.botR {
  height:                20px;
  background:            #ffffff  url(images/botright.jpg) bottom right no-repeat;
  margin:                0;
  padding:               0;
}

td.sideL {
  background:            #ffffff  url(images/ctrleft.jpg) top left repeat-y;
}

td.sideR {
  background:            #ffffff  url(images/ctrright.jpg) top right repeat-y;
}

td.infoarea {
  background:            #ffffff;
}

