#Header {
    background: white;
    text-shadow: none;
    border-bottom: 1px solid #A3A3A3;
    height: 74px;
}

#Header #Logo {
    cursor: pointer;
}

#Header a {
    color: #222;
    outline: none;
}

.CompanyName {
    position: absolute;
    width: 360px;
    right: 2px;
    margin-top: 0px;
    top: 2px;
    text-align: left;
    vertical-align: middle;
    height: 84px;
    padding: 0px;
}

.CompanyName img {
    padding: 11px;
    background: rgb(50,65,85);
    cursor: pointer;
}

.CompanyName div {
    font: 20px Verdana,Geneva,sans-serif;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    background-color: rgb(88,99,110);
    vertical-align: middle;
    text-align: center;
    padding: 14px 10px;
    width: 257px;
    height: 53px;
}

.CompanyName p {
    color: rgb(208,255,37);
    margin: 0px;
}

.Content {
    width: auto !important;
}

.W33pc {
    margin-left: auto;
    margin-right: auto;
}

.WidgetSimple .Header {
    background: rgb(208, 255, 37);
    color: rgb(50, 65, 85);
}

a:hover {
    color: rgb(84, 54, 204);
}

* {
    margin: 0;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0 0 128px; /* bottom = footer height */
}

#MainBox {
    padding-bottom: 100px;
}

#Footer {
    background: none repeat scroll 0% 0% rgb(50,65,85);
    font: 1.05em/1.6em Verdana,Geneva,sans-serif;
    font-size: 0.9em;
    color: white;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12px 0 12px 0;
}

#Footer h5 {
    padding-top:5px;
    height: 20px;
    font: bold 1.05em/1.6em Verdana,Geneva,sans-serif;
}

#Footer p {
    margin: 0;
    font-size: 0.9em;
    font-weight: normal;
    font: 1.05em/1.6em Verdana,Geneva,sans-serif;
    color: white;
}

#Footer > div {
    margin-left: auto;
    margin-right: auto;
}

#Footer a {
    margin: 0;
    color: white;
    float: none;
    font-weight: normal;
}

#Footer a:link,
#Footer a:visited {
    text-decoration: none;
}

#Footer a:hover {
    text-decoration: underline;
    color: white;
}


