
body {
    margin: 0.5em 1.2em;
    font-family: Palatino, serif;
}

@keyframes fade {
    to {
        opacity: 0;
        height: 0;
        overflow: hidden;
    }
}

@-webkit-keyframes fade {
    to {
        opacity: 0;
        height: 0;
        visibility: hidden;
    }
}

img {
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 5px;
}

img:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

h1 {
    font-size: 1.5em;
    margin-left: 0.1em;
}

h2 {
    font-size: 1.3em;
    margin-bottom: 0.5em;
}

h3 {
    font-size: 1em;
    margin-left: 0.1em;
    margin-top: 0em;
    margin-bottom: 0.4em;
    font-style: italic;
    color: #2B509B;
}

a {
    color: #63A7E4;
}

ul.ulnav {
    list-style-type: none; 
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #8B8D92;
}

ul.indent{ 
    padding-left: 3em;
    margin-top: -0.5em;
    margin-bottom: 0.4em;
}

#outnav { 
    margin-bottom: 1.5em;
    font-family: "Lucida Sans Unicode", sans-serif;
    font-size: 12.5px;
}

#navbar li { float: left; }

li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 7px 14px;
    text-decoration: none;
}

li a:hover { background-color: #333; }

.active, .active:hover { background-color: #6E6F72; }

li.dropdown { display: inline-block; }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 145px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 7px 14px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover { background-color: #DCDCDC; }

.dropdown:hover .dropdown-content { display: block; }

p { 
    margin-bottom: 0.15em;
    line-height: 120%;
}

p.indent{ 
    padding-left: 1.8em;
    margin-top: 0.4em;
    margin-bottom: 1.5em;
}

#or {
    margin-bottom: 0.35em;
    margin-top: 1.15em;
    color: red;
    font-weight: bold;
}

div.block {
    padding-bottom: 0.25em;
    padding-left: 0.2em;
    padding-right: 0em;
}

div.indent {
    margin-left: 1.8em;
    margin-right: 20em;
    margin-bottom: 1.5em;
    border: 2px solid #bbbbbb;
    border-radius: 7px;
}

div.row {
    display: flex;
    justify-content: space-between;
}

div.cell {
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: bold;
    vertical-align: middle;
}

#left {
    padding-top: 45px;
}

#right {
    width: 133px;
    text-align: center;
}

#header { 
    color: #ffffff; 
    font-family: Palatino, serif; 
    font-size: 30px;
    text-shadow: 1.5px 1.5px #111111;
    /*font-weight: 400;#214691*/ 
    background: linear-gradient(#2B509B,#0F275B);
    height: 36px;
    padding: 12px;
    white-space: nowrap;
    overflow: hidden;
}

#footer {
    color: #ffffff; 
    font-family: Palatino, serif;
    font-size: 13px;
    background-color: #2B509B;
    height: 16px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}