/*---------- Content Presentation Stylesheet ------------ */
/*          Created By Ben Stewart - Nov 2007             */

* {
	margin:0;
	padding:0;
}
html {
	height:100%;/*margin-bottom:1px; keeps a vertical scrollbar on all pages */
}
body {
	background: #fff;
	font-size:10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000;
	margin: 0px auto;
	width:700px;
}
h1, h2, h3 {
	color: #3e4d21;
	font-family: "Frutiger LT Std 47 Light Cn";
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:14px;
}
h3 {
	font-size:11px;
	margin: 0;
	font-weight:normal;
}
ul {
	margin: 0 10px 15px 20px;
}
li {
	margin:0px;
	list-style: disc;
	padding:0 0 5px 5px;
}
p {
	margin: 0 0 10px 0;
	line-height:120%;
}
em {
	color:#e48e25;
	font-style:normal;
}
a {
	border:none;
	color: #3e4d21;
	text-decoration: none;
}
a:hover {
	color: #B0B579;
	text-decoration: underline;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
img {
	border:0;
}
hr {
	height:1px;
	background-color: #fff;
	border: 1px solid #fff;
	margin-bottom: 10px;
}
img.Image_left {
	float: left;
	margin: 0px 5px 10px 0px;
}
img.Image_right {
	float: right;
	margin: 0px 0px 10px 5px;
}
img.Image_centre {
	margin: 0 auto 15px auto;
}

