html {
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    color: #004B97;
}

h1 {
    font-size: 2.5em;
    font-weight: 900;
    margin-top: 0.2em;
}

h3 {
    margin-bottom: 0px;
    margin-top: 0px;
}

h4 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 1.5em;    
}

p {
    margin-top: 0px;
    line-height: 140%;
}

ul {
    margin-top: 0px;
    padding-left: 20px;
    line-height: 140%;
}

table, th, td {
    border: 1px solid white;
}

table {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
}

table.inv {
    border-collapse: collapse;
    border: 0px;
    font-size: 16px;
    font-weight: bold;
}

table.mid {
    width: 300px;
}

table.home {
    border: 0px;
    font-size: 18px;
    font-weight: normal;
}

td.home {
    border: 0px;
    padding: 10px;
}

td.home_right {
    border: 0px;
    text-align: right;
    padding: 10px;
}

th {
    background-color: #004B97;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}

th.gr {
    background-color: #53BF2E;
}

th.or {
    background-color: #F18B1F;
}

tr.even {
    background-color: #E5EEF5;
}

tr.odd {
    background-color: #CBDBEA;
}

td {
    padding: 5px;
}

td.buttons {
    text-align: center;
}

td.inv {
    border: 0px;
}

hr {
    color: #004B97;
    border-style: solid;
}

dd {
    margin-left: 30px;
    margin-top: 2px;
}

dt {
    font-weight: bold;
}

#header {
    background-image: url('/images/banner_back.jpg');
    background-repeat: repeat-x;
    min-width: 1024px;
    overflow: hidden;
}

#banner {
    margin: auto;
    width: 1024px;
}

.nav_bar {
    text-align: center;
    position: relative;
    top: -44px;
    left: 190px;
}

a.nav {
    text-decoration: none;
    font-size: 20px;
    display: block;
    height: 30px;
    width: 144px;
    color: white;
    padding-top: 6px;
}

a.nav:hover {
    background-color: #53BF2E;
}

ul.nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li.nav {
    display: inline;
    float: left;
}

#main {
    height: 100%;
    width: 1024px;
    margin: auto;
    padding-bottom: 20px;
}

#menu {
    width: 200px;
    float: left;
    margin-left: 4px;
}

#content {
    width: 800px;
    margin-bottom: 30px;
    padding-left: 18px;
    float: left;
    border-left-style: solid;
    border-left-color: #004B97;
    border-left-width: 2px;
}

#noside_main {
    height: 100%;
    width: 900px;
    margin: auto;
    padding-bottom: 20px;
}

#noside_main_narrow {
    width: 700px;
    margin-bottom: 30px;
    padding-left: 140px;
    float: left;
}

#home_col1 {
    height: 1000px;
    width: 300px;
    float: left;
    margin-left: 10px;
}

#home_col2 {
    height: 1000px;
    width: 560px;
    float: left;
    margin-top: 15px;
    margin-left: 30px;
}

#footer {
    height: 100px;
    background-image: url('/images/footer.jpg');
    background-repeat: repeat-x;
    text-align: center;
    min-width: 1024px;
    overflow: hidden;
}

.footer_text {
    position: relative;
    top: 8px;
    font-size: 12px;
    color: white;
}

.sidebar {
    float: left;
    width: 190px;
    padding-left: 20px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.sidebar_link {
    text-decoration: none;
    color: #004B97;
}

a.sidebar_link:hover {
    color: #F18B1F;
}

.indent {
    padding-left: 50px;
}

span.error-message, span.required {
    font-weight: bold;
    color: #f00;
}

.custom_error {
    font-weight: bold;
    color: #f00;
}

.scroll {
    height: 350px;
    width: 275px;
    overflow: scroll;
    border-top: 1px solid;
    border-left: 1px solid;
    white-space:nowrap;
}

.widescroll {
    font-size: small;
    height: 150px;
    width: 400px;
    overflow: scroll;
    border-top: 1px solid;
    border-left: 1px solid;    
}

.explain {
    font-size: small;
    font-style: italic;
    line-height: 120%;
}

.code {
    color: #FFFFFF;
    font-family: 'Droid Sans Mono', sans-serif;
    font-size: 14px;
    background-color: #004B97;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-style: solid;
    border-width: 5px;
    border-color: black;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-borderradius: 15px;
}

.emph {
    font-weight: bold;
}

.nodisplay {
    display: none;
}

.form_style {
    width: 250px;
    background-color: #CBDBEA;
    padding: 40px;
    padding-bottom: 20px;
}

.form_style_wide {
    width: 600px;
    background-color: #CBDBEA;
    padding: 40px;
    padding-bottom: 20px;
}

.form_style_auth {
    width: 250px;
    background-color: #CBDBEA;
    padding: 40px;
    padding-bottom: 100px;
}

.form_style_wide_auth {
    width: 600px;
    background-color: #CBDBEA;
    padding: 40px;
    padding-bottom: 90px;
}

#auth_left {
    float:left;
}

#auth_right {
    float:right;
}

.form_field {
    border: 0px;
    height: 22px;
}

.pass_form_field {
    border: 0px;
    height: 22px;
    /*font-size : 12px;*/
    /*width : 200px;*/
}

.pstrength-minchar {
    font-size : 10px;
}

#blue_button {
    background-color: #004B97;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 0px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    height: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

#blue_button:hover {
    cursor: pointer;
    background-color: #003297;
}

#blue_button_small {
    background-color: #004B97;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 0px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    height: 22px;
    padding-left: 20px;
    padding-right: 20px;
}

#blue_button_small:hover {
    cursor: pointer;
    background-color: #003297;
}

#green_button {
    background-color: #53BF2E;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 0px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    height: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

#green_button:hover {
    cursor: pointer;
    background-color: #3FA81C;
}

#green_button_small {
    background-color: #53BF2E;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 0px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    height: 22px;
    padding-left: 20px;
    padding-right: 20px;
}

#green_button_small:hover {
    cursor: pointer;
    background-color: #3FA81C;
}

#orange_button {
    background-color: #F18B1F;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 0px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    height: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

#orange_button:hover {
    cursor: pointer;
    background-color: #F1691F;
}

#orange_button_small {
    background-color: #F18B1F;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 0px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    height: 22px;
    padding-left: 20px;
    padding-right: 20px;
}

#orange_button_small:hover {
    cursor: pointer;
    background-color: #F1691F;
}

#orange_button_large {
    background-color: #F18B1F;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 0px;
    font-size: 22px;
    color: white;
    height: 40px;
    padding-left: 55px;
    padding-right: 55px;
}

#orange_button_large:hover {
    cursor: pointer;
    background-color: #F1691F;
}

.help_button:hover {
    cursor: pointer;
}

#create_acct_head {
    padding-top: 8px;
    padding-bottom: 8px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    background-color: #F18B1F;
    color: white;
    font-size: 16pt;
    text-align: center;
}

#create_acct {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #004B97;
    color: white;
    border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
}

/*
#cr_acct_col1 {
    height: 450px;
    width: 180px;
    float: left;
    background-color: #004B97;
    border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-left-radius: 15px;
    text-align: right;
    font-size: 1.15em;
}

#cr_acct_col2 {
    height: 450px;
    width: 370px;
    float: left;
    padding-left: 10px;
    background-color: #004B97;
    border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
    font-size: 1.2em;
}
*/
