﻿html, body 
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Lucida Sans Unicode, Arial, Verdana, Sans-Serif;
    height: 100%;
    background-color: #D4D9DD;
    background-image: url(/hci/images/background.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

div#container 
{
    position: relative; /* needed for footer positioning*/
    margin: 0 auto; /* center, not in IE5 */
    width: 989px;
    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treaded as min-height*/
    min-height: 100%; /* real browsers */
    background-color: White;
    border-right: solid 1px #D4D9DD;
}

div#header 
{
    position: relative;
    width: 989px;
    height: 126px;
    background-color: White;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

div#menu 
{
    width: 989px;
    height: 70px;
    background-image: url(/hci/images/bg_menu.jpg);
    background-color: White;
}

div#contentcontainer 
{
    width: 989px;
	padding: 0em 0em 5em; /* bottom padding for footer */
	background-color: White;
}

div#footer 
{
    clear: both;
    width: 989px;
    height: 75px;
	background-color: White;
}

a
{
    color: #3680A7;
}

p
{
    text-align: left !important;
}