@charset "UTF-8";
body {
	font: arial;
	font-size: 10pt;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container_outer {
	display: block;
	width: 100% !important;
	margin: 0px !important;
	padding: 0px;
}

#container
{
	display: block;
	width: 95% !important;
	margin: 0px !important;
}
#main {
	margin: 0px;
}
#body {
	display: block;
}
#header {
	margin: 0px;
	padding: 0px;
	display: block;
	border-style: none !important;
}
img#title2
{
	display: block;
	width: 150px;
	margin-bottom: 20px;
	border-style: none !important;
}
img#title
{
	display: none;
}
#content {
	margin-left: 10px !important;
	margin-right: 10px !important;
	float: none !important;
	display: block;
	width: 90%;
	border: none !important;
	text-align: left;
}

#leftnav {
	display: none;
}

.left {
	float: left;
	text-align:left;
	margin-left: -15px;
}

#leftnav ul {
	margin-left: -40px !important;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 0px;
}

#leftnav ul li a {
	list-style:none;
	display:none;
	color: #000000;
	background:  #e6e6e6;
	padding: 5px 10px 5px 10px;
	border-bottom: 2px solid #FFFFFF;
	font-size: 8pt;
	text-align: left;
	width: 170px;
}
#leftnav ul li {
	color: #000000;
	text-decoration: none;
	list-style: none;
	width: 170px;
	display: none;
}
#leftnav ul li a:hover {
	background-color: #333333;
	color: #FFFFFF;
	display: block;
}
.right {
	float: right;
	padding-left: 35px;
	text-align: right;
	margin-right: -20px;
}

p {
	font-size: 10pt;
	text-align: justify;
	margin: 0px !important;
}

#footer
{
	margin-left: 0px !important;
	padding-bottom: 2px;
	padding-right: 15px !important;
	padding-left: 15px !important;
	margin-top: 5px;
	clear:left;
}
p.right, p.left
{
	font-size: 8pt;
	color: #000000;
	margin-top: 50px !important;
}
p.right a
{
	color:#000000;
	text-decoration: none;
	
}
dt, .menutitle 
{
	display: none;
}
dt a, .menutitle a
{
	display: none;
}
dt a:hover, .menutitle a:hover
{
	display: none;
}
.heading, .heading2
{
	display:none;
}
div#leftnav div dd.menu
{
	display: none;
}
dd
{
	margin: 0px;
	display: none
}


.titleleft {
	font-size: 12pt;
	color:#000000;
	text-decoration: underline;
	font-weight:bold;
	text-align: left;
}
.titlecentre {
	font-size: 14pt;
	color:#000000;
	text-decoration: underline;
	font-weight:bold;
	text-align: center;
}

div#content ul li
{
	margin-bottom: 10px;	
}

p.line
{
	display: block;
	border: 1px dashed #333333;
}
div#content ol li
{
	line-height: 5px;
}
div#content ol li ol li
{
	list-style: circle;
}
div#content ol li ol li ol li
{
	list-style: square;
}
div#content ol li ol li ol li ol li
{
	list-style: lower-alpha; 
}