BODY {
  background: #7AB1CC;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: small;
}

A:link, a:visited {
  color:#0000FF;
  text-decoration: none;
}
A:hover, a:active {
  color:#FF0033;
  text-decoration: none;
}

ul {
  margin-top: 0;
  padding-top: 0;
  margin-left: 0.65em;
  padding-left: 0.65em;
}

HR {
  border:0;
  background-color:#000000;
  color:#000000;
  height:1px;
}

#header {
  width: 100%;
  height: 55px;
  background-image: url(../images/header_mid.gif);
  background-repeat: repeat-x;
}
#header-left {
  width: 210px;
  float: left;
  
}
#header-right {
  margin-left: 210px;
}

#wrapper {
  width: 96%;
  margin: 0 auto;
}

#topscoop-wrap {
  height: 29px;
}
#topscoop-left {
  float: left;
  width: 33px;
  height: 29px;
}
#topscoop-right {
  float: right;
  width: 33px;
  height: 29px;
}
#topscoop-center {
  margin-right: 33px;
  margin-left: 33px;
  background-image: url(../images/top_m.gif);
  background-repeat: repeat-x;
  background-color: transparent;
  text-align: center;
  font-weight: bold;
  font-size: medium;
}

#botscoop-left {
  float: left;
  width: 32px;
}
#botscoop-right {
  float: right;
  width: 32px;
}
#botscoop-center {
  margin-right: 32px;
  margin-left: 32px;
  background-image: url(../images/bottom_m.gif);
  background-repeat: repeat-x;
}

#twocol {
  background: #BBFFFF url(../images/sidebar.gif) repeat-y fixed left;
  border-left: 1px solid black;
  border-right: 1px solid black;
  overflow: hidden;
}
#sidebar, #left {
  float: left;
  width: 200px;
}
#main, #right {
  margin-left: 200px;
  background-color: #BBFFFF;
  padding: 3px 3px 8px 8px;
}

#video_wrapper {
  width: 320px;
  margin: 0 auto;
}
#video {
  background: #BBFFFF;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.small {
  font-size: x-small;
}

.indent {
  padding-left: 6px;
  padding-right: 3px;
}

/* MENU */
.clCMEvent {
  position: absolute;
  z-index: 300;
  width: 100%;
  height: 100%;
  clip: rect(0,100%,100%,0);
  left: 0;
  top: 0;
  visibility: hidden;
}
.clCMAbs {
  position: absolute;
  width: 10;
  height: 10;
  left: 0;
  top: 0;
  visibility: hidden;
}
.clB {
  position: absolute;
  visibility: hidden;
  z-index: 300;
}
.clBar {
  position: absolute;
  width: 10;
  height: 10;
  visibility: hidden;
}
.clB {
  layer-background-color: #FFFFBB;
  background-color: #FFFFBB;
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif;
}
.clT, .clTover, .clS, .clSover, .clS2, .clS2over {
  position:absolute;
  overflow:hidden;
  height:25;
  cursor:pointer;
  cursor:hand;
}
.clT, .clTover, .clS, .clSover, .clS2, .clS2over {
  padding: 2px;
  font-size: 11px;
  font-weight: bold;
}
.clT, .clTover, .clSover, .clS2over {
  color: #000000;
}
.clS, .clS2 {
  layer-background-color: #FFFFBB;
  background-color: #FFFFBB;
}
.clSover, .clS2over, .clTover {
  layer-background-color: #BBFFFF;
  background-color: #BBFFFF;
}
