body, html {
  background-color: #d2d2d2;
  font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

#wrapper {
  background-color: #fff;
  border: 1px solid #000;
  margin: 10px auto;
  padding: 10px;
  text-align: left;
  width: 760px;
}

#header {
  background-color: #868c90;
  padding: 5px;
}

#background_wrapper {
  background-color: #000;
  background-image: url(/images/backgrounds/sidebar.jpg);
  background-repeat: repeat-y;
  background-position: top left;
  padding-top: 10px;
}

#header .left { float: left; }
#header .right { float: right; }

#sidebar {
  background-color: #868c90;
  float: left;
  margin-right: 20px;
  width: 200px;
}

#sidebar #association_logo {
  margin-bottom: 1em;
  text-align: center;
}

#sidebar #VolusionLiveChat {
  margin: 1em auto;
  text-align: center;
}

#sidebar #VolusionLiveChat table {
  width: 100%;
}

#sidebar #what_our_partners_say {
  margin-bottom: 1em;
  text-align: center;
}

#sidebar ul {
  font-size: 11px;
  line-height: 17px;
  margin-bottom: 1em;
}

#sidebar ul li {
  margin-bottom: 0.5em;
  padding: 2px 7px;
}

#sidebar ul li.main {
  font-weight: bold;
}

#sidebar ul li a {
  color: #fff;
  text-decoration: none;
}

#sidebar ul li a:hover {
  text-decoration: underline;
}

#sidebar ul li.highlight {
  background-color: #bddfe7;
}

#sidebar ul li.highlight a { color: #000; }

#content {
  float: left;
  width: 530px;
}

#content a { color: #000; }
#content a:visited { color: #006; }
#content a:hover { color: #8bbbde; }

#content h1 {
  font-size: 16px;
  margin-bottom: 1em;
  text-align: center;
}

#content h1.left {
  text-align: left;
}

#content h2 {
  font-size: 14px;
  margin-bottom: 1em;
  text-align: center;
}

#content h2.left {
  text-align: left;
}

#content label.required { font-weight: bold; }

#content p {
  margin-bottom: 1em;
  text-align: justify;
}

#content p.center { text-align: center; }

#content table { margin-bottom: 1em; }
#content td { padding-bottom: 0.5em; }

#content ul, #content ol {
  margin-bottom: 1em;
  margin-left: 3em;
}

#content ul li {
  list-style: disc;
  margin-bottom: 0.5em;
}

#content ol li {
  list-style: decimal;
  margin-bottom: 0.5em;
}

#content .column ul { margin-left: 1.2em; }

#content #contact {
  font-weight: bold;
  text-align: center !important;
}

#content #errors {
  color: #900;
  font-style: italic;
  margin-bottom: 1em;
  text-align: center;
}

#content .margin_down {
  margin-bottom: 1em;
}

#disclaimer {
  font-size: 8px;
  font-style: italic;
  line-height: 10px;
  text-align: center;
}

.column {
  float: left;
  width: 50%;
}

.column.left { text-align: left; }
.column.right { text-align: right; }

/* Clear Fix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


