﻿html {
    height: 100%;
}

body {
    margin: 0px;
    height: 100%;
}

.tmplt_tableBodyFrame {
    border-collapse: collapse;
    border-radius: 10px;
    padding: 0px;
    height: 100%;
    width: 100%;
    min-width: 200px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: antiquewhite;
}

.tmplt_tdHeader {
    vertical-align: top;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 100%;
    height: 100px;
    min-width: 200px;
    max-width: 800px;
    background-color: rgb(112,223,203);
}

.tmplt_divHeader {
    display: flex;
    justify-content: space-between;
}

.tmplt_divLogo {
    display: inline-block;
    margin-top: 5px;
    margin-left: 5px;
}

.tmplt_imgLogo {
    width: 252px;
    height: 90px;
}

.tmplt_tdBody {
    position: relative;
}

.tmplt_divBody {
    width: 100%;
    height: 100%;
    min-height: 700px;
}
.index_topImg img{
    width: 261px;
}

.tmplt_tdFooter {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
    align-self: baseline;
    min-width: 200px;
    max-width: 800px;
    background-color: rgb(112, 223, 203);
    padding-top: 10px;
    padding-bottom: 10px;
}

.tmplt_footerBox{
    display: flex;
    flex-wrap: wrap;
}
.tmplt_footerLeft {
    min-width: 235px;
    width: 30%;
}
.tmplt_footerCenter {
    display: flex;
    width: 40%;
}
.tmplt_footerRight {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tmplt_footerRight a{
    width: 130px;
    text-align: center;
}

/*.tmplt_subTableFooter {
    border-collapse: collapse;
    width: 100%;
    height: 100px;
}

.tmplt_tdFooterLeft {
    min-width: 235px;
    width: 30%;
}

.tmplt_tdFooterCenter {
    width: 40%;
}

.tmplt_tdFooterRight {
    display: flex;
}*/

.tmplt_FooterTxt {
    color: rgb(0,0,119);
}

#tmplt_tithely_btn {
    width: 100px;
    margin: auto;
    background-color: #000077;
    font-family: inherit;
    font-weight: bold;
    font-size: 19px;
    border-radius: 4px;
    cursor: pointer;
    background-image: none;
    color: white;
    text-shadow: none;
    display: block;
    float: none;
    border: none;
    height: 75px;
}

.index_topImg {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.index_text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: #a9783c;
    font-size: 14pt;
}

.index_title {
    font-family: Congress;
    font-size: 18pt;
    color: #a9783c;
}

/*#region Mobile Formatting*/
@media screen and (max-width: 800px) {
    .tmplt_footerRight{
        width: 100%;
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .tmplt_footerRight a{
        width: auto;
    }
}
/*#endregion*/