/* Start of CMSMS style sheet 'Multi-Sport' */
body {
  background-color: #377100;
  margin: 0px;
  padding: 0px;
}
p {
  padding: 0px;
  margin: 0px;
}
form {
  margin: 0px;
  padding: 0px;
}
.container {
  width: 814px;
  background: white;
}

.container .header {
  width: 814px;
  height: 169px;
  background-image: url('/images/header.jpg');
}

.container .menu {
  width: 814px;
  height: 34px;
  background-image: url('/images/menu.png');
  background-repeat: repeat-x;
}
.container .menu a {
  display: block;
  height: 34px;
  line-height: 34px;
  font-family: Verdana;
  font-size: 13px;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.container .menu a:hover {
  background: url('/images/menu-hl.png');
}
.container .menu a.active, .container .menu a.active:hover {
  background: white;
  color: black;
}

.container .content {
  width: 814px;
}

.container .content .left {
  width: 540px;
  padding: 14px;
  text-align: left;
  vertical-align: top;
  font-family: Verdana;
  font-size: 12px;
  color: black;
}
.container .content .left h1 {
  margin: 0px 0px 12px 0px;
  padding: 0px;
  font-size: 14px;
  color: #275100;
}
.container .content .left a {
  color: #275100;
}

.container .content .spacer {
  width: 4px;
  background-color: #F3F2BD;
}

.container .content .right {
  background-color: #FFFFEE;
  width: 230px;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  font-family: Verdana;
  font-size: 11px;
  color: black;
}
.container .content .right input {
  font-family: Verdana;
  font-size: 11px;
}
.container .content .right h1 {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  color: #275100;
}
.container .content .right a {
  color: #275100;
}

.container .footer {
  background: #1D1D1D;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  font-family: Verdana;
  font-size: 11px;
  color: white;
  font-weight: bold;
}
.container .footer a {
  color: #606060;
  text-decoration: none;
  padding-right: 10px;
}
/* End of 'Multi-Sport' */

