html, body { 
	background-color: #FECC0D;
}
A.standard:link, A.standard:visited, A.standard:active{
	color: #8C8C8C;
}
	A.standard:hover{
		color: #FECC0D;
	}
A.inLink:link, A.inLink:visited, A.inLink:active{
	color: #8C8C8C;
}
	A.inLink:hover{
		color: #5366BF;
	}
A.email:link, A.email:visited, A.email:active{
	color: #BA0E1C;
}
	A.email:hover{
		color: #FECC0D;
	}
A#subscribeEmail:link, A#subscribeEmail:visited, A#subscribeEmail:active{
	color: #FFFFFF;
}
	A#subscribeEmail:hover{
		color: #FECC0D;
	}
#container {
	background: #BA0E1C url(../images/SC_bg.jpg) repeat-y left;
	
}
	H1, H2 { 
		color: #BA0E1C;
	}
	.highlight{
		color: #BA0E1C;
	}
	#headText {
		color: #FFFFFF;
	}
	#subhead {
		background: #BA0E1C;
		color: #FFFFFF;
	}
	#subscribe{
		color: #FFFFFF;
	}
	#footer{
		color: #FFFFFF;
	}
	/* Navigation Component */
	#navigation li {
		color: #FFFFFF;
	}
		li.topNav{
			border-color: #FFFFFF;
		}
		li ul {
			background-color: #FFBFE0;
		}
		#navigation A:link, A:visited, A:active{ 
			color: #FFFFFF;
		}
		#navigation A.subNav:link, A.subNav:visited, A.subNav:active{ 
			color: #5F5F5F;
		}
		#navigation A:hover{ color: #FECC0D; }
		#navigation A.subNav:hover{ color: #BA0E1C; }

	/* Home Page */
	.easyhealth{
		background: url(../dynamic/images/easyhealthcover11.jpg) no-repeat;
		background-position: right center;
		margin-top: 110px;
	}
	/* Food Bites Page */
	.bitesSections{
		border-color: #BA0E1C;
	}
		#bitesRecipe {
			background: url(../dynamic/images/whatis41.jpg) no-repeat;
			background-position: right top;
		}
		#bitesWhatIf {
			padding: 10px; 
			background: url(../dynamic/images/ecocorner41.jpg) no-repeat;
			background-position: right top;
		}
		#bitesEasyTips {
			padding: 10px; 
			background: url(../dynamic/images/fakeit41.jpg) no-repeat;
			background-position: right top;
		}
	/* 5 Day Budget Menu */
	li.dayNav{
		border-color: #BA0E1C;
	}
		#navDays A.dayNav:link, A.dayNav:visited, A.dayNav:active{ 
			color: #BA0E1C;
		}
		#navDays A.dayNav:hover{
			color: #FECC0D;
		}	
	/* Best Reader Recipe */
	.recipeArea{
		border-color: #BA0E1C;
	}
	/* Competitions Page */
	.compsSections{
		border-color: #BA0E1C;
	}
		#comps1 {
			background: url(../dynamic/images/comps40_1.jpg) no-repeat;
			background-position: right bottom;
			height: 360px;
		}
		#comps2 {
			background: url(../dynamic/images/comps40_2.jpg) no-repeat;
			background-position: right top;
			height: 360px;
		}
		#comps3 {}
		#comps4 {}
		.compsScroll1{
			width: 300px; 
			height: 240px;
			margin-bottom: 10px;
		}
		.compsScroll2{
			width: 150px; 
			height: 320px;
			margin-bottom: 10px;
		}
		.compsScroll3{
			width: 200px;
			height: 120px;
			margin-bottom: 10px;
		}
		.compsScroll4{
			width: 210px; 
			height: 130px;
			margin-bottom: 10px;
		}
		
		IMG.compButton{
			padding-left: 20px;
		}
	/* Next Issue Page */
	P.issueOnSale{
		color: #FECC0D;
	}
	/* Press Clippings */
	#press .title{
		color: #FECC0D;
	}
	/* Subscribe */
	.subscribePhone{
		color: #FECC0D;
	}
	/* Email Forms */
	.labelColour{
		color: #FECC0D;
	}
	.inputColour{
		background-color: #FFBFE0;
		border: dashed 1px #BA0E1C;
		color: #8C8C8C;
	}
	.resetButtonColour{
		background-color: #FECC0D;
		border: dashed 1px #BA0E1C;
		color: #FFFFFF;
	}
	.sendButtonColour{
		background-color: #BA0E1C;
		border: dashed 1px #FECC0D;
		color:#FFFFFF;
	}
	/* PopUps */
	.lineColour{
		border-top: 1px solid #BA0E1C;
	}
	
.visibilityNone
{
 display:none;		
}