html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, 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%; vertical-align: baseline; background: transparent; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle }
label, input[type=button], input[type=submit], button { cursor: pointer }


ul {
  list-style-type: square;
  margin-left: 20px;
  padding-left: 20px;
}

li {
  padding: 0 0 6px 0;
}

a {
  color: #000;
  text-decoration: none;
}

#container {
  color: #000;
  font-family: "Helvetica Neue", "HelveticaNeue", "Pontano Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 13px;
  left: 50%;
  letter-spacing: 1px;
  line-height: 19px;
  margin-left: -400px;
  margin-top: 100px;
  padding-bottom: 100px;
  position: absolute;
  text-align: left;
  width: 800px;
}

#container p {
  margin: 0 0 10px 0;
}

#container p.space {
  margin: 20px 0 10px 0;
}

#container p.contact {
  margin: 0 0 10px 160px;
}

#container p.contacthead {
  color: #014774;
  font-weight: 400;
  margin: 20px 0 10px 160px;
}

#container h2 {
  color: #014774;
  font-weight: 400;
  margin: 20px 0 10px 0;
}

#container span.blue {
	color: #5d7c99;
}

header {
  text-align: center;
  width: 800px;
}

header div#languageselection {
  margin-left: 160px;
  font-size: 13px;
  text-align: right;
  width: 480px;
}

header h1 {
  background: url("../img/oct-logo.png") top left no-repeat #fff;
  margin: 20px 160px;
  height: 68px;
  width: 480px;
}

header h1 span {
  display: none;
}

header nav {
  margin: 0 0 100px 0;
}

a:hover {
color: #5d7c99;
}