@charset "UTF-8";

html, body, div, h1, h2, h3, h4, h5, h6, p, form {
    background: none;
    border: 0 none;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
    color: #000;
}

a, a:visited, a:hover, a:active {
    text-decoration: underline;
    color: #0e243b;
}

body {
    font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    font-size: 14px;
    background-color: #d4d4d4;
}

header {
    text-align: center;
}

footer {
    text-align: center;
    margin-top: 5px;
}

form a, form a:visited, form a:hover, form a:active {
    color: #0e243b;
    font-size: 13px;
}

form p {
    font-size: 12px;
}

form {
    color: #000;
}

h1 {
    font-weight: bold;
    font-size: 20px;
    color: #0e243b;
}

input[type=text], input[type=password] {
    width: 200px;
}

input[type=submit] {
    border: 1px solid #000000;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: bold;
    padding: 2px 30px;
    text-align: right;
    background-color: #0e243b;
    background-image: -webkit-gradient(linear, left top, left bottom,
    color-stop(0%, #0e243b),
    color-stop(100%, #0e243b));
    background-image: -moz-linear-gradient(top,
    #0e243b 0%,
    #0e243b 100%);
    background-image: -ms-linear-gradient(top,
    #0e243b 0%,
    #0e243b 100%);
    background-image: -o-linear-gradient(top,
    #0e243b 0%,
    #0e243b 100%);
    background-image: linear-gradient(top,
    #0e243b 0%,
    #0e243b 100%);
}

.global_bcg {
    z-index: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: auto;
    background-color: #0e243b;
    background-image: -webkit-gradient(linear, left top, left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #0e243b));
    background-image: -moz-linear-gradient(top,
    #ffffff 0%,
    #0e243b 100%);
    background-image: -ms-linear-gradient(top,
    #ffffff 0%,
    #0e243b 100%);
    background-image: -o-linear-gradient(top,
    #ffffff 0%,
    #0e243b 100%);
    background-image: linear-gradient(top,
    #ffffff 0%,
    #0e243b 100%);
}

.pageWrap {
    width: 750px;
    margin: 80px auto;
}

.lfcol {
    width: 60%;
}

.rtcol {
    width: 40%;
}

.lfcol, .rtcol {
    vertical-align: top;
    display: table-cell;
}

.bcg {
    background-color: #D8D9DC;
    border-radius: 10px;
    margin: 10px 10px 0;
}

.bcg > section {
    padding: 15px 20px;
}

.bcg > header {
    padding: 6px 10px;
    border-radius: 10px 10px 0 0;
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: bold;
    background-color: #0e243b;

}

.blurb {
    font-size: 12px;
    font-style: italic;
}