﻿body {
    background-color: black;
    color: white;
    font-family: Calibri;
    font-size: 18px;
}

a {
    color: lime;
    text-decoration:none;
    cursor:pointer;
}

li {
    margin-bottom: 3px;
}

th {
    background-color:lime;
    color:black;    
}

#topContent {
    text-decoration: none;
}

h2 {
    width: 80%;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 18px;
}

ul {
    list-style-image: url('/favicon.ico');
}

.bodyborder {
    width: 80%;
    margin: auto;
    border: medium lightgrey inset;
    min-height: 460px;
    padding: 6px;
    overflow: auto;
    font-size: 18px;
}

.menuItem {
    padding-bottom: 6px;
}

.container {
    float:left;
}


@media only screen and (max-width: 600px) {
    .container {
        float: none;
        width: 100%;
        text-align: justify;
        -ms-text-justify: distribute-all-lines;
        text-justify: distribute-all-lines;
        border-top: medium lime solid;
    }

    .bodyborder {
        width: 100%;
        border:none;
        min-height: 460px;
        padding: 3px;
        margin:auto;
    }

    .stretch {
        width: 1px;
        display: inline-block;
        font-size: 0;
        line-height: 0
    }

    .menuItem {
        font-size: large;
        text-align: center;
        width: 96px;
        display: inline-block;
        vertical-align: top;
        *display: inline;
        zoom: 1;
        float: left;
    }
}


#logos {
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left:10px;
    padding-right:10px;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

    #logos a {
        vertical-align: top;
        display: inline-block;
        zoom: 1;
    }

.stretch1 {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

