body {
  margin: 0px;
  padding: 0px;
  color: #eee;
  background-color: #000;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, serif;
  font-size: 13px;
  background-image: url(/images/body/black_fade_to_white.jpg);
  background-position: left top;
  background-repeat: repeat-x;
}

table {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 0px;
}

image { border: 0px; }

a:link { color: blue; }
a:hover { color: red; }
a:visited { color: blue; }
a:visited:hover { color: red; }


.tAlignL { text-align: left; }
.tAlignR { text-align: right; }
.tAlignC { text-align: center; }

.vAlignT { vertical-align: top; }
.vAlignM { vertical-align: middle; }
.vAlignB { vertical-align: bottom; }

.clearL { clear: left; }
.clearR { clear: right; }
.clearB { clear: both; }

/* ------------------------- Begin Layouts -------------------------- */

#BodyContainer {
  width: 980px;
  margin: 0px;
  padding: 0px;
}

#BodyLayoutContainer { padding: 0px; }

#AlanSignature { float: left; margin-top: 25px; margin-bottom: 14px; }

#TopRightTop {
  width: 100%;
  height: 175px;
  margin: 0px;
  padding: 0px;
}
  
#TopRightBottom { width: 100%; }

#TopRightTitle a:link { color: #fff; text-decoration: none; }
#TopRightTitle a:hover { color: #fff; text-decoration: underline; }
#TopRightTitle a:visited { color: #fff; text-decoration: none; }
#TopRightTitle a:visited:hover { color: #fff; text-decoration: underline; }

/* ------------------------- Begin Layouts -------------------------- */

#PageFooterContainer {
  clear: both;
  margin-top: 15px;
  text-align: center;
  font-size: 11px;
  color: #eee;
}

#PageFooterContainer a { margin: 5px; padding: 3px; }

#PageFooterContainer a:link,
#PageFooterContainer a:visited {
  color: #eee;
  text-decoration: none;
}

#PageFooterContainer a:hover,
#PageFooterContainer a:visited:hover {
  color: #eee;
  background-color: #0099FF;
}

/* -------------------------- End Layouts --------------------------- */

h1 {
  font-size: 28px;
  font-weight: normal;
  text-align: left;
}
