/* ** Inner Pages - Body Content Region **************************************/

#div_content_region {
    background-color: #00000080;
    flex: 50;
    min-height: fit-content;
}


/* ** Inner Pages - Body Text ************************************************/
#div_body_header {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 60px;

    color: #ffffff;
    background-color: #404040;

    font-size: 32px;
    font-weight: bold;
}

.div_body_subheader {
    text-align: center;
    color: #ffffff;
    padding: 16px;
}

div#div_body_text {
    color: #ffffff;
    font-size: 16px;
    text-align: left;
    padding: 16px 16px 16px 16px;
    max-width: 1200px;
    margin: 8px auto 0 auto;
    background: #ffffff20;
}

div#div_body_text .div_body_panel {
    background: #303045;
    padding: 10px 20px;
    width: 80%;
    margin: 10px auto;
}

div#div_footer {
    background-color: #00000080;
    color: #ffffff;
    padding: 16px 0;
    height: 20px;
}

/* ** Inner Pages - Image Panels *********************************************/
div.imagepanel
{
    width: fit-content;
    display: block;
    border-style: solid;
    border-width: 2px;
    background-color: #ffffff;
    margin: 6px auto;
    font-size: 16px;
}

div.imagepanel a {
    color: #4040b0;
}

div.imagepanel table
{
    width:100%;
}

div.imagepanel table td
{
    text-align: left;
    vertical-align: top;
    background-color: #d0d0d0;
    width: 100%;
    font-size: 12px;
}

div.imagepanel table th
{
    text-align: left;
    vertical-align: top;
    background-color: #e0e0e0;
    font-size: 12px;
}

div.imagepanel img
{
    margin: 10px;
    max-width: calc(100% - 20px);
    height: auto;
}

div.ipposleft33 { width:33%; clear:left; float:left; }
div.ipposleft50 { width:49%; clear:left; float:left; }
div.ipposleft66 { width:65%; clear:left; float:left; }
div.ipposright33 { width:33%; clear:right; float:right; }
div.ipposright50 { width:49%; clear:right; float:right; }
div.ipposright66 { width:65%; clear:right; float:right; }
div.ipposcenter50 { width:49%; margin-left: 25%; margin-right:25%;}



/* ** Inner Pages - Body Navigation ******************************************/
#div_body_navigation {
    max-width: 1200px;
    margin: 0px auto;
    padding-bottom: 16px;
}

#div_body_navigation a {
    display: flex;
    margin-bottom: 16px;
    align-items: center;
    text-align: left;
    text-decoration: none;
    overflow-x: hidden;

    background-color: #b4b4ff;
    color: #000000;
}

#div_body_navigation a img {
    max-width: 124px;
    max-height: 124px;
    width: auto;
    height: auto;
    display: block;
}

#div_body_navigation a div.img {
    width:96px;
}

#div_body_navigation a div img {
    width: 96px;
    height: 80px;
}

#div_body_navigation a span {
    padding-left: 12px;

    font-size: 26px;
    font-weight: bold;
}

/* ** Inner Pages - People Profiles ******************************************/
div.profile_panel {
    display: flex;
    margin: 16px;
    background-color: #404040;
    padding: 8px;
}

div.profile_panel span img {
    max-width: 150px;
    max-height: 300px;
    min-width: 150px;
    width: auto;
    height: auto;
    display: block;
    border: 2px solid #000000
}

div.profile_panel div.profile_panel_text {
    margin-left: 16px;
}

div.profile_panel div.profile_panel_text h4 {
    margin-top: 0px;
}
