
body  {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	background-image: url(../graphics/bg-tint.jpg);
	background-repeat: repeat-y;
	margin: 0;
	padding: 10px 5%;
	}

#wrapper {
	background-image: url(../graphics/logo.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 20px 0;
	}

#header	{
	margin-left: 240px;
	padding: 20px 0 5px 0;
	border-bottom: 1px solid green;
	}

#header h1	{
	display: none;
	}

#header img	{
	margin: 0;
	padding: 0;
	border: 0;
	}
	
#header p	{
	margin: 0.2em;
	}
	
#page	 {
	margin: 65px 0 0;
	padding: 0;
	position: relative;
	width: 100%;
	}

	
acronym	{
	font-weight: bold;
	}
	
#content	{
	margin: 0 170px 2em 110px;
	padding: 0 20px 0 10px;
	border-right: 1px solid #ccc;
	
	}

#content dt	{
	font-weight: bold;
	}

#content p	{
	font-size: 1em;
	line-height: 1.4em;
	text-align: justify;
	}

#content p, #content h2, #content h3, #content h4, #content ul	{
	margin: 0 0 1em 0;
	}
	
#content h2	{
	color: green;
	letter-spacing: 0.1em;
	font-size: 1.4em;
	font-weight: bold;
	
	}

#content h3	{
	font-size: 1.2em;
	}

#content h3 a	{
	color: black;
	text-decoration: none;
	}

#content h3 a:hover	{
	color: #bf5229;
	text-decoration: underline;
	}

#content h4	{
	font-size: 1em;
	color: black;
	border-bottom: 1px solid green;
	text-transform: uppercase;
	}

#content ul	{
	margin-left: 1em;
	padding-left: 1em;
	}
	
#content li	{
	margin-bottom: 0.6em;
	font-size: 1em;
	line-height: 1.4em;
	text-align: justify;
	}

#content a	{
	color: #bf5229;
	font-weight: bold;
	}
	
#content a:hover	{
	color: black;
	}

#content img	{
	display: block;
	border: 0;
	}

.back-to-top	{
	margin: 0.2em 3em 1em auto;
	padding-bottom: 2em;
	padding-right: 5em;
	text-align: right;
	}

#menu	{
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	}

#menu ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 2px solid #bf5229
	}
	
#menu ul li	{
	
	margin: 0;
	padding: 5px 0;
	}

#menu ul li a	 {
	font-size: 0.9em;
	font-weight: bold;
	color: green;
	text-decoration: none;
	display: block;
	border: 1px solid #ccc;
	margin: 0;
	padding: 5px;
	}


#menu ul li a:hover	{
	color: black;
	background-color: #d9896c;
	}
		
#quicklinks	{
	color: #333;
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
	}

.qlbox	{
	border: 1px solid #bf5229;
	margin: 0;
	padding: 10px 5px 5px 5px;
	font-size: 1em;
	line-height: 1.3em;
	}

.qlbox img	{
	display: block;
	margin: 0 auto 2em auto;
	border: 0;
	}

.qlbox a	{
	color: #bf5229;
	font-weight: bold;
	}
.qlbox a:hover	{
	color: black;
	}

.float-left	{
	float: left;
	padding: 0 1em 1em 0;
	}
.clear-left	{
	clear: left;
	}
	
#content p.centre, #content h3.centre	{
	text-align: center;
	}

#footer	{
	margin: 2em 190px 2em 120px;
	padding: 2em 0 0 0;
	border-top: 1px solid green;
	color: #333;
	text-align: center;
	
	}

