
/* make sure everything is aligned */
body, div, img, table, td {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 0;
  margin: 0;
  padding: 0;
}

a:link { color: #666633; font-weight: bold; text-decoration: none}
a:active { color: #666633; font-weight: bold; text-decoration: none }
a:visited { color: #666633; font-weight: bold; text-decoration: none }
a:hover { color: #666633; font-weight: bold; text-decoration: underline }

/* fix spacing problems */
img {
  display: block;
}

/* center content across IE & Firefox */
body {
  background-color: #A78351;
  color: #000;
  text-align: center;
}
body * {
  text-align: left;
}
body > table {
  margin: 0 auto;
}

span.bold {font-weight: bold;}

span.small {font-size: 9px;}

/* site-wide headline */
span.headline {
  background-color: #fff;
  color: #006600;
  font-size: 115%;
  font-weight: bold;
}

/* page header */
td#header {
  background-color: #ffd50f;
  color: inherit;
  height: 158px;
  width: 591px;
}

table#mainMenu {
  height: 339px;
  width: 164px;
}

table#flashMenu {
  height: 390px;
  width: 164px;
}

td.topMenuCell {
  height: 26px;
}

td#contentDivider {
  height: 17px;
}

/* content section */
td#content {
  background-color: #fff;
  color: #444;
  height: 528px;
  width: 591px;
  font-family: verdana, sans-serif;
  font-size: 11px;
  vertical-align: top;
  width: 506px;
}
td#content div {
  background-color: #fff;
  color: #444;
  padding: 15px;
  vertical-align: top;
}
td#rightSide {
  background-image: url('../images/rightSideBg.gif');
  background-repeat: repeat-y;
  vertical-align: top;
}

td#small {
  background-color: #fff;
  color: #444444;
  height: 460px;
  width: 591px;
  font-family: verdana, sans-serif;
  font-size: 9px;
  vertical-align: top;
}

/* page footer */
td#footer {
  background-image: url('../images/bottomBg.gif');
  background-repeat: no-repeat;
  color: #fff;
  height: 59px;
  text-align: center;
  vertical-align: middle;
  width: 769px;
}
td#footer, td#footer a {
  font-family: verdana, sans-serif;
  font-size: 9px;
  font-weight: bold;
}

td#leftSide {
  background-color: #fff;
  background-image: url('../images/bottomLeftBgY.gif');
  background-repeat: repeat-y;
  vertical-align: top;
}