/****************************************/
/*  Division of Student Services styles
/*              Intramural Sports
*****************************************/
body {
  background-color: #f1f1f1;
}

#container {
  width: 958px;
}
#metamenu { 	
  width: 958px;
}


#metamenu li
{ 
  margin: 0px 48px;
}


#banner {
  width: 958px;
  height: 120px;
  background: #11297b url('/fileadmin/user/StudentServices/CampusRecreation/Intramurals/image_header/header_banner.gif') no-repeat;
}
#headerLnk {
  display:block;
  width:958px;
  height:111px;
  }
#main
{
  width: 958px;
  background-image: url('/fileadmin/user/StudentServices/images/background_wide.gif');
  background-repeat: repeat-y;
}
/*************************************************************************/
#col_left {
  width: 220px;
  margin-bottom: 92px;
}
#leftCOL {
  width:198px;
  margin: 0 10px;
  padding:0;
  background-color: #d8d8d8;
  border: 1px solid #333333;  
}
#leftCOL p, #leftCOL h1, #leftCOL h2, #leftCOL h3, #leftCOL h4, #leftCOL h5, #leftCOL h6 {
  margin:12px;
  }
#leftCOL form {

  }
#leftCOL .csc-header h4 {
  color:#FFFFFF;
  background-color:#11297b;
  padding:4px 10px;
  margin:2px;
}

#logo {
  left:40px;
  width: 180px;
}

#logo #div_cu_logo {
  width: 180px;
}


#col_left #content_left {
  margin: 10px 0px;
  background-color: #11297b;
  padding: 10px;
  width: 172px;
}

#col_center
{
  float: left;
  display: inline;
  width: 718px;
}

#col_center #content
{
  float: left;
  display: inline;
  padding: 6px 8px 8px 18px;
  width: 702px;
  overflow:hidden;
}

#col_center #content_right {
  width: 250px;
}

table th {
  background-color:#11297b;
  color:#ffffff;
  padding:4px 10px;
}
table td {
  padding:4px 10px;
}


