
@charset "UTF-8";
html, body, div, h1, h2, h3, h4, h5, h6, p, form {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #000;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
a, a:visited, a:hover, a:active {
    color: #fff;
    text-decoration: underline;
}
body {
    //background-color: #587a9e;
    font-family: "Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
    font-size: 14px;
}
header {
    text-align: center;
}
footer {
    margin-top: 35px;
    text-align: center;
}
form a, form a:visited, form a:hover, form a:active {
    color: #004677;
    font-size: 13px;
}
form p {
    font-size: 12px;
}
form {
    color: #000;
}
h1 {
    color: #003462;
    font-size: 20px;
    font-weight: bold;
}
input[type="text"], input[type="password"] {
    width: 200px;
}
input[type="submit"] {
    background-color: #003462;
    //background-image: -moz-linear-gradient(center top , #004677 0%, #004677 100%);
    border: 1px solid #000000;
    border-radius: 10px;
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
    padding: 2px 30px;
    text-align: right;
}
.global_bcg {
//background: -moz-linear-gradient(top,  #004671 0%, #64819c 100%); /* FF3.6+ */
//background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004671), color-stop(100%,#64819c)); /* Chrome,Safari4+ */
//background: -webkit-linear-gradient(top,  #004671 0%,#64819c 100%); /* Chrome10+,Safari5.1+ */
//background: -o-linear-gradient(top,  #004671 0%,#64819c 100%); /* Opera 11.10+ */
//background: -ms-linear-gradient(top,  #004671 0%,#64819c 100%); /* IE10+ */
//background: linear-gradient(to bottom,  #004671 0%,#64819c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004671', endColorstr='#64819c',GradientType=0 ); /* IE6-9 */    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
}
.pageWrap {
    margin: 80px auto;
    width: 750px;
}
.lfcol {
    width: 60%;
}
.rtcol {
    width: 40%;
}
.lfcol, .rtcol {
    display: table-cell;
    vertical-align: top;
}
.bcg {
    background-color: #d8d9dc;
    border-radius: 10px;
    margin: 10px 10px 0;
}
.bcg > section {
    padding: 15px 20px;
}
.bcg > header {
    background-color: #003462;
    //background-image: -moz-linear-gradient(center top , #e8b434 0%, #e8b434 100%);
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: bold;
    padding: 6px 10px;
}
.blurb {
    font-size: 12px;
    font-style: italic;
}
