﻿body 
{
	font-family: Calibri, Verdana, Tahoma, Arial;
	font-size: medium;
	height:100%;
}

/*------------------------------*/
/*          FOOTER              */
/*------------------------------*/
html, body {
height: 100%;
}
#container {
min-height: 100%;
border-left: 2px solid #666;
border-right: 2px solid #666;
width: 100%;
margin: 0 auto;
}
* html #container {
height: 100%;
}
#footer {
width: 100%;
color: purple;
text-align: center;
height: 50px;
padding-top: 50px;
margin: -50px auto 0 auto;
}
#clearfooter {
height: 50px;
}
/*--- end of Footer ---*/


.TableHeader
{
    color: White;
    background-color: Purple;
}