* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: none;
	font-size: 65%;
	font-family: "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	color: #000;
	margin: 1.5cm 2cm;
}
/* LAYOUT */
#print {
	display: block;
}
#wrapper {
	width: 100%;
}
	#header {
		display: none;
	}
		#wrapper-bg { 
			background: none;
		}
	
			#header-2 { 
				display: none;
			}
	#navigation, #navigation-sub {
		display: none;
	}
	#content {
		background: none;
	}
	#sub-navigation {
		display: none;
	}

	#sub-content {
		background: #fff;
	}	
	
		#footer-logo { 
			display: none;
		}
		#sub-footer-logo { 
			display: none;
		}	
	
	#footer { 
		display: none;
	}
	#footer-navigation {
		display: none;
	}
	
/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6, p, li, td, th, blockquote, span, em, strong { /* Sets the line-height of these tags back to 1.3em */
	line-height: 1.5em;
}
h1 {
	font-size: 2em;
	line-height: 1.2em;
	margin: 0 0 1em 0;
}
h2 {
	font-size: 1.4em;
	margin: 0 0 .2em 0;
}
h3 {
	font-size: 1.2em;
	margin: 0 0 .8em 0;
}
h4{
	font-size: 1em;
	font-weight:bold;
	margin: 0 0 .2em 0;
}
p {
	font-size: 1em;
	margin: 0 0 1.3em 0;
	line-height: 1.6em;
}
p.intro {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #000;
	margin: 0 0 1em 0;
	font-style: italic;
}
p.uppercase, .uppercase {
	text-transform: uppercase;
}
a {
	color: #142c01;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #5CB14C;
}
#sub-content ul{
	margin: 0 0 .8em 2.2em;
}
#sub-content ul li{
	margin: 0 0 .8em 0em;
}

/* Classes*/

/*Float or align images to left, right or centre*/
.align-right {
	float:right;
	background: transparent url(../i/drop-shadow.jpg) right bottom no-repeat;
	margin:10px 0 0 20px;
}
.align-right img {
	margin:  -2px 12px 12px -2px;
	border: 1px solid #000;
}
.align-left {
	float:left;
	background: transparent url(../i/drop-shadow.jpg) right bottom no-repeat;
	margin:10px 10px 0 2px;
}
.align-left img {
	margin:  -2px 12px 12px -2px;
	border: 1px solid #000;
}
img.align-centre {
	display: block;
	margin: 15px auto 20px auto;
}
			