body {background-color: #FFF; color: #636363;}

body, td, th {font-family: Lato, Verdana, Helvetica, Arial, sans-serif; 
	font-size: 16; font-weight: normal}

h1 {font-size: 22; font-weight: bold;}
h2 {font-size: 18; font-weight: bold;}

hr {background: #BBB; 
    height: 4px; 
    border: none;}

#bodyDiv {
    width: 100%;
	margin-left: -10px;
    margin-top: -8px;
	margin-right: 0px;
}

#pictureDiv {
    position: relative;
    text-align: center;
}

#topbanner {color: #FFFFFF; background-color: #000070;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 20;
	text-align: left;
    position: -webkit-sticky;
    position: sticky; top:0;
}

#topbannerCenter {color: #FFFFFF; background-color: #000070;
	width: 100%;
	height: 50px;
	line-height: 48px;
	font-size: 20;
	text-align: center;
    position: -webkit-sticky;
    position: sticky; top:0;
}

.redText {
    color: #700;
}
.dcTitle {
    font-size: 40px;
    margin-bottom: 2px;
    margin-top: 0px;
}

.dcSubTitle {
    font-size: 12px;
    margin-top: 12px;
}

#pageTitle {
	text-align: center;
}

#contentDiv, #contentCentered {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 60px;
}
#contentCentered {
    justify-content: center;
    align-content: center;
}
.centered {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

/*{margin-left: 70px;
	margin-right: 60px;
a	margin-top: 20px;
	margin-bottom: 60px;
}*/

#errormsgdiv {
    color: #900;
    font-weight: 600;
}

.topMenuItem {
	margin-left: 30px;
	margin-right: 20px;
	display: inline-block;
}

.topMenuLink {
	text-decoration: none;
	font-size: 16;
	color: white;
	font-weight: 500;
}

.topMenuLink:hover {
	text-decoration: underline;
}


.dcBannerX {
  position: absolute;
  top: 12px;
  left: 20px;
  color: #0000AA; 
  font-weight: bold;
  margin-top: 0px;
}


.dcBanner {
    position: absolute;
    bottom: 12px;
    right: 20px;
    color: #FFF;
    font-weight: bold;
    /*margin-top: 0px; */
}

.buttonlink, .buttonbutton {
	display:table;
	/* height:2em; */
	background:#070;
	color:#fff;
	line-height:2;
	text-align:center;
	text-decoration:none;
	font-weight:700;
	cursor: pointer;
	border-radius: 8px;
        border: none;
        padding: 8px;
        margin-bottom: 22px;
}

.buttonlink:hover, button:hover {
	background:#0A0;
	cursor: pointer;
}

.button {
    height: 3em;
}

.buttonlink {
    height: 2em;
}

#waitdiv {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
    align-items: center;
    justify-content: center;
}

#waitgif {
    margin: auto;
    /*vertical-align: middle; */
    z-index: 1;
    /* width: 62px; 
    height: 62px; */
    /* background-color: #F00; */
}
.fine_print {
    font-size: 10px;
}
input {
    padding: 6px 8px;
    margin: 8px 0;
    box-sizing: border-box;
}

input.formitem {
    font-size: 14px;
    font-family: Lato, Trebuchet, 'Times New Roman', Georgia, Serif;
}

select {
    height: 30px;
    font-size:14px;
    padding: 6px 8px;
    margin: 8px 0;
}

.flexContainer {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.flexLeftColumn {
    display: block;
}

.flexRightColumns {
    display: block;
    margin-left: 40px;
}

   .formlabel {
        padding-right: 12px;
        text-align: right;
    }
    
    .formvalue, .formlabel{
        display: table-cell;
    }


@media screen and (max-width: 660px) {
    .flexContainer {
        display: block;
    }
    .flexLeftColumn {
        display: block;
    }
    
    .flexRightColumns {
        display: block;
        margin-top:20px;
        margin-left: 0px;
    }
    
    #topbanner {
        max-width: 100%;
    }
    
    .dcBanner {
        position: absolute;
        bottom: 6px;
        right: 10px;
    }
    
    .dcTitle {
        font-size: 20px;
        margin-bottom: 2px;
        margin-top: 0px;
    }

    .dcSubTitle {
        font-size: 10px;
        margin-top: 2px;
    }

 }
