body{
    background: #D9D9C3;
    margin: 0;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.container{
    width:1000px;
    margin: 0 auto;
    background: white;
    box-shadow: 0 0 20px black;
    padding: 15px;
}
header{
    height: 120px;
}
header img{
    height: 100px;
    margin: 10px;
    float: left;
}
.title{
    color: #41221B;
    float:left;
    font-size: 45px;
    line-height: 120px;
    margin-left: 20px;
}
.subtitle{
    float:left;
    font-size: 25px;
    position: relative;
    top: 50px;
    margin-left: 15px;
    color: #41221B;
}
#logo {
    height: 182px;
    position: relative;
    top: -587px;
    left: 71px;
    float: left;
}

#home .title {
    color: #FFFFFF;
    font-size: 50px;
    line-height: inherit;
    position: relative;
    left: 59px;
    top: -644px;
    float: left;
}

#home .subtitle {
    font-size: 31px;
    position: relative;
    top: -634px;
    left: -39px;
    margin-left: 15px;
    color: white;
    float: left;
}

#home nav.topmenu {
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
}

#home .container {
    background: #142039;
}

nav.topmenu{
    background: #142039;
    margin-bottom: 10px;
    padding: 5px;
    border: white 1px solid;
    box-shadow: 3px 3px 5px darkgray;
}

nav.topmenu a {
    margin: 0;
    display: inline-block;
    color: white;
    padding: 15px 21px;
    text-decoration: none;
}
nav.topmenu a:hover {
    background: #344059;
}
nav.topmenu a.active {
    background: #FFFFFF;
    color: #142039;
}

nav.leftmenu{
    float:left;
    width: 250px;
    padding: 10px;
    background: #C6C7A6;
    border: white 1px solid;
    box-shadow: 3px 3px 5px darkgray;
    margin-bottom: 10px;
}
nav.leftmenu h1 {
    display: block;
    padding-top:10px;
    color: #7D1F05;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 5px;
}
nav.leftmenu img {
    width: 100%;
}

.article{
    float:right;
    width:700px;
    padding: 10px;
    margin-bottom: 10px;
}
h1 {
    margin: 0 0 10px 0;
    font-size: 1.2em;
}

td{
    vertical-align: top;
    padding:10px;
}

footer td:first-of-type {
    width:100px;
}
footer{
    clear: both;
    padding: 5px;
    border: white 1px solid;
    box-shadow: 3px 3px 5px darkgray;
    background: #C6C7A6;
    color: #7D1F05;
}
footer table {
    width: 100%;
}

h4, h3{
    margin: 3px 0 3px;
}

p{
    text-align: justify;
    margin-top: 5px;
    margin-bottom: 10px;
}

.nopaddings {
    padding: 0;
}

textarea {
    width: 100%;
}

input {
    width: 100%;
}

button {
    margin-top: 20px;
    padding: 10px 30px;
    box-shadow: 5px 5px 10px lightgray;
    float: right;
}

#news a {
    word-wrap: break-word;
}