html, body {
  padding: 0;
  margin:0;;
}
body {
  background: #F5ECED;
}
body, input, textarea, select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4 {
  font-family: Arial, Helvetica, sans-serif;
}
h1 { color: #000; font-size: 320%; font-weight: bold; line-height: 1.2em; margin: 0; }
h2 { color: #000; font-size: 220%; font-weight: bold; line-height: 1.2em; margin: 0; }
h3 { color: #000; font-size: 160%; font-weight: bold; line-height: 1.0em; margin: 0; }
h4 { color: #000; font-size: 100%; font-weight: bold; line-height: 1.0em; margin: 0; }

p { 
  margin-top: 0; 
  margin-bottom: 6px; 
}
a { cursor:pointer; color: #000; text-decoration: none; outline: none; }
a:hover {  }
img { border:0; max-width: 100%; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.pagefooter {
  border-top:solid 1px #000;
  height:90px;
}
.pagefooter img {
  max-height: 100%;
}
.pagefooter .footerleft {
  padding-top:10px;
  float:left;
  width:48%;
}
.pagefooter .footerright {
  padding-top:10px;
  float:right;
  width:48%;
  text-align: right;
}