body {
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  background-color: #081A38;
  background-image: url('../images/side_bar.gif');
  background-repeat: repeat-y;
}

a, a:link {
  color: #000000;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

a:visited {
  color: #D4242F;
}

#header_middle {
  width: 750px;
  height: 50px;
}

#main_links {
  width: 649px;
  height: 25px;
  margin-left: 101px;
}

#header_bottom {
  width: 750px;
  height: 25px;
  background-image: url('../images/menu_left.gif');
  background-repeat: no-repeat;
  background-position: left;
}

#header_under {
  width: 101px;
  background-image: url('../images/shield_bottom.gif');
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
}

#content {
  width: 629px;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
}

.link_list {
  margin-left: -21px;
}

.link_list ul li {
  list-style-image: url('../images/small_star.gif');
}

.squad_table_head {
  font-weight: bold;
  text-align: center;
  background: #398BC6;
  color: #FFFFFF;
}

.squad_table_white {
  background: #FFFFFF;
}

.squad_table_grey {
  background: #DDDDDD;
}

.squad_table_white_red {
  background: #FFFFFF;
  color: #FF0000;
  font-weight: bold;
}

.squad_table_grey_red {
  background: #DDDDDD;
  color: #FF0000;
  font-weight: bold;
}

.box {
  border: #081A38 1px solid;
  background-color: #FFD933;
  width: 205px;
  margin-left: 15px;
  float: left;
}

.box_head_star {
  padding-top: 3px;
  width: 30px;
  height: 18px;
  float: left;
  background-image: url('../images/small_star.gif');
}

.box_head {
  border-bottom: #081A38 2px solid;
  padding-top: 3px;
  padding-bottom: 2px;
  text-align: center;
  width: 172px;
  float: right;
  color: #081A38;
  font-size: 12px;
  font-weight: bold;
}

.box_content {
  margin-top: 25px;
  margin-bottom: 7px;
  margin-left: 5px;
  margin-right: 5px;
  width: 195px;
  color: #081A38;
  font-size: 12px;
}