body {
    font-family: Arial;
    font-size: 15px;
    color: #333333;
    background: url(../img/bodyBackground.png) no-repeat top left;
}
.main {
    margin-left: auto;
    margin-right: auto;
}

.banner {
    background: url(../img/topBackground.png) repeat-x top left;
    height: 89px;
}
.menu {
    margin-left: auto;
    margin-right: auto;
    width: 1129px;
}
.menuLinks {
    padding-left: 30%;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    color: White;
}

.band {
    width: 100%; 
    height: 30px;
    background-color: #004990;
    padding-bottom: 20px;
}
.header1 {
    font-size: 22px;
    color: #004990;
    font-weight: bold;
}

.content {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.form-content {
    width: 580px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F7FBFF;
    display: block;
}
.form-content tbody {
    display: block;
}
.label {
    color: #004990;
    font-weight: bold;
    background-color: #F7FBFF;
}


.footer {
    margin-top: 3%;
    background: url(../../resources/img/bg_footer.png) no-repeat;
    /* height: 284px; */
    width: 100%;
    padding: 100px 0px 20px 0px;
  }


.footerContainer {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
}
.footer_div_main {
    margin-top: 10%;
    float: left;
    width: 640px;
}

.footer_div_main_right {
    margin-top: -30px;
    float: right;
    width: 155px;
    text-align: right;
	font-size: 14px;
}
.footer-link-list {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.footer-link {
    text-align: center;
    padding: 0px 10px;
}
.footer-link a {
text-decoration: none;
}
.footer-copy {
    text-align: center;
}
.footer-logo {
    width: 120px;
}

a a:link a:visited {
    color: #004990;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}


label.error {
	color: #ff0000;
	font-size: 10px;
	font-weight: normal;
	display: block;
	line-height: 1.2em;
	visibility:visible;
}
input[type="text"].error, select.error {
    border: 1px solid #ff0000;
}
input[type="radio"]:not(:checked).error, input[type="checkbox"]:not(:checked).error {
    border: 1px solid #ff0000;
    appearance: none;
    height: 13px;
    width: 13px;
}
input[type="radio"]:not(:checked).error {
    border-radius: 13px;
}
input[type="checkbox"]:not(:checked).error {
    border-radius: 2px;
    vertical-aligh: -3px;
}