* {
  font-family      : Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size        : 13px;
  color            : #837777;
  line-height      : 22px;

}
BODY, HTML {
 margin: 0px;
}

#header {
  width:  973px;
  height: 198px;
}
#footer {
  width:  973px;
  height: 52px;
  background-image: url(footer.gif);
}
#content {
  width:  973px;
  background-image: url(content.gif);
}
#navigation_top {
  width:  973px;
  height: 37px;
  background-image: url(nav_top.gif);
  text-align: justify;
}
#navigation_bottom {
  width:  973px;
  height: 50px;
  background-image: url(nav_bottom.gif);
  text-align: justify;
}



.anylinkcss{
  position:absolute;
  visibility: hidden;
  border:1px solid #D9D9D9;
  z-index: 100;
  width: 100px;
}

.anylinkcss a{
  width: 100%;
  display: block;
  text-decoration: none;
}


#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	padding-top: 0.4em;
	}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}

input {
  padding          : 2px 5px 2px 5px;
  height           : 26px;
  border           : 0px;
  border-bottom    : solid 1px #D9D9D9;
  background-color : #F4F4F4;
  color            : #000000;
  font-family      : Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  text-align       : left;
}

.button {
  padding          : 2px 5px 2px 5px;
  height           : 26px;
  border           : solid 1px #D9D9D9;
  background-color : #F4F4F4;
  color            : #000000;
  font-family      : Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  text-align       : center;
}
