@font-face {
      font-family: 'Quicksand';
      font-style: normal;
      font-weight: 400;
      src: url(http://fonts.gstatic.com/s/quicksand/v5/sKd0EMYPAh5PYCRKSryvW7O3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

body, html {
    font-family:'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    color: #00687e;
    height: 100%;
}

table {
    margin-top: 30px;
    font-size: 16px;
}

p {
    font-size: 14px;
}

h2 + p {
    margin-bottom: 50px;
}

h1 {
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 50px;
}

h2 {
    font-size: 14px;
    font-weight: bold;
}

.active {
    color: #85ffff;
    font-size: 18px;
}

.legal {
    font-size: 12px;
}

.lcontainer {
    margin-top: 100px;
}

.mail {
    font-size: 12px;
}

th, td, tr {
    padding: 0px;
    text-align: left;
}

a, a:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 18px;
}

a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.clink {
    color: #00687e;
    text-decoration: underline;
    font-size: 14px;
}

.clink:hover {
    color: #00687e;
}

ul, li {
    font-size: 14px;
}

.content {
    /*margin: 5px;*/
    background-color: #FFF;
    height: 100%;
}

.main {
    height: 100%;
    width: 100%;
    max-width: 1300px;
    background-color: #FFF;
    display: table;
    margin: 0px;
    padding: 0px;
}

.main > div {
    display: table-cell;
    vertical-align: top;
}

.left {
    padding-top: 34px;
    /*padding-left: 34px;*/
    position: relative;
    width: 172px;
    height: 100%;
    background-color: #00687e;
}

.topleft {
    margin-left: 34px;
}

.lowerleft {
    margin-left: 34px;
    margin-top: 100px;
    padding-left: 5px;
}

.right {
    padding-top: 68px;
    padding-left: 100px;
}

.upperright {
    padding-left: 5px;
    margin-bottom: 40px;
    margin-right: 50px;
    font-size: 16px;
}

.right > img {
    /*display: inline-block;*/
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.lowerright {

}
