/* CSS Document */

BODY {

  margin: 0px;

  background-image: url(../images/bg_trees.jpg);
  background-attachment: fixed;
  background-position: 100% 100%;
  background-repeat: repeat-x;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  }

A {
	color: #893101;
}

TABLE.big {
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_red.gif);
  background-position: top;
  background-attachment: scroll;
  background-repeat: repeat-x;
  margin: 0px;
  }

TABLE.big TD {
  text-align: center;
  vertical-align: top;
  /*background-image: url(../images/last-defence-lounge_on.gif);
  background-position: bottom;
  background-repeat: no-repeat;*/
  }

TABLE.big TD.center {
  width: 720px;
  
  }

TABLE.big TD.left {
  padding-top: 50px;
  padding-right: 20px;
  padding-left: 20px;
  }

TABLE.big TD.right {
  padding-top: 0px;
  vertical-align: top;
  padding-right: 20px;
  padding-left: 20px;
  }

TABLE.topnav {
  width: 100%;
  height: 34px;
  color: #FFD200;
  
  }
  
TABLE.topnav IMG {
  padding-left: 14px;
  padding-right: 14px;
  }

TABLE.topnav TD {
  /*padding-top: 7px;*/
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.04em;
  padding-left: 20px;
  }

TABLE.topnav A {
  color: #FFD200;
  text-decoration: none;
  font-weight: bold;
  }

TABLE.topnav A:hover {
  color: #FFD200;
  border-bottom: 1px solid #FFFFFF;
  text-decoration: none;

  }

IMG.thisisnow {
  background-image: url(../images/thisisnow_yellow.gif);
  }

IMG.thisisnow:hover {
  background-image: url(../images/thisisnow_black.gif);
  }

IMG.gsa {
  background-image: url(../images/gsa.gif);
  }

IMG.gsa:hover {
  background-image: url(../images/gsa_on.gif);
  }

TABLE.content {
  width: 720px;
  margin: 0px;
  margin-bottom: 25px;
  }

TABLE.content TD.main {
  background-color: #FFFFFF;
  vertical-align: top;
  text-align: justify;
  padding: 20px;
  line-height: 22px;
  }

TABLE.content TD.footer {
  background-image: url(../images/bg_bottom.gif);
  background-position: bottom;
  background-repeat: no-repeat;
  height: 30px;
  font-size: 12px;
  
  }

TABLE.content TD.main P A,
TABLE.content TD.main OL A,
TABLE.content TD.main UL A {
  color: #893101;
  text-decoration: none;
  background-color: #FCF495;
  border: 1px solid #F2DE8B;
  border-bottom: 1px solid #893101;
  padding-left: 2px;
  padding-right: 2px;
  }

TABLE.content TD.main P A:hover,
TABLE.content TD.main OL A:hover,
TABLE.content TD.main UL A:hover {
  /*background-color: #FFFFFF;*/
  border: 1px solid #893101;
  color: #000000;
  }

TABLE.content TD.footer P {
  color: #893101;
  border-top: 1px solid #893101;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 5px;
  text-align: center;
  }
  
TABLE.content TD.footer P A {
  color: #893101;
  text-decoration: none;
  }

TABLE.content TD.footer P A:hover {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px dotted #893101;
  }

H1 {
  color: #893101;
  font-size: 24px;
  border-bottom: 1px solid #893101;
  padding-bottom: 5px;
  }

H2 {
  color: #893101;
  font-size: 20px;
  }

H3 {
  color: #893101;
  font-size: 16px;
  }

SPAN.print  {
  float: right;
  padding: 0px;
  background-image: url(../images/printpage.gif);
  }

SPAN.print IMG:hover {
  
  background-image: url(../images/printpage_on.gif);
  }
  
SPAN.print A:hover {
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  padding: 0px;
  }

TABLE.nav {
  width: 173px;
  margin-top: 60px;
  }

TABLE.nav TD.top {
  height: 37px;
  background-image: url(../images/nav_top.gif);
  background-repeat:no-repeat;
  background-position: bottom;
  color: #FFD200;
  text-align: left;
  padding-left: 25px;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #893101;
  vertical-align: middle;
  }

TABLE.nav TD.top:hover {
  background-image: url(../images/nav_top_on.gif);
  background-repeat:no-repeat;
  background-position: bottom;
  }

TABLE.nav TD.bottom {
  height: 22px;
  background-image: url(../images/nav_bottom.gif);
  background-repeat:no-repeat;
  }

TABLE.nav TD.links {
  background-image: url(../images/nav_bg.gif);
  background-repeat: repeat-y;
  text-align: left;
  color: #FFD200;
  padding: 0px;
  
  letter-spacing: 0.05em;

  }



TABLE.nav P {
  margin: 0px;
  margin-top: 10px;

  }

TABLE.nav TD.top A {
  color: #FFD200;
  text-decoration: none;
  }

TABLE.nav TD.top A:hover {
  color: #FFFFFF;
  text-decoration: none;
  }

TABLE.nav TD.links:hover {
  background-image: url(../images/bg_nav_hover.gif);
  height: 25px;
  color: #893101;
  }

TABLE.nav TD.links {
  height: 25px;
  color: #FFD200;
  vertical-align: middle;
  }

TABLE.nav TD.links A {
  color: #FFD200;
  text-decoration: none;
  padding-left: 25px;
  }

TABLE.nav TD.links A:hover {
  color: #FFFFFF;
  text-decoration: none;

  }

DIV.highlight {
  float: right;
  color: #893101;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  border: 1px dotted #893101;
  padding: 10px;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 125px;
  }

TABLE.hometable {
  width: 100%;
  }

TABLE.hometable TD {
  text-align: left;
  vertical-align: top;
  }

DIV.home {
  /*float: right;*/
  color: #893101;
  font-size: 16px;
 /* font-weight: bold;*/
  text-align: left;
  border: 1px dotted #893101;
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-bottom: 20px;
  width: 200px;
  height: 350px;
  
  }

DIV.home P.dates {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #893101;
  padding-left: 5px;
  margin-top: 10px;
  }

  
HR {
  border: 0px;
  border-bottom: 1px dotted #893101;
  }

TABLE.events {
  width: 100%;
  height: 175px;
  border-top: 1px dotted #893101;
  background-color: #FCF5F2;
  border-left: 1px dotted #893101;
  border-right: 1px dotted #893101;
  
  }

TABLE.events IMG {
  border: 1px solid #893101;
  }

TABLE.events TD {
  border-bottom: 1px dotted #893101;
  padding-top: 20px;
  vertical-align: top;
  padding-left: 20px;
  
  }

TABLE.events TD.posters {
  width: 125px;
  text-align: left;
  height: 175px;
  }

TABLE.events TD.text {
  text-align: left;
  padding-left: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  }

TD.daily {
	width: 300px;
	border: 1px dotted #893101;
	background-color: #FCF5F2;
	vertical-align: middle;
	padding: 20px;
}



TABLE.hockey {
  width: 100%;
 /* height: 175px;*/
  border: 1px solid #893101;
  background-image: url(../images/ice.jpg);
  background-position: top;
  background-repeat: repeat-x;
  color: #003366;
  }

TABLE.hockey TR.title TD {
  background-color: #893101;
  font-weight: bold;
  color: #FFFFFF;
}

TABLE.hockey TD {
  border-bottom: 1px solid #dfe8f4;
  padding: 0px;
  vertical-align: middle;
  width: 25%;
  height: 25px;
}

TABLE.hockey IMG {
  padding-left: 2px;
  padding-right: 2px;
}

TABLE.gallery {
	width: 100%;
}

TABLE.gallery TD {
	width: 20%;
	height: 130px;
	text-align: center;
	vertical-align: middle;
}

TABLE.gallery TD IMG {
	border: 1px solid #000000;
}
