body {
  padding: 20px;
  color: black;
  font-size: medium;
  background-color: #ffffdd;
  font-family: Cambria,Times,"Book Antiqua",Garamond,"Times New Roman",Serif;
  background-image: url(../img/agotile.gif);
}
a:link {
  color: #000000;
}
a:visited {
  color: #0000ee;
}
a:hover {
  color: #006600;
}
a.nav:hover {
  background-color: #ffcc33;
}
a:active {
  color: #00cc00;
}
#pagetable {
  border:  none;
  text-align: left;
  width: 100%;
  height: 100%;
}
#pagetd1 {
  vertical-align: top;
}
#headertable {
  border-style: ridge;
  border-color: #cc9933;
  text-align: left;
  font-family: "Book Antiqua","Times New Roman",Times,Serif;
  width: 100%;
}
#headertd1 {
  vertical-align: top;
  background-color: yellow;
  width: 80px;
}
#headertd2 {
  vertical-align: middle;
  background-image: url(../img/tile3.gif);
  padding-left: 50px;
  font-size: 2em;
}
#sidebartd {
  vertical-align: top;
  width: 200px;
  padding-top: 30px;
}
#eventpromo {
  border: 3px ridge #cc9933;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
  vertical-align: top;
  background-color: #990000;
  color: yellow;
  font-family: "Book Antiqua",Times,Garamond,"Times New Roman",Serif;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  font-size: x-large;
  text-shadow: #221100 0.1em 0.1em 0.1em;
  background-image: url(../img/redgrad-bgd.gif);
  background-repeat: repeat-x;
}
#contenttd {
  padding: 20px 0px 20px 20px;
  vertical-align: top;
}
#contenttitle {
  font-family: "Book Antiqua",Times,Garamond,"Times New Roman",Serif;
  font-size: xx-large;
  font-weight: bold;
  text-shadow: #663300 0.05em 0.05em 0.1em;
  text-align: center;
  color: #990000;
  padding-top: 20px;
  padding-bottom: 10px;
}
#pagecontent {
  width: 680px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  text-align: justify;
}
#footertd {
  border: 5px ridge #cc9933;
  vertical-align: top;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #cc9933;
  font-size: small;
  font-weight: bold;
  text-align: center;
}
.gendiv680px {
  width: 680px;
  padding-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.dropshadow_reg {
  text-shadow: #663300 0.05em 0.05em 0.1em;
}
.dropshadow_strong {
  text-shadow: #221100 0.1em 0.1em 0.1em;
}
img.tran {
  opacity: 1;
}
.insert {
  position: absolute;
  width: 350px;
  left: 0px;
  z-index: 2;
  top: 0px;
  height: 125px;
}
.shadow {
	-moz-box-shadow: 3px 3px 4px #663300;
	-webkit-box-shadow: 3px 3px 4px #663300;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#663300')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#663300');
}

