/*<![CDATA[*/
<!--
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
  background: #dddddd;
}

body {
  color: #333;
  font: 11px Verdana, sans-serif;
  text-align: center;
}


#container-page {
  margin: 0 auto;
  width: 768px;
  background: #fff;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#container-head {
  background: #ffffff;
}

#head {
  padding: 0em;
}

#container-content {
  padding: 40px 2em 40px 2em;
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#content-pri {
  width: 96%;
}

#content-sec {
  padding: 1em 0;
  width: 20%;
  float: left;
}

#content-sec ul,#content-sec ul li {
  list-style: none none;
}

#container-foot {
  width: 100%;
  background: #0E4097;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 70px;
}

#foot {
  padding: 0 1em;
  line-height: 70px;
}
-->
/*]]>*/
