

html, body, div, span, applet, object, iframe,  {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
html { min-height:100%; margin-bottom:1px; } /* add scrollbar to short pages */ 
body {
  background-color: #cce3e2;
  background-image: url(images/bk_body.jpg);
  color: #54573f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
h3 {
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #40422f;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
p.right {
text-align: right;
padding-right: 24px;
}
p.italic
{
line-height: 20px;
}
.right
{
float: right;
}
#outerWrapper {
  margin: 0 auto 0 auto;
  text-align: left;
  width: 960px;
  background: #cce3e2 url(images/footer.gif) bottom left;
  position: relative;
  background-repeat: no-repeat;
}
#outerWrapper #header {
  background-color: #cce3e2;
  background-image: url(images/header.gif);
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: bold;
  height: 88px;
  line-height: 15px;
  padding: 0px 0px 0px 0px;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: transparent;
  float: left;
  padding: 10px 10px 10px 10px;
  width: 224px;
}
#outerWrapper #contentWrapper #rightColumn1 {
  background-color: transparent;
  float: right;
  padding: 10px 10px 10px 10px;
  width: 224px;
}
#outerWrapper #contentWrapper #content {
  background-image: url(images/bk_content.gif);
  background-repeat: no-repeat;
  margin: 0 244px 0 244px;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
  background-color: transparent;
  
  text-align: center;
  
  padding: 10px 10px 20px 10px;
}
ul.none
{
list-style-type: none;
}
li
{
padding-bottom: 5px;
}