html, body {
  background: #556A7D;
  margin: 0px;
  padding: 0px;
  font-family: Arial,Helvetica,Sans-Serif;
  font-size: 12px;
}

a {
  color: #c7c7ff;
  text-decoration: none;
}
a:hover {
  color: #d7d7ff;
  text-decoration: underline;
}

#PageWrap {
  margin: 9px 7px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background-color: #8F6162;
  background-image: url(/images/bg-repeat.jpg);
  background-repeat: repeat-x;
}
#topRight {
  margin-top: 0px;
  float: right;
}
#topLeft{
  margin-top: 0px;
  float: left;
}
#topCenter{
  margin-top: 0px;
  text-align: center;
}
#topTagline{
	position: absolute;
	top: 38px;
	left: 60%;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
  font-style: italic;
	z-index: 3;
	color: white;
}
.contentPageHead {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 3px;
}
.pageBox {
	margin-left: 25px;
}
.linkBG{
  font: normal normal normal 12px/18px Arial,Helvetica,Sans-Serif;
  text-align: right;
  color: #fff;
  background-color: #744F4F;
  height: 18px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.linkBG a{
  text-decoration: none;
  color: white;
  border-left: 1px solid white;
  padding: 0 4px 0 4px;
}
.linkBG a:hover {
  background-color: #3F2D2D;
  color: #FFFFFF;
}
.linkBG .left {
  float: left;
}
#storemap_title{
  padding-left: 10px; 
  font-size: 18px;
}
#PageFooter, #PageFooter a {
  color: #fff;
  text-decoration: none;
}
#PageFooter .links,
#PageFooter .notice {
  font-size: 10px;
  line-height: 12px;
}

#Content {
  background-color: #8F6162;
  border-top: 5px solid #cdcdcd;
  padding: 5px 30px 5px 30px;
	color: white;
}

.calendar {
  font-family: Verdana, sans-serif;
  font-size: 13px;
}

.calendar thead th {
  background-color: #fff;
}

.calendar tbody tr.a {
  background-color: #fff;
}

.calendar tbody tr.b {
  background-color: #CDDBC5;
}

.calendar tfoot td {
}
