/* 
Stylesheet for Smoke Free Bristol web site
Last updated: July 8, 2005
Author: Martin Glancy, ID
PRINT VERSION
*/

/* TEXT AND PAGE ###################### */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Helv, Geneva, sans-serif;
	color: #000000;
	margin:30px;
	}
	

/* LAYOUT =============== */

#footer {
/*	border-top: 1px solid #000000;
	padding-top: 10px;
	margin-top: 30px;*/
}

#container {
}

#content {
	width: 590px;
}

#printheader{
}



/* CLASS STYLES ====== */



/* To hide for printing */
.skipLink a, #header, #menu, p.toplink, div.topimage {
	visibility: hidden;
	display: none;
}
	
/* LAYOUT DIVS ###################### */



/* ACCESSIBILITY CONVERSIONS ###################### */

em {
	font-style: italic;
	}

strong {
	font-weight: bold;
	}

