/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, articel, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.15;
}

ol {
  list-style: decimal;
  padding-left: 40px;
}

ul {
  list-style: disc;
  padding-left: 40px;
}

#topname {
  padding-top: 30px;
}

blockquote, q {
  quotes: none;
}

  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
  }

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}

td {
  padding: 5px 50px 5px 5px;
  min-width: 150px;
}

h4, p, ol, ul {
  margin: 1.12em 0;
}

h1 {
  font-size: 20pt;
  margin: .67em 0;
}

h2 {
  font-size: 16pt;
  margin: .75em 0;
}

h3 {
  margin: .83em 0;
}

h1, h2, h3 {
  margin-top: 0;
  font-weight: 500;
  color: #191919;
}

b {
  font-weight: 600;
}

/*Specific style*/
body {
  background-color: #ffffff;
  font-size: 12pt;
  font-family: arial, helvetica, clean, sans-serif;
  margin: 0;
  padding: 0;
  color: #191919;
  background: url(/Content/images/lb_background.jpg) no-repeat top center fixed;
  background-size: cover;
}

.page {
  display: block;
  width: 75%;
  min-width: 1024px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  border: 0px;
  background-color: #ffffff;
}

.main {
  padding-bottom: 10px;
}

#menu {
  color: #ffffff;
  background-color: #8c195f;
}

.header, .footer {
  display: block;
}

.footline {
  padding: 5px 15px 5px 15px;
  font-size: 10pt;
  color: #ffffff;
  background-color: #8c195f;
}

  .footline a {
    color: #ffffff;
  }

.title {
  margin-left: 12px;
  margin-top: 40px;
  margin-bottom: 40px;
}

  .title h1 {
    font-size: 30pt;
  }

#navigation {
  display: none;
}

cite {
  font-style: italic;
}

img {
  margin: 5px 5px 5px 5px;
}

a {
  color: #8c195f;
}

small {
  font-size: 10pt;
}

code {
  font-family: Consolas, 'Courier New', monospace;
  color: #0f669b;
}

.text {
  display: inline-block;
  padding: 5px 15px 5px 15px;
}

.rightbox {
  float: right;
  padding: 5px 15px 5px 15px;
  text-align: center;
}

.leftbox {
  float: left;
  padding: 5px 15px 5px 15px;
  text-align: center;
}

ul#menu {
  position: relative;
  padding: 5px 15px 5px 15px;
}

  ul#menu li {
    display: inline-block;
    list-style: none;
    padding-right: 10px;
  }

    ul#menu li a {
      text-decoration: none;
      line-height: 2em;
      color: #ffffff;
    }

      ul#menu li a:hover {
        text-decoration: underline;
      }

      ul#menu li a:active {
        text-decoration: underline;
      }

.floatright {
  float: right;
  margin-left: 50px;
}

.selector a {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #ff6600;
  color: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 600px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}
