@charset "utf-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
}
 #container {
	
} 
 #header {

} 
 #header h1 {
}
.imgheadercentre {

}

 #sidebar1 {
	display: none;

}
#sidebar1 ul.topul{

}
#sidebar1 li.topli{

}
#sidebar1 li a{

}
#sidebar1 li a:link{

}
#sidebar1 li a:visited{

}
#sidebar1 li a:hover{

}
#sidebar1 li a:active{

}
#siderbar1 ul.subul{

}
li.subli{

}
 #sidebar2 {
	font-size:10pt;
}
 #mainContent {
} 
#sidebar2 h3 {

}

 #footer {
	font-size:10pt;
} 
 #footer p {


}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
h1 {
}
h2 {

}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;;
}
.imgnoborder{
	border:none;
	float:right;
}
