﻿html, body 
{
    background-color: #FFFFFF;
    font-family:verdana;
    font-size: 10pt;
    background-image: url("images/bgFade.jpg");
    background-repeat:repeat-x;
    height: 100%;
}

/*a:link
{
    text-decoration: none;
    color: black;	
	
}

a:hover
{
    text-decoration: none;
    color: black;
}


a:visited
{
    text-decoration: none;
    color: black;
}*/


#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 #4736A0;
    border-top: none;
    border-bottom: none;
    
}

#header
{
    width: 100%;
    height: 100px;


}

#body
{
    width: 100%;  
    padding-bottom: 5em;
    
}

#footer
{
	
    border-top: solid 1px #4736A0;
    width: 100%;
    font-size: 8pt;
    bottom: 0;
    position: absolute;
    

}

/*a:hover, a:visited, a:link
{
    text-decoration: none;
    color: #00DE04;
}*/

#container ul
{
    margin-top: 20px;
    margin-bottom: 20px;
    line-height:normal;
    margin-left:20px;
    padding-left:0px;
	
}

#container li
{

    padding-bottom:5px;

}

.mainContent
{
	width: 100%;
	height: auto;
	border: solid 1px #3958B1;
	background-color: White;
	margin-left: auto;
	margin-right: auto;
	background-color: #D9D6EB;
}

.padding
{
	padding: 10px 10px 10px 10px;
}

.header
{
	height: 25px;
	background-color: #4B3AA2;
	color: White;
	line-height: 1.5pc;
	font-weight: bold;
	padding-left: 10px;
}

	

