/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  width:850px;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 106px;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 106px;
  /* background-color: #f5f5f5; */
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 0px 0px 0;
  font-size:14px;
  color:#404143;
  margin: 0px 20px 0px;
  width:810px;
}
.container .lead {
  margin: 20px 0;
  font-size:14px;
  
}

.footer > .container {
  padding-right: 0px;
  padding-left: 0px;
}


ul li {
  font-weight:bold;
}

ol li {
  font-weight:normal;
}

.header {
  height:69px;
  padding: 0px 0px 0px;
  margin: 0px 0px 0px;
  background-image:url('top.png');
}

.header h3 {
  padding:30px;
  font-size:20px;
  color:#404143;

}

a {
  font-weight:bold;
  color:#0a71c9;
}