﻿body 
{
	background: #1d5b92;
}

div.TopShadow
{
	background: url("../_images/foundation_topShadow.jpg") no-repeat;
}

div.BottomShadow
{
	background: url("../_images/foundation_bottomShadow.jpg") no-repeat;
}

div.Container
{
	background: url("../_images/foundation_siteBack.jpg");
}

div.BodyContent h1
{
	color: #333333;
}

div.BodyContent h2
{
	color: #333333;
}
div.ThankYou
{
	width:100%;
	text-align:center;
	font-weight:bold;
}



/*-------------------------------------------------------------------------------*/
/*---------------------------    Header/Menu Area   -----------------------------*/
/*-------------------------------------------------------------------------------*/



div.Header
{
	background: url("../_images/foundation_headerBack.gif") repeat-y;
}
	
	div.Logo
	{
		background: url("../_images/foundationLogo.gif") no-repeat;
	}
	
	div.Search
	{
		color: #86836e;
	}

		a.goButton
		{
			background: url("/_images/foundation_goButton.gif") no-repeat;
		}
	
	
/*-------------------------------------------------------------------------------*/
/*-----------------------------    SideMenu Area   ------------------------------*/
/*-------------------------------------------------------------------------------*/

div.SideMenu
{
	background: #e0e9f0;
}




/*-------------------------------------------------------------------------------*/
/*------------------------------    Footer Area   -------------------------------*/
/*-------------------------------------------------------------------------------*/


div.Footer
{
	color: #9fc1e0;
}

	a.footerLink
	{
		color: #9fc1e0;
	}

	a.footerLinkMartron
	{
		text-decoration: underline;
		color: #9fc1e0;
	}

	div.MartronLogo
	{
		background: url("/_images/foundation_martronlogo.gif") no-repeat;
		
	}
