BODY {text-align:center; margin: 0px;
	background-color : #E0FFFF;
}

.

/*FlexiWeb Style File - Created 27-05-2007
Menus Section
*/
.main1, li {
	position: absolute;
	left: auto;
	right: auto;
	top: 10px;
	z-index: 90;
	text-align: left;
	text-indent: 0;
	color : White;
}
#main1, #main1 ul {
	padding: 0;
	margin:0;
	list-style: none;
	float: left;
	width: auto;
	font-weight: normal;
}

#main1 li {
	float: left;
	padding-left: 0;
	margin : 0;
	border-right-color: transparent;
	border-right-style: transparent;
	border-top-color: transparent;
	border-top-style: transparent;
	padding-right : 0px;
	padding-top : 0px;
}
#main1 li ul {
	/* second-level lists */
	position: absolute;
	left: -999em;
	height: auto;
	width: 120px;
	color: white;
	font-weight: normal;
	margin: 0;
	z-index: 90;
	background-image : url(images/buttonup.gif);
}
#main1 a {
	display: block;
	width: 120px;
	color: white;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size : 12px;
	text-decoration: none;
	margin:1px;
	padding : 0 0.1em;
	z-index: 90;
	text-align : center;
	background-image : url(images/gradient.gif);
	height : auto;
}
#main1 a:hover {
	color: Aqua;
}
#main1 li:hover ul ul, #main1 li:hover ul ul ul, #main1 li.sfhover ul ul, #main1 li.sfhover ul ul ul {
	left: -999em;
}
#main1 li:hover ul, #main1 li li:hover ul, #main1 li li li:hover ul, #main1 li.sfhover ul, #main1 li li.sfhover ul, #main1 li li li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
	
}
#main1 li:hover, #main1 li.sfhover {
	background-color: #6666ff;
	color : White;
}
#main1 li ul a{
	width:100px;
	color : White;
}

P, pre, address
H1,  H2,  H3, h4 , H5, H6 {
	font-family :Helvetica, sans-serif;
	color: #000099;
	margin-bottom : 1px;
	margin-top : 1px;
	padding-left : 3px;
	padding-right : 3px;
}


td, P, pre, address{
	font-size :14px;
	color : Navy;
	vertical-align : top;
}

.side {width:200px; height: 400px, text-align: right;}	
	
.centre { text-align : center;}

