/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
.m0l0iout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}
.m0l0iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding: 4px;
	color: #000000;
}

/* level 0 outer */
.m0l0oout {
	font: 12px "Trebuchet MS";
	text-decoration : none;
	border : 1px solid darkgreen;
	background: #397865;
}
.m0l0oover {
	font: 12px "Trebuchet MS";
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #006666;
}

/* level 1 inner */
.m0l1iout {
	font: 12px "Trebuchet MS";;
	text-decoration: none;
	padding: 4px;
	color: #006666;
}
.m0l1iover {
	font: 12px "Trebuchet MS";;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	font: 12px "Trebuchet MS";
	text-decoration : none;
	border : 1px solid lightgreen;
	background: #FFFFFF; /* 1st dropdown menu colour */
	filter: alpha(opacity=85);
}
.m0l1oover {
	font: 12px "Trebuchet MS";
	text-decoration : none;
	border : 1px solid darkgreen;
	background: #ffffff; /* 1st dropdown menu rollover colour */
}

/* level 2 inner */
.m0l2iover {
	font: 12px "Trebuchet MS";
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	font: 12px "Trebuchet MS";
	text-decoration : none;
	border : 1px solid lightgreen;
	background: #FFFFFF; /* 2nd menu dropdown colour */
	filter: alpha(opacity=85);
}
.m0l2oover {
	font: 12px "Trebuchet MS";
	text-decoration : none;
	border : 1px solid darkgreen;
	background: #ffffff; /* 2nd dropdown menu rollover colour */
}

.whitethenblue {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	cursor: hand;
	filter: Invert;
	font-weight: normal;
	height: auto;
	width: auto;
}
.mainbodytext {
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: #006666;
}
.redlink {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #CC3300;
}
.leftlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006666;
	text-decoration: underline;
	background-color: #FFFFFF;
	text-align: left;
	white-space: normal;
	height: auto;
	width: auto;
}
