BODY {
	background-color : White;
	background-image : url(branding/background.jpg);
	background-repeat : repeat-x;
	background-attachment : fixed;
}

.picborder {
	border : 1px solid #0053a3;
}

/* 3 Menu colours */
A.nav:link, A.nav:active, A.nav:visited    {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none ;
	font-weight: bold;
	color:#0053a3;
}
A.nav:hover   {
	text-decoration: underline;
	color: White;
	background-color : #0053a3;
}
/* -------------------------------------- */
A:link, A:active, A:visited  {
	text-decoration: underline ;
	color: Black;
}
A:hover   {
	text-decoration: underline ;
	color: White;
	background-color : #0053a3;
}

A.rockmill:link, A.rockmill:active, A.rockmill:visited    {
	text-decoration: none ;
	color: Black;
}
A.rockmill:hover   {
	text-decoration: underline ;
	color: Black;
	background-color : transparent;
}

.footer   {
	color: Black;
}


