body {
	font-size: 12pt;
	font-family: "arial",sans-serif;
	margin: 5px;
	padding: 5px;
	text-align: justify;
        }
.titlesub {
	padding:5px;
	margin:0px;
	}
.title {
	font-weight: bold;
	color: #009933;
    background-color: #ffffff;
	text-align: left;
	padding: 0px;
	margin: 0px;
	}
.hyperlink {
	color: #009933;
    background-color: #ffffff;
	text-decoration: none;
    }

.nexthyperlink {
	float: right;
	color: #009933;
    background-color: #ffffff;
	text-decoration: none;
    font-size: 10pt;
    }
 .tophyperlink {
	float: left;
	color: #009933;
    background-color: #ffffff;
	text-decoration: none;
    font-size: 10pt;
    }

.successhyperlink {
	text-align: center;
	color: #009933;
    background-color: #ffffff;
	text-decoration: none;
    font-size: 10pt;
    }
.footer {
    font-size: 8pt;
    font-family: "arial",sans-serif;
    }
.imgleft {
    float: left;
    margin: 10px;
    vertical-align: text-bottom;
    }
.imgright {
    float: right;
    margin: 10px;
    vertical-align: text-bottom;
    }
.imgmap {
    margin: 10px;
    vertical-align: text-bottom;
    border: 0px;
    }

.imgheader {
    float: left;
    margin: 5px;
    }
.hr {
    color: #009933;
    background-color: #ffffff;
    }
.list {
    margin-left: 150px;
    }
#header {
        position: absolute;
        }

#menu {
	position: absolute;
	top: 110px;
	left: 10px;
	width: 150px;
	font-size: 11pt;
    padding:10px ;
    line-height:20px ;
	float: left;
    color: #99ff99;
    background-color: #ffffff;
	}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#menu li {
	border-bottom: 0px solid #ffffff;			/* Colour inbetween buttons */
	margin: 5px;
}

#menu li a {
	cursor: default;
	display: block;
	padding: 5px 5px 5px 2px;
	border: 0px;
	background-color: #99ff99;
	color: #000000;
	text-decoration: none;
	width: 140px;
	text-align: center;
	}

html>body #menu li a {
	width: auto;
}

#menu li a:hover {
	border: 0px;
	background-color: #009933;
	color: #FFFFFF;
}

#content {
	position: absolute;
	top:110px;
	margin:0px 25px 50px 160px;
	padding:10px;
	width: 590px;
	font-family: arial,sans-serif;
	font-size: 12pt;
	line-height: 150%;
    text-align: justify;
    }
