/*=== header ===================== */


/*=== body ====================== */
body 
{
	color:#333;
}
a 
{
	color:#485AAE;
}

a:hover
{
	color:#2B9D35;
}

/*=== leftColumn =========== */
.leftBoxStyle 
{
	background:#f3f3f3;
	border:1px solid #485AAE;
}
/*=== centerColumn =========== */
.centerBoxStyle 
{
	background:#f3f3f3;
	border:1px solid #485AAE;
}

/*=== right Column =========== */
.rightBoxStyle 
{
	background:#f3f3f3;
	border:1px solid #485AAE;	
}
/*========Footer =============*/
#footerRow 
{
	color:#333;
}
#footerRow a 
{
	text-decoration:underline;
}