﻿h1 {
    color: #054E77;
    font-size: 20pt;
    margin-top: 20px;
}

h2 {
    color: #054E77;
    font-size: 14pt;
    line-height: 75%;
    margin-top: 20px;
}

h3 {
    color: darkgray;
    font-size: 12pt;
}

table{
    border:0;
    border-spacing: 0;
    outline-color: #d3d3d3;
    outline-width: 1px;
    outline-style: solid;
}

    table caption{
        background-color: #054E77;
        color: #F3C829;
        font-size: 21px;
        font-weight:bold;
        height: 30px;
        padding-top:5px;
    }

    table thead tr th {
        background-color: #4d3069;
        color: white;
        font-weight:500;
        padding-right: 15px;
    }

    table tbody tr {
        height: 21px;
        vertical-align: top;
    }


        table tbody tr:first-child {
            background-color: #cccccc;
            height: 25px;
            vertical-align: middle;
        }

        table tbody tr:nth-child(even) {
            background-color: white;
        }

        table tbody tr:nth-child(odd) {
            background-color: #f3f3f3;
        }


        table tbody tr td {
            border: 0;
            padding-left: 10px;
            padding-right: 10px;
            text-align: left;
        }

        table tbody tr:first-child td {
            background-color: #cccccc;
            color: black;
            height: 25px;
            vertical-align: middle;
            white-space: nowrap;
        }

ul {
  list-style:none;
  padding-left: 10px;
}

ul li {
  background-color: #EBE7D9;
  color: #054E77;
}

ul li:nth-child(even) {
  padding-bottom: 10px;
  border-bottom: 0px !important;
}

ul li:last-child {
  padding-bottom: 10px;
  border-bottom: 0px !important;
}

ul li a {
  color: #054E77;
}




.menu-main {
    background-color: #EBE7D9;
    color: #999;
    float: left;
    font-size: 14px;
    height: 28px;
    margin: 0px auto;
    min-width: 800px;
    padding: 0;
    width: 100%;
}

    .menu-main ul {
        list-style-type: none;
        margin:0;
        padding:0;
    }

        .menu-main ul li {
            background-color: #ebe7d9;
            float: left;
            height: 25px;
            padding: 0;
            padding-left: 3px;
            padding-top: 3px;
            position: relative;
            vertical-align: middle;
            width: 125px;
        }

            .menu-main ul li a {
                background-color: #EBE7D9;
                border-right: none;
                color: #999;
                display: block;
                height: 25px;
                padding: 0;
                text-align: left;
                text-decoration: none;
            }

            .menu-main ul li ul {
                display: none
            }

            .menu-main ul li:hover ul {
                display: block;
                position: absolute;
            }

                .menu-main ul li:hover ul li {
                    padding: 0;
                }

                    .menu-main ul li:hover ul li a {
                        background-color: #054E77;
                        border-bottom: none;
                        border-right: none;
                        color: #d3d3d3;
                        display: block;
                        height: 25px;
                        padding: 0;
                        padding-left: 5px;
                        text-align: left;
                        width: 175px;
                    }

                    .menu-main ul li:hover ul li a:hover {
                        background-color: #054e77;
                        color: #f3c829;
                    }






.table-bio {
        border-color: none;
        border-style: none;
        border-width:0px;
        width: 500px;
    }

    .table-bio tbody tr {
            height: 100px;
            vertical-align: top;
        }


    .table-bio tbody tr:first-child {
        background-color: initial;
        height: 100px;
        vertical-align: top;
        }

    .table-bio tbody tr:nth-child(even) {
            background-color: white;
        }

    .table-bio tbody tr:nth-child(odd) {
            background-color: white;
        }


    .table-bio tbody tr td {
            border: 0;
            border-top-color: silver;
            border-top-style: solid;
            border-top-width: 1px;
            padding-bottom: 10px;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 10px;
            text-align: left;
        }

    .table-bio tbody tr:first-child td {
            background-color: initial;
            color: initial;
            vertical-align: middle;
            white-space: nowrap;
        }

    .table-bio strong {
        font-weight:bold;
    }

.table-bio-name {
    font-color: navy;
    font-size: 20px;
}


