﻿html, body {
            height: 100%;
            font-family: Calibri, Arial, Verdana, Tahoma !important;
        }

        body {
            border-top: 5px solid #323f4e;
            padding: 30px 0;
        }

        img {
            border: 0;
        }

        a {
            font-size: 14px;
            line-height: 21px;
            color: #ffffff;
            text-decoration: none;
        }

            a:hover {
                text-decoration: underline;
            }

        .tagCloud {
            max-width: 350px;
            text-align: left;
            padding-bottom: 40px;
        }

        .goTo {
            padding-bottom: 40px;
        }

        .footerContact {
            padding-top: 30px;
            background-color: #323f4e;
            color: #ffffff;
        }

            .footerContact div {
                padding-bottom: 30px;
            }

        .footerCopyright {
            background-color: #e6ecf3;
            border-top: 5px solid #eeeeee;
        }