/* ---- index.html --------------- */
#page_content_top {
  float: left; 
  clear: both; 
  width: 100%;
  text-align: left;
  padding: 0px;
  margin: 0px;
  background-color: #ffffff; 
  border: 0px solid #ff9933; 
  border-top: none; 
  border-left: none;
}

#page_content_bottom {
  float: left; 
  clear: both; 
  width: 100%;
  text-align: left;
  padding: 0px;
  margin: 0px;
  border: 0px solid #ff9933; 
  border-top: 2px solid #f7f0cc; 
  border-left: none;
  background-color: #FFFFFF; 
}


.top_col {
  float: left; 
  clear: none;
  text-align:left;
  width: 304px;
  margin: 2px 0px 0px 0px;
  padding: 4px 0px 4px 8px;
  background-color: #ffffff; 
}

.bottom_col {
  float: left; 
  clear: none; 
  width: 228px; 
  text-decoration: none; 
  text-align: center;
  margin: 1px; 
  padding: 2px; 
}


/* -- end index.html styles -- */
