html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.9em;
  color: #000;
}

html {overflow-y:hidden;}
body {height:100%; overflow-y:auto;}

#topFade, #botFade {
  width: 100%;
  height: 10%;
  font-size: 1px;
  position: fixed;
  left: -16px;
  background-repeat: repeat-x;
}

#topFade {
  top: 0px;
  background-position: bottom left;
  background-image: url('images/topFade.png');
}

#botFade {
  bottom: 0px;
  background-position: top left;
  background-image: url('images/botFade.png');
}

#menuContainer {
  width: 250px;
  height: 100%;
  position: fixed;
  top: 0px;
  right: 16px;
  background-color: #FFF;
}

#menu {
  height: 80%;
  border-left: solid 1px #000;
  text-align: center;
}

#contentTable {
  width: 100%;
  text-align: center;
  overflow-y:scroll;
}

#contentTable tr td {
  padding-bottom: 18px;
}

#logo {
  margin: 0 0 13px 0;
}

#links {
  padding: 0;
  margin: 0;
}

#links li {
  list-style-type: none;
  text-align: left;
  margin: 0 0 5px 33px;
}

.spacer {
  height: 10%;
  font-size: 1px;
}

.menuSpacer {
  width: 250px;
  font-size: 1px;
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #666;
  text-decoration: underline;
}

h1 {
  margin: 0;
  padding: 0;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.0em;
  color: #000;
}

img {
  border: none;
}

.textBox {
  width: 333px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.9em;
  border: solid 1px #666;
}

.textBox:focus {
  border: solid 1px #000;
}

input.textBox {
  text-align: center;
}

textarea.textBox {
  height: 133px;
}

.button {
  width: 88px;
  height: 24px;
  background-image: url('images/button.jpg');
  background-position: top left;
  border: none;
}

.button:active {
  background-position: 0 -24px;
}

/* IE6 FIX */

* html #topFade {position:absolute; background-image:none; background-color:#FFF;}
* html #botFade {position:absolute; background-image:none; background-color:#FFF;}
* html #menuContainer {position:absolute;}

/* LIGHTBOX DEFINITIONS */
#lightbox {
  background-color: #EEE;
  padding: 5px;
  b/order-bottom: 2px solid #666;
  b/order-right: 2px solid #666;
}

#lightboxDetails {
  width: 100%;
  padding-top: 0.4em;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.0em;
}	

#keyboardMsg {
  float: right;
}

#closeButton {
  top: 0px;
  right: 0px;
}

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

#overlay img {
  border: none;
}

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

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