﻿body {
    font-family: Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    background-color: #2c2c2c;
}

a {
    color: #0000ff;
    text-decoration: none;
}

    a:hover {
        color: #f97c15;
    }

p {
    margin: 5px 5px 5px 5px;
    padding: 5px;
    text-align: left;
}

h1, h2, h3 {
    margin: 0px;
}

hr {
    border: 0;
    height: 1px;
    background-color: #00ccff;
    clear: both;
    margin: 15px;
}

#navHeader {
    background-color: #2c2c2c;
    text-align: center;
    vertical-align: top;
    box-shadow: 0px 10px 10px #AAA;
    margin: 0px -5px;
}

    #navHeader a {
        vertical-align: top;
        display: inline-block;
        color: white;
        line-height: 50px;
        height: 50px;
        padding: 0px 20px;
        text-decoration: none;
    }

        #navHeader a:hover, #page_bottom a:hover {
            color: #00ccff;
        }


#page_bottom {
    background-color: #2c2c2c;
    text-align: center;
    padding: 15px 0px;
    font-size: small;
    color: white;
    margin-top: 30px;
}

    #page_bottom a {
        vertical-align: top;
        color: white;
        text-decoration: none;
        color: #f97c15;
    }

#page_content {
    background-color: white;
    text-align: center;
}

#coreContent {
    max-width: 960px;
    margin: 0px auto;
}

.infoImage {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}