html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong,
ol, ul, li,
table, tr, th, td,
form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

html {
  overflow: auto;
}

html, body {
  height: 100%;
  min-height: 100%;
}

body {
  font: normal 12px 'Segoe UI', Tahoma, Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.2;
  color: #1e2022;
  text-align: center;
  background: #fcfcfc;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button{
  overflow: visible;
}

p {
  padding: 0 0 10px;
}

ul {
  padding: 0 0 0 16px;
}

li {
  padding: 0 0 8px;
}

a {
  text-decoration: none;
  color: #005ace;
}

a:hover {
  text-decoration: underline;
  color: #39f;
}

.clear {
  display: inline-block;
}

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .clear {
  height: 1%;
}

.none,
.hidden {
  display: none;
}

.page {
  position: relative;
  width: 100%;
  min-width: 750px;
  min-height: 100%;
}

* html .page {
  height: 100%;
}

.wrapper {
  margin: 0 auto;
  padding: 40px 0 80px;
  width: 734px;
  text-align: left;
}

.wrapper .container {
  border: 1px solid #b8c1d0;
  margin-bottom: 12px;
  padding: 6px;
  background: #fff;
}

.wrapper .content .description {
  padding: 0 15px 0 190px;
  min-height: 229px;
  font-size: 12px;
  background: transparent url('../images/welcome.jpg') 0 0 no-repeat;
}

* html .wrapper .content .description {
  height: 229px;
}

.wrapper .content h2 {
  margin: 0 0 10px;
  padding: 10px 0 3px;
  font-size: 18px;
  font-weight: normal;
  color: #039;
}

.wrapper .content .hr {
  border-top: 1px solid #8b919f;
  margin-top: 5px;
  padding-top: 5px;
}
