html, body  { 
  margin: 0px; 
  font: 14px Helvetica, Arial, Sans-Serif; 
  line-height: 1.5; 
  color: #333; 
  background-color: #8CD1FB; 
}

.clear {
    clear:both
}

.renderError {
    font-size: .7em;
    color: red;
}

h3 {
    color: #303030;
    font-size: .9em;
    margin-bottom: 0;
}

h6  {
    font-size: 12px;
    margin-bottom: 5px;
}

/* links */

#Content {
    background-image: url('../images/home.jpg');
    background-repeat: no-repeat;
    width: 984px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#Header {
    background-image: url('../images/bg_header.jpg');
    background-repeat: repeat-x;
    border-bottom: solid 2px #A5A955;
    height:78px;
}

#HeaderLogo {
    float: left;
    padding: 1px 0 5px 0;
}

#HeaderContent {
    width: 720px;
    margin: 0px auto 0px auto;
    vertical-align: middle;
    text-align: right;
    padding-right: 20px;
}

#HeaderContent a, a:visited {
    text-decoration: none;
    font-size: 1.1em;
    color: maroon;
}

#HeaderContent a:hover {
    text-decoration: none;
}

#Split {
    margin-bottom: 60px;
    height: 2px;
    background-color: White;
    border-bottom: solid 2px #A5A955;
}

#ContentInner {
    width: 747px;
    margin: auto;
}

#ContentInner h2 {
    font-size: 1.2em;
    margin: 0px;
    padding: 0px;
}

#ContentInner a, a.visited  {
    color: #06a0f0;
    text-decoration: none;
}

#ContentInner a.hover  {
    color: #06a0f0;
}

#Footer {
    background: #363636 url(../images/bg_footer.png) repeat-x scroll 0 0;
    font-size: small;
    height: 200px;
}

#FooterInner {
    width: 700px;
    margin: 0px auto 0px auto;
    vertical-align: middle;
    text-align: left;
    padding-top: 5px;
}

#FooterInner a:link, a:visited  {
    color: #06a0f0;
    text-decoration:none;
}

#FooterInner a:hover  {
    text-decoration:underline;
}
