

/* HEADER
-----------------------------------------------------------------------------*/

	#header  {
		display: none;
	}
	
	#printheader {
		display: block;
		margin-bottom: 1em;
	}
	
	#ServicesSubNav {
		display: none;
	}
	
	#subNav {
		display: none;
	}



/* BODY
-----------------------------------------------------------------------------*/

		body {
		font: 0.8em  Verdana, Arial;
		margin: 0 1em;
	}
	
	#whiteBackground {
		padding: 0.4em 0.8em;
		background-color: #FFFFFF;
	}
	
	#contentMargin {
		margin: 0 1em;
		padding: 0 0;
	}

	#pagenav {
		display: none;
	}
	
	#breadcrumbs{ 
		display: none;
	}
	
	#contentMargin p {
		line-height: 1.4em;
	}
	
	#contentNoMargin p {
		line-height: 1.4em;
	}
	
	#contentMargin li {
		line-height: 1.4em;
		margin-bottom: 0.2em;
	}
	
	#contentNoMargin li {
		line-height: 1.4em;
		margin-bottom: 0.2em;
	}
	
	form {
		margin: 0 0;
	}
	
	table {
		font-size: 1em;
	}
	
	
	H1 {
		font-size: 1.6em;
		margin-top: 0.4em;
	}
	
	H2 {
		font-size: 1.2em;
		margin-top: 30px;
	}
	
	H2.news {
		border-bottom: 1px solid #CC9933;
	}
	H2.council {
		border-bottom: 1px solid #266E85;
	}
	H2.services {
		border-bottom: 1px solid #003366;
	}
	H2.business {
		border-bottom: 1px solid #573F88;
	}
	H2.heritage {
		border-bottom: 1px solid #990033;
	}
	H2.aboutus {
		border-bottom: 1px solid #666633;
	}
		
	H3 {
		font-size: 1.2em;
		margin-top: 30px;
	}
	
	H4 {
		font-size: 1em;
		margin-top: 30px;
	}
	
	.indent {
		margin-left: 2em;
	}
	
	.alert {
		width: 75%;
		border: 1px solid #000000;
		background-color: #F4F4EC;  
		padding: 10px 10px;
		margin: 5px;
	}
	
	.alertFull {
		width: 100%;
		border: 1px solid #000000;
		background-color: #F4F4EC;  
		padding: 10px 10px;
		margin: 5px;
	}
	.alertRight {
		float: right;
		width: 225px;
		border: 1px solid #000000;
		background-color: #F4F4EC;  
		padding: 3px;
		margin: 5px;
		}
		
	.imageCaption {
  		float: right;
  		margin: 0 4px;
  		padding: 0;
  		text-align: center;
  		font-style: italic;
	}

	#date {
		margin-top: 2em;
	}


/* FOOTER
-----------------------------------------------------------------------------*/

	#newsContentFooter {
		border-top: 2px solid #CC9933;
	}
	
	#councilContentFooter {
		border-top: 2px solid #266E85;
	}
	
	#servicesContentFooter {
		border-top: 2px solid #003366;
	}
	
	#businessContentFooter {
		border-top: 2px solid #573F88;
	}
	
	#heritageContentFooter {
		border-top: 2px solid #990033;
	}
	
	#aboutUsContentFooter {
		border-top: 2px solid #666633;
	}
	
	#footer{
		display: none;
	}
