body {
    font-family: arial, san-serif;
    font-size: medium;
    font-weight: normal;
    color: #ffffff;
    margin: 0px;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration:none;
    color: #ffffff;
}

a.selected {
    color: #fdd809;
}

img {
    border: none;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
}

label {
    display: block;
    font-size: 14px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}

#container {
    border:2px solid #ffffff;
    text-align:center;
}

#header {

}

#logo {
    background-color: #2c204f;
    padding: 3px;
    margin: 0px;
}

#topNav {
    background-color: #093d49;
    padding: 5px;
    margin: 0px;
}

#account {
    background-color: #44bec6;
    font-weight: bold;
    color: #000000;
    padding: 5px;
    margin: 0px;
}

#content {
    background-color: #117d85;
    padding: 8px;
    margin: 0px;
}

#footer {
    background-color: #041e21;
    padding: 3px;
    margin: 0px;
}

#formContainer {
    padding: 0px;
    margin: 5px;
}

#formBox {
    border: 3px solid #000000;
    background-color: #c6e7e8;
    padding: 5px;
    margin: 0px;
    color: #000000;
    font-weight: bold;
}

#formBox a {
    text-decoration: underline;
    color: #0e5c7b;
}

#forgotPassword {
    text-align: right;
}

#forgotPassword a {
    text-decoration: underline;
    color: #c6e7e8;
}

.formElement {
    text-align: left;
    color: #114c61;
    margin-top: 10px;
    margin-right: 30px;
    margin-bottom: 10px;
    margin-left: 30px;
}

.formButton {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.loginInput {
    border: 3px solid #114c61;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #114c61;
    width: 200px;
    height: 25px;
    margin: 3px;
}

.registerInput {
    border: 3px solid #114c61;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #114c61;
    width: 200px;
    height: 25px;
}

.registerCheckbox {
    border: 3px solid #114c61;
    font-size: 14px;
    font-weight: bold;
    color: #114c61;
    width: 25px;
    height: 25px;
}

.promoInput {
    border: 3px solid #114c61;
    margin: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #114c61;
    width: 200px;
    height: 25px;
}

select.birthMonth {
    border: 3px solid #114c61;
    font-size: 14px;
    font-weight: bold;
    color: #114c61;
    margin: 0;
    width: 90px;
}

select.birthDate {
    border: 3px solid #114c61;
    font-size: 14px;
    font-weight: bold;
    color: #114c61;
    margin: 0;
    width: 70px;
}

select.birthYear {
    border: 3px solid #114c61;
    font-size: 14px;
    font-weight: bold;
    color: #114c61;
    margin: 0;
    width: 70px;
}

.messages {
    text-align: left;
    list-style-type: none;
    margin-top: 10px;
    margin-right: 30px;
    margin-bottom: 0px;
    margin-left: 30px;

    color: #bf3623;
}

.centeredMessages {
    text-align: center;
    list-style-type: none;
    margin-top: 10px;
    margin-right: 30px;
    margin-bottom: 0px;
    margin-left: 30px;

    color: #bf3623;
}

.label {
    display: block;
    color: #114c61;
    font-size: 14px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}

.content {
    text-align: left;
    color: #114c61;
    margin-top: 10px;
    margin-right: 30px;
    margin-bottom: 10px;
    margin-left: 30px;
}

.error {
    color: #bf3623;
}

.info {
    color: #ffb400;
}

.footerNav {
    padding: 3px;
    font-size: small;
    color: #66a8b9;
}

.description {
    font-size: 12px;
    color: #000000;
}

.detailsLink {
    vertical-align: middle;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.small {
    font-size: small;
}

.legal {
    font-size: small;
    color: #66a8b9;
}

.dashes {
    border-top: 2px dashed #114c61;
    margin-top: 10px;
    margin-right: 25px;
    margin-bottom: 10px;
    margin-left: 25px;
}

.createTitle { color: #2397ce }

.checkCodeTitle { font-weight: bold; color: #114c61 }
