body {
    font-family: 'Lato',sans-serif;
    background-color: #154A8B;
    margin: 0;
}

#PageBody {
    background-color: white;
}

#LogoTitle {
    background-color: #154A8B;
    width: 100%;
}

#LogoTitleContainer {
    text-align: center;
}

#textThankYou {
    font-family: 'Monotype Corsiva';
    text-align: center;
    font-size: 86px;
    text-shadow: 2px 2px 2px grey;
    color: #154A8B;
}

#LogoAndTitle {
    background-color: #154A8B;
    width: 850px;
    margin: auto;
}

#FooterContainer {
    margin: auto;
    padding: 10px 10px 0 30px;
    width: 850px;
}

#LogoContainer {
    width: 200px;
    border: none;
    outline: none;
}

.HeaderContainer {
    font-size: 50px;
    text-shadow: 2px 2px 2px black;
    font-family: 'Times New Roman';
    color: white;
    text-align: center;
}

#logonContainer {
    text-align: center;
    padding-bottom: 50px;
}

#PageTitleHeader {
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 50px;
    color: white;
    text-shadow: 2px 2px 2px black;
}

.banner {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255, 0, 0);
    opacity: .7;
    position: absolute;
    padding: 5px 140px 5px 140px;
    top: 160px;
    width: 600px;
    text-align: center;
    /*Creates a Text Border*/
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    border: 2px solid black;
    right: -180px;
    font-family: Impact;
    font-size: 60px;
    transform: rotate(45deg);
    /* Safari */
    -webkit-transform: rotate(45deg);
    /* Firefox */
    -moz-transform: rotate(45deg);
    /* IE */
    -ms-transform: rotate(45deg);
    /* Opera */
    -o-transform: rotate(45deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.HeaderTable {
    margin: auto;
    width: 700px;
}

.SubHeader {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: black;
    padding: 15px;
    border-radius: 15px;
    text-shadow: 2px 2px 2px silver;
    font-family: 'Times New Roman'
}
