/* style.css    JML Software, LLC    22 Jan 08    [MLS] */

html {
    margin: 0;
    padding: 0;
    height: 100%;  /* Leave this here for both HTML and body */
}

body {
    background: url('Images/Background.jpg') center center fixed no-repeat;
    font-size: 10pt;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;  /* Leave this here for both HTML and body */
}

.FullPage {
    width: 100%;
    position: absolute;
    top: 0px;
    min-height: 100%;
    height: auto !important;
    padding: 0;
    margin: 0;
}

.Content {
    margin-bottom: 7em;  /* make room for the footer */
}

.LeftContent {
    position: relative;
    width: 220px;
    float: left;
}

.CenterContent {
    position: relative;
    margin-left: 250px;
}

.Clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

.Footer {
    text-align: center;
    border-top: 3px solid black;
    background-color: #F0F0F0;
    width: 100%;
    min-height: 6em;
    padding: 0;
    margin: 0;
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}
