
.cxLeftShadow {
  float: left;
  width: 16px;
  height: 100%;
  background-image: url('media/ax-left.gif');
  background-repeat: repeat-y;
  overflow: hidden;
}

.cxRightShadow {
  float: right;
  width: 16px;
  height: 100%;
  background-image: url('media/ax-right.gif');
  background-repeat: repeat-y;
  overflow: hidden;
}

.cseHousing { 
  background-color: #EEEEEE; 
  height: 150px;
  width: 832px; 
  left: 0px; 
  top: 0px; 
  position: relative; 
  margin: 0 auto; 
  text-align: justify;
  padding: 0;
}

.cseContent {
  top: 10px;
  left: 40px;
  float: right;
  width: 740px;
  position: absolute;
}

.cxeHousing {
  height: 20px;
  width: 832px; 
  left: 0px; 
  top: 20px; 
  position: relative; 
  margin: 0 auto; 
  text-align: left;
  padding: 0;
}

.creHousing {
  background-color: #EEEEEE;
  height: 80px;
  width: 832px; 
  left: 0px; 
  top: 0px; 
  position: relative; 
  margin: 0 auto; 
  text-align: left;
  padding: 0;
}

.creContent {
  top: 12px;
  left: 30px;
  float: right;
  width: 740px;
  position: absolute;
}

a.cxLink:link {
  color: #828282;
  font-weight: bold;
  text-decoration: none;
}
 
a.cxLink:visited {
  color: #828282;
  font-weight: bold;
  text-decoration: none;
}

a.cxLink:hover {
  color: #828282;
  font-weight: bold;
  text-decoration: underline;
}
