/*
	COLOURS:
	Dark Green:		217d46
	Light Green:	71bf47
	Brown:			523820
	Light Grey:		ebf2eb
	
*/

body {
	font-size: 76%;
	font-family: verdana, tahoma, sans-serif;
	background-color: #71bf47;
	color: #ffffff;
	margin: 0px;
}

#container {
	margin: 0px auto;
	width: 100%;
	font-size: 1.0em;
	text-align: center;
	padding-top: 46px;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #ffffff;
}

#logo {
	padding: 25px 0px;
	margin: 0px auto;
}

#links {
	margin: 0px auto;
	text-align: center;
	padding: 10px 0px;
}

#footer {
	text-align: center;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

a:link {color:#ffffff; text-decoration: none;}
a:visited {color:#ffffff; text-decoration: none;}
a:hover {color:#ffffff; text-decoration: underline;}
a:active {color:#ffffff; text-decoration: underline;}

#generic-content {
	width: 600px;
	margin: 0px auto;
	padding: 0px 0px 50px 0px;
	color: #523820;
	text-align: left;
	line-height: 1.4em;
}

#generic-content h1 {
	font-size: 1.3em;
	margin: 15px 0px;
}

#generic-content a:link {color:#217d46; text-decoration: none;}
#generic-content a:visited {color:#217d46; text-decoration: none;}
#generic-content a:hover {color:#71bf47; text-decoration: underline;}
#generic-content a:active {color:#71bf47; text-decoration: underline;}

p.pdf-download {margin: 0px; padding: 10px 0px 10px 26px; font-weight: bold; background-image: url('images/icon-pdf.gif'); background-repeat: no-repeat; background-position: left;}
p.doc-download {margin: 0px; padding: 10px 0px 10px 26px; font-weight: bold; background-image: url('images/icon-doc.gif'); background-repeat: no-repeat; background-position: left;}
p.xls-download {margin: 0px; padding: 10px 0px 10px 26px; font-weight: bold; background-image: url('images/icon-xls.gif'); background-repeat: no-repeat; background-position: left;}
p.file-download {margin: 0px; padding: 10px 0px 10px 26px; font-weight: bold; background-image: url('images/icon-file.gif'); background-repeat: no-repeat; background-position: left;}
p.print {margin: 0px; padding: 10px 0px 10px 26px; font-weight: bold; background-image: url('images/icon-print.gif'); background-repeat: no-repeat; background-position: left;}


