body {
    margin: 0;
    border: 0;
    padding: 0;
    height: 100%;
    max-height: 100%;
    background: #fff;
    font-family: arial, verdana, sans-serif;
    font-size: 76%;
    overflow: hidden;
}

/* for internet explorer */
* html body {
    padding: 62px 0 27px 0;
}

#container {
    font-family: "times new roman", serif;
    font-size: 1.2em;
    position: fixed;
    top: 62px;
    left: 0;
    bottom: 27px;
    right: 0;
    overflow: auto;
    background-color: #eeeeee;
    background-image: url( "../images/redbk.jpg" );
    background-repeat: repeat-x;
    padding-bottom: 20px;
    text-align: center;
}

* html #container {
    height: 100%;
    width: 100%;
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    overflow: auto;
    background: white url( "../images/blue.jpg" ) no-repeat top right;
    border-bottom: 2px solid #32456D;
}

* html #header {
    height: 62px;
}

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    overflow: auto;
    text-align: right;
    background: #5C6C8E;
    border-top: 2px solid #32456D;
}

* html #footer {
    height: 27px;
}

h1 {
    font-size: 4em;
    margin: 0;
    padding: 0;
}

#footer p {
    color: #fff;
    margin: 5px 10px 0 10px;
}

#header ul {
    clear: both;
    text-align: center;
    border-top: 1px solid #73a2bd;
}

#header ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: transparent;
    height: 3em;
}

#header ul li {
    display: inline;
    color: #73a2bd;
}

hr {
    clear: both;
    border: 0;
    height: 1px;
    color: #888;
    background-color: #888;
}

#dialog {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height : 100%;
    overflow : auto;
}

#navcontainer {
    background: url( ../images/chromebg.gif ) center center repeat-x;
}