@charset
"UTF-8"
;
body {
  font: 75% Verdana, Arial, Helvetica, sans-serif;
  background: #503e39;
  margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  padding: 0;
  text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
  color: #5d4a44;
< script type = "text/javascript" src = "http://w.sharethis.com/button/sharethis.js#publisher=4ef82f20-a2a4-4499-be62-1068df1dfdf1&amp;type=website&amp;popup=true&amp;style=rotate" > < / script >
}

.WcPage #container {
  width: 850px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
  background: #FFFFFF;
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  border: 0px solid #ffffff;
  text-align: left; /* this overrides the text-align: center on the body element. */
}

.WcPage #header {
  background: #ffffff;
  padding: 0px 0px 0px 0px;
  height: auto;
}

.WcPage .imageTile a {
  float: left;
  margin-right: 1px;
}

.WcPage .imageTile {
  float: left;
  margin: 0px;
}

.WcPage a img,
.WcPage img {
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

.WcPage h1 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: inline;
  font-size: 1.5em;
  font-style: italic;
  text-align: left;
  color: #5cb5b4;
}

.WcPage h2 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: inline;
  font-size: 1.2em;
  font-style: normal;
  color: #5cb5b4;
  text-align: left;
}

.WcPage #mainContent {
  padding: 0px 30px 0px 30px;
  background: #FFFFFF;
  height: auto;
  text-align: justify;
}

.WcPage p {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 1em 0px;
}

.WcPage li {
  font-size: 1em;
}

.WcPage li li {
  font-size: 1em;
}

.WcPage ul {
  font-size: 1em;
}

.WcPage ul ul {
  font-size: 1em;
}

.WcPage span {
  padding: 0px 30px 0px 30px;
}

.WcPage td {
  vertical-align: top;
}

.WcPage td a {
  font-size: 1em;
  text-align: center;
  font-style: normal;
  text-decoration: none;
  color: #5cb5b4;
  padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
  background: #ffffff;
  display: inline;
  height: auto;
  width: 850px;
}

.WcPage #footer {
  font-size: .9em;
  text-align: center;
  color: #5cb5b4;
  padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
  background: #ffffff;
  display: inline;
  height: auto;
  width: 850px;
}

.WcPage #footer a {
  font-size: 1em;
  text-align: center;
  font-style: normal;
  text-decoration: none;
  color: #5cb5b4;
  padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
  background: #ffffff;
}

.WcPage #footer p {
  font-size: 1em;
  margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
  padding: 0px 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}