﻿/* OLD
=============================
	MAIN LAYOUTS
=============================
*/
DIV.ContainerHeadMenu
{
	background-color		: #336699;
}
/*
=============================
	MENU - LEFT
=============================
*/
DIV.MenuRowHead, DIV.MenuRowFoot
{
	background-color		: #F37026;
}
DIV.MenuRowItem
{
	background-color		: #F15A24;
}
/*
=============================
	CONTENT BANNER
=============================
*/
DIV.BannerContent
{
	background-color		: #336699;
}
DIV.BannerText
{
	color					: #FFFFFF;
}
DIV.ContentHomePage
{
    clear:both;
	float: left;
	padding-top:10px;
	width: 580px;
}
DIV.ContentHomePageFooter
{
    border-top: solid 1px #336699;
    clear: both;
	float: left;
	font-size: 8pt;
	margin-top:10px;
	padding-top:3px;
	text-align:right;
	width: 580px;
}
DIV.ContentHomePageFooter A
{
    text-decoration:none;
}