﻿html, body 
{
    background-color: #FFFFFF;
    font-family:verdana;
    font-size: 10pt;
    background-image: url("images/bgFade.jpg");
    background-repeat:repeat-x;
    height: 100%;
}

#container
{
    position: relative;
    background-color: White;
    width: 800px;
    height:auto !important;
    height:100%;
    min-height:100%;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #1485D5;
    border-top: none;
    border-bottom: none;
    
}

#header
{
    width: 100%;
    height: 100px;

}

#body
{
    width: 100%;
    padding-bottom: 5em;

}

#footer
{
    border-top: solid 1px #1485D5;
    width: 100%;
    font-size: 8pt;
    bottom: 0;
    position: absolute;

}


/*a:hover, a:visited, a:link
{
    text-decoration: none;
    color: #00DE04;
}*/

#container ul
{
    margin-top:0px;
    margin-bottom:0px;
    line-height:normal;
    margin-left:20px;
    padding-left:0px;
	
}

#container li
{

    padding-bottom:5px;

	

}
	
