﻿body { background-color: #888888; width: 100%; font-family: Calibri, sans-serif; }
label { float: left; width: 200px; min-width: 200px; }
input { float: left; }
p { height: 15px; }
div#container {
    position: relative;
    width: 100%;
    min-width: 315px;
    max-width: 1024px;
    height: auto;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .6);
}
div#header { 
    width: inherit; 
    margin: 0 auto;
}
div#header img {
    width: 100%;
    height: 100%;
}
div#centerDiv {
    width: 45%;
    min-width: 400px;
    height: 45em;
    margin: 0 auto;
}
div#centerDiv ul { padding: 35px; }
div#centerDiv ul li a { /*width: 80%;*/ }
div#centerDiv ul li {
    list-style: none;
    width: inherit;
    height: 40px;
    text-align: center;
    padding: 8px;
    margin-bottom: 1em;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
}
div#centerDiv ul li:hover { background-color: #eeeeee; }
div#centerDiv ul li h3 {
    font-family: Calibri, sans-serif;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    color: #414141;
    white-space: nowrap;
}
div#centerDivHeaderDiv {
    font-family: Calibri, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 50px;
    background-color: #0065a4;
}
div#centerDivHeaderDiv span {
    position: relative;
    top: 10px;
    text-shadow: 1px 1px 2px #888;
    white-space: nowrap;
}