body
{
background:#8ec2d8;
}
 
#logo div { position:absolute; left:-10000px; top: -100000px; display:none; visibility:hidden; }
 
div#header a { color:#000000; }
div#searchAreaContainer .tagline { position:absolute; left:-10000px; top: -100000px; display:none; visibility:hidden; }
div#searchAreaContainer .customBanner { display:block; text-align:center; margin-bottom:15px; visibility:visible; position:relative; left:0; top:0; }

 
#footer
{
background:#eff6f7;
}

div#footer {
background-image: none;
}
 
 div#footer a { color:#437db1; }
  div#footer a:hover { color:#8ec2d8; }
 #footer .footerblurb { color:#437db1; }

/* --------------- Revisions for the info pages ---------------- */

#leftCol { display:none; }
#contentArea { margin:10px auto 10px auto; width:720px; }
	
	/* Revised border colour to suit theme - using a neutral grey colour (#888888)  */
	#contentArea { border:0; border-bottom:2px solid #888888; }
	
/* Revise cool cloudy area bits - Using page bg colour, h1 is using a neutral grey (#666666) */
#pageTitle {  background:#8ec2d8 url(../../images/content-area-themed-back.gif) no-repeat left top; height:65px; }
	#pageTitle h1 { color:#666; width:600px; padding-top:20px; }

/* Using a neutral grey (#666666)  */
#paddedArea h1, #paddedArea h2, #paddedArea h3 { color:#666; font-size: 24px; }
/* Using a blue colour for links inside the info section (#369) */
#paddedArea a { color: #369; }
	#paddedArea a:hover { text-decoration:underline; }
