/* Background colors for loading in layout images */
table.Layout td.HeaderRep
{
	background-color: #C3DCD8;
}
table.Layout td.LeftNavRep
{
	background-color: #C3DCD8; 
}
/****************************//****************************//****************************/
.Color
{
	color: #006b58;
}
h1
{
	color: #006b58;
}

h2
{
	color: #000;
}

h3
{
	color: #006b58;
}
h4
{
	color: #006b58;
}
/****************************//****************************//****************************/
ul
{

}
ul.Color li
{
	color: #006b58;	
}
ul.Color p
{
	color: #000;
}
/****************************//****************************//****************************/
table.Hours
{
}
table.Hours th
{
	color: #006b58;
	background-color: #c3dcd8;
}
table.Hours td.Light
{
	background-color: #e3e3e3;
}
table.Hours td.Dark
{
	background-color: #cccccc;
}
/****************************//****************************//****************************/

div.LogIn
{
	background-color: #808080;
	color: white;
}
div.LogIn a
{
	color: white;
}
div.LogIn a:hover
{
	color: yellow;
}
/****************************//****************************//****************************/
table.LeftNavLinks
{

}
table.LeftNavLinks td
{

}
table.LeftNavLinks a
{
	color: #606060;
}table.LeftNavLinks a:hover
{
	color: #263866;	
}
