/*
---------------------------------------------------------------------------------
New Dynamics of Ageing - 21/06/07
---------------------------------------------------------------------------------
http://markhadley.com
---------------------------------------------------------------------------------*/

/*
PRINT CSS
---------------------------------------------------------------------------------*/
	
body {
	font: 1em/1.5em "lucida grande", arial, sans-serif;
	}
	
#skiplinks, #menu, hr, #footermenu  {
	display: none;
	}
	
/*links*/

a {
	color: #702B90;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
abbr {
	border-bottom: 1px dashed #666;
	}
	
a abbr {
	border-bottom: 0;
	}
	
#leader abbr {
	border-bottom: 1px dashed #fff;
	}
	
strong {
	font-weight: bold;
	}
	
.note, #main h3 span.note {
	color: #c00;
	}
	
h2 {
	padding-top: 1em;
	border-top: 1px solid #702B90;
	color: #702B90;
	}
	
/*
LOGOS
---------------------------------------------------------------------------------*/

#logos div {
	height: 70px;
	width: 300px;
	background: url(../graphics/logo_print.jpg) 0 0 no-repeat;
	}
	
/*
COUNCILS
---------------------------------------------------------------------------------*/

#councils, #councils ul, #councils li {
	margin: 0;
	padding: 0;
	text-align: left;
	}

#councils li {
	display: block;
	}

#councils a {
	text-indent: -9999px;
	overflow: hidden;
	margin: 20px 0;
	display: block;
	}
	
.ahrc a {
	background: #fff url(/graphics/logo_ahrc.gif) top left no-repeat;
	height: 43px;
	width: 185px;
	}
	
.bbsrc a {
	background: #fff url(/graphics/logo_bbsrc.gif) top left no-repeat;
	height: 111px;
	width: 162px;
	}
	
.epsrc a {
	background: #fff url(/graphics/logo_epsrc.gif) top left no-repeat;
	height: 60px;
	width: 175px;
	}
	
.esrc a {
	background: #fff url(/graphics/logo_esrc.gif) top right no-repeat;
	height: 80px;
	width: 97px;
	}

.mrc a {
	background: #fff url(/graphics/logo_mrc.gif) top left no-repeat;
	height: 48px;
	width: 109px;
	}

