/*********************************************************************
 * Background and Border Color Definitions: This file allows for  
 * seasonal and holiday changes to the background colors of the 
 * various id'd site elements.
 * Date Range: 20 Mar - 20 Jun
 ********************************************************************/
 
/*********************************************************************
 * Navigation
 ********************************************************************/
#mnuTop {background-color:#FFFFFF;}
#mnuLeft {background-color:#008000;color:#ffffff;}
#mnuLeft ul {background-color:#008000;}
#mnuLeft ul ul {background-color:#468200;}
#mnuLeft li {background-color:#008000;}
#mnuLeft a 
	{
	border-color:#FFD700;
	color:#FFFFFF;
	}
#txtNav {color:#000000;}
/*********************************************************************
 * Header
 ********************************************************************/
 
/*********************************************************************
 * General
 ********************************************************************/
#bodyMain {background-color:#008000;}
#main {background-color:#FFFFFF;}
#content {background-color:#FFFFFF;}
#titleBar {background-color:#008000;}
#pageTitle{color:#FFFFFF;}
#seasonImage
	{
	background-image:url('/images/seasons/spring.gif');
	background-position:center center;
	background-repeat: no-repeat;
	}
 
/*********************************************************************
 * Buttons
 ********************************************************************/
#btnMyFBCW {color:#FFFFFF;} 
 
/*********************************************************************
 * Forms
 ********************************************************************/
 
/*********************************************************************
 * Footer
 ********************************************************************/
#ftrTopLeft {background-color:#008000;}
