a:link
{
	color: steelblue; 
}
a:visited
{
	color: steelblue; 
} 
a:active 
{
	color: #66003C;
}
body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: white;
	color: #3366CC ;
	height: 100%;
	font-size: .99em;
}
td
{
	font-size: .99em;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: steelblue;
}
h2
{
	color: #231469; 
}
h3
{
	color: #187881; 
}
h4
{
	color: darkslateblue;
}
h5
{
	color: steelblue;
}
h6
{
	color: #66003C;
}
div#header {


    clear: both;


    height: 50px;


    padding: 1px;


}


div#leftcol {


    float: left;
    width: 150px;
    height: 100%;
    background-color: blue;
	background-image: url(../Images/background.jpg);
	background-repeat: repeat-y;
}


div#middlecol {


    padding: 0px 10px 5px 170px;
    margin: 0px;
    /*height: 100%;*/
    
}


div#footer {


    clear: both;

}
div#container {


    margin: 1em;
    min-height: 100%;
	height: auto  !important; /* for modern browsers */
	height: 100%; /* for IE */
	background: #FFFFFF url(../Images/background.jpg) repeat-y;
	_border-right: 1px solid #FFFFFF;

}
div.clear
{
height: 1%;
clear: both;
content: ".";
height: 0;
visibility: hidden
}