﻿
/* 
    General Styles 
*/

body {
    margin: 0;
    background: #F3F6F9;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 83%;
}

img {
    width: 161px;
    height: 28px;
}

a {
    text-decoration:underline;
    color:#3B5998;
}

a:hover {
    text-decoration:none;
    color:#163E71;
}

/* General Styles for texts */
h1{
    font-weight: bold;
    color: #fff;
    margin: 0.75em 0 0 0.75em;
    font-size: 116.67%;
  
}

p {
    line-height: 1.2em;
    margin: 0 0 1em 0;
    color: #002444;
}

.spacedText {
	margin-bottom: 50px;
}

/* Styles for navigationbox on the top (header) */
#navHeader {
    background-color: #163E71;
    position: fixed;
    z-index: 200;
    width: 100%;
    height: 33px;

    border-bottom: 1px solid #4B6C8F;
    border-top: 2px solid #C0D7E8;
}

#logoPosition {
    padding: 1px;
    position: absolute;
    right: 2px;
    top: 1px;
    z-index: 1000 !important;
    float: right;
}

/* Styles for the main part of the page (article) */
#mainContent {
    padding: 80px 0 40px 0;
    min-width: 720px;
}

div#mainContainer {
    background-color: #FFFFFF;
    border: 1px solid #CBCBCB;
    margin: 0 auto;
    min-width: 940px;
    width: 95%;
    padding-bottom: 10px;
}

div.contentHeader {
    background-color: #3B5998;
    border-bottom: 1px solid #1D4088;
    border-top: 1px solid #1D4088;
    color: #FFFFFF;
    height: 3em;
}

div.contentBody {
    text-align: left;
    padding: 20px;
}

/* Styles for footer */
#footer {
    color: #fff;
    font-weight: bold;
    background: none repeat scroll 0 0 rgb(59,89,152);
    background: none repeat scroll 0 0 rgba(59,89,152,0.9);
    border-top: 2px #4B6C8F solid;
    line-height: 1.2em;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100.1%;
    height: 1.6em;
}

footer .style {
   background-color:transparent;
   float: right;
}

div#footer div .right {
    text-align: right;
    margin-right: 4px;
}
