body{
  margin: 0;
  padding: 0;
  font-family: arial, helvetica;
  font-size: 12pt;
  line-height: 1.25;
}
h1{
  margin-top:0;
  font-size: 14pt;
}
h2{
  margin-top:5px;
  font-size: 12pt;
}
a {
  text-decoration: none;
}
.eventbox th, .eventbox td
{
   border: 1px solid white;
}
#wrapper{
  width: 90%;
  margin: 0 auto;
  background: url(images/hdrbg.gif) repeat-x top;
}
.header{
  width: 100%;
  background: url(images/hdrr.gif) top right no-repeat;
}
.box{
  margin-bottom:1em;
}
.menubar{
  width: 100%;
  height: 25px;
  border: 1px solid white;
}
.menu{
  color: #800000;
  list-style: none;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
}
.menuitem{
  float: left;
  display: block;
  top: 0;
  margin: 2px 2px 0 2px;
  padding: 0 20px 0 10px;
  border: 1px solid #800000;
  font-family: arial, helvetica;
  font-size: 11pt;
}
.menuitem a{
  text-decoration: none;
  color: #800000;
}
.menuitem a:hover{
  color: red;
}
.curr {
  background: #ffc0c0;
}
.toright{
  border-width: 0;
  float: right;
}
.leftcol, .maincol, .rightcol{ 
  display: table-cell; 
} 
.content{ 
  width: 100%;
  border-collapse: collapse; 
  display: table; 
  table-layout: fixed; 
  margin-top: 10px;
} 
.cl_left{ 
  width: 35%; 
  padding: 10px; 
  border-top: 0px solid #800000;
  background: #eee; 
} 
.cl_mid{ 
  width: 45%; 
  padding: 10px; 
  background: white; 
  border-top: 0px solid #800000;
} 
.cl_right{ 
  width: 6em; 
  padding: 10px; 
  border-top: 0px solid #800000;
  background: #eee; 
} 
.rightcol h2{
  margin-top:0;
  font-size: 13pt;
  color: #800000;
}
.footer{
  margin-top: 25px;
  width: 100%;
}
.small{
  font-size: 8pt;
}
.ltred{
  background: #ffc0c0;
}
.ltblue{
  background: #c0ffff;
}
.ltyellow{
  background: #ffffc0;
}
.newsitem{
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 5px;
  background: white;
  border: 1px solid silver;
}
.newsitem strong{
  color: #800000;
}
.newsitem a {
  padding: 5px;
}
.newsitem a:hover {
  color: orange;
}
.gameitem{
  margin: 0;
  width: 12em;
}
.gameitem a:hover {
  color: orange;
}
.gameday{
  display: inline-block;
  margin-left: 10px;
  width: 6em;
  font-weight: bold;
}
.gametime{
  display: inline-block;
  text-align: right;
  width: 4em;
  margin-left: 10px;
}
.calendar tr, .calendar td {
  border: 1px solid #800000;
}