
/* CSS Document */

body {
  background-color: #CDC1B4;
  background-image: url(/images/background-site.gif);
  background-repeat: repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0px;
  color: #6c483c;
}

a {
  color: #8b1e18;
  text-decoration: none;
}

a:hover {
  color: #8b1e18;
  text-decoration: underline;
}

/* ================================ == ================================ */


#sitecontainer {
  width: 837px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(/images/background-page.gif);
  background-repeat: repeat-y;
}

#bottomlogos {
  width: 779px;
  margin-left: 29px;
  margin-bottom: 8px;
}

 

/* ================================ Footer ================================ */

#footer {
  width: 779px;
  height: 29px;
  margin-left: 29px;
  border-top: 3px solid #8b1e18;
  xmargin-top: 10px;
  font-size: 10px;
  line-height: 20px;
  text-transform:uppercase;
  font-family: Arial, Helvetica, sans-serif;
  text-align:center;
}


/* ================================  ToolTips (Prototype)  ================================ */

#comingsoonTooltip {
width: 100px;
padding: 5px;
background-color: #8b1e18;
color: #FFFFFF;
text-align: center;
}




/* ================================ misc styles  ================================ */

.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
}

.underline {
  text-decoration: underline;
}
