/*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: none;
}

ul {
  list-style: disc;
  padding-left: 40px;
}

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;
}

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 {
  font-weight: bolder;
}

/*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: 80%;
  min-width: 1024px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  border: 0px;
  background-color: #ffffff;
}

.main {
  padding-bottom: 10px;
}

.header, .footer {
  display: block;
  background-color: #ffffff;
}

.title {
  padding: 5px 15px 0px 15px;
}

.footline {
  padding: 5px 15px 5px 15px;
  font-size: 10pt;
  color: #ffffff;
  background-color: #8c195f;
}

#toplogo {
  float: right;
  margin: 15px 5px 5px 5px;
}

#topname {
  font-size: 26pt;
  margin-bottom: 10px;
}

#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;
  background-color: #8c195f;
}

  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;
}

.selector a {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #8c195f;
  color: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 600px;
  font-weight: bold;
  text-decoration: none;
}

table.people th {
  vertical-align: top;
  padding: 5px 0px 0px 0px;
  font-weight: bold;
  text-align: left;
}

table.people td {
  vertical-align: top;
  padding: 5px 10px 0px 0px;
  text-align: left;
}

table.people img {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  float: none;
}

.people b {
  font-weight: bold;
}

.people td.photo {
  vertical-align: middle;
  width: 110px;
  margin-top: 20px;
}

.people h2 {
  margin-top: 20px;
  margin-bottom: 5px;
}

.paper {
  vertical-align: middle;
}
