/* Skin */

/* Light Backgrounds for Light seasonal css
	body			{ background:#3F9EB8 url("../images/Winter_Weather.gif") repeat 0 0 !important; }

	.Header,
	 .Footer,
	  .Header a:link,
	   .Header a:visited,
	    .Footer a:link,
	     .Footer a:visited	 { color:#442815; }

	a:link,
	 a:visited	{ color:#3F9EB8; }


	.Header		{ background:url("../images/headerBgLight.pnggif") no-repeat top left; }
	.Footer 	{ background:url("../images/footerBgLight.pnggif") no-repeat top left;}
	.ContentArea { background:url("../images/ContentAreaBgLight.pnggif") repeat-y 0 50%;}
*/

/* Dark Backgrounds -- if dark seasonal bg is used, then uncomment this and comment out Light.pnggif's */
	body			{ background:#FEF9EE url("../images/Sept09-1.gif") repeat 0 0 !important; }

	.Header,
	 .Footer,
	  .Header a:link,
	   .Header a:visited,
	    .Footer a:link,
	     .Footer a:visited	 { color:#442815; }

	a:link,
	 a:visited	{ color:#3F9EB8; }

	.Header		{ background:url("../images/headerBgDark.pnggif") no-repeat top left; }
	.Footer 	{ background:url("../images/footerBgDark.pnggif") no-repeat top left;}
	.ContentArea { background:url("../images/ContentAreaBgDark.pnggif") repeat-y 0 50%; }

	/*Hosted on ftp site for quick change purposes i.e. no build process needed to deploy changes */
	.SignInArea			{ background:#FEF9EE url("../../../resources/images/SeasonalSignInBg.jpg") no-repeat 0 0; }
	.SignUpArea			{ background:#FEF9EE url("../../../resources/images/SeasonalSignUpBg.jpg") no-repeat 0 0; padding-top:10px; }
	.ConfirmationArea	{ background:#FEF9EE url("../../../resources/images/SeasonalConfirmationBg.jpg") no-repeat 0 0; }