html {
	overflow-y: scroll;
}
body {
	font-family: sans-serif;
	padding: 0px;
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
table {
	margin: 0px;
	padding: 0px;
}
td {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
h1 {
	font-family: sans-serif;
	font-weight: bold;
	font-size: medium;
	padding: 3px 0px 3px 0px;
	margin: 0px;
}
h2 {
	font-family: sans-serif;
	font-weight: bold;
	font-size: small;
	padding: 2px 0px 2px 0px;
	margin: 0px;
}
h3 {
	font-family: sans-serif;
	font-weight: bold;
	font-size: small;
	padding: 2px 0px 2px 0px;
	margin: 0px;
}
h4 {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	padding: 2px 0px 2px 0px;
	margin: 0px;
}
h5 {
	font-family: sans-serif;
	font-weight: bold;
	font-size: x-small;
	padding: 2px 0px 2px 0px;
	margin: 0px;
}
h6 {
	font-family: sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: x-small;
	padding: 0px;
	margin: 0px;
}
p {
	font-family: sans-serif;
	font-weight: normal;
	font-size: small;
	padding: 3px 0px 3px 0px;
	margin: 0px;
}
label {
	font-size: small;
	vertical-align: middle;
}
ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
a {
	color: #064e9e;
	text-decoration: none;
	text-decoration: underline;
}
a:hover, a:hover h2 {
	color: #e2660e;
	text-decoration: none;
}
hr {
	margin: 0px 4px 0px 4px;
}
.banner {
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 10px;
	background-image: url(images/mf_titlebar_foot.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}
.leftmenu {
	z-index: 2;
	float: left;
	width: 135px;
	padding: 0;
	margin: 0;
	
}
.rightmenu {
	float: right;
	z-index: 5;
	width: 133px;
	text-align: justify;
	margin: 0px 0px 0px 10px;
}
.content {
	z-index: 0;
	width: auto;
	/*min-width: 470px;*/
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 145px 0px 145px;
}
.contentFix {
	float: none;
	clear: both;
	visibility: hidden;
	border-bottom: 1px solid white;
}
.searchBlock {
	margin: 5px 0px 5px 0px;
}
.searchResults {
}
.searchLinks {
	text-align: right;
}
.title {
/*	height: 96px;*/
	height: 80px;
	text-align: center;
	background-color: #f4f8ff;
	padding-top: 11px;
	background-image: url(images/mf_title.jpg);
	background-position: top left;
	background-repeat: repeat;
}
.titleBar {
	font-size: small;
	font-weight: bold;
	background-color: #e2660e;
	border-top: 1px solid #ffb45f;
	border-bottom: 1px solid #e2660e;
	
	background-image: url(images/mf_orange_gradient.jpg);
	background-position: top left;
	background-repeat: repeat;
}
.primaryOption {
	float: right;
	padding: 4px 3px 0px 3px;
}
.primaryOptionRadio {
	float: right;
	padding: 2px 3px 0px 0px;
}
.secondaryOption {
	float: left;
	padding: 4px 3px 0px 3px;
}
.quickSearch {
	float: right;
	padding: 2px;
}
.quickSearchEditbox {
	font-size: 9px;
	margin: 0px;
	padding: 1px 0px 0px 0px;
}
.quickSearchRadio {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}
.primaryOption a {
	color: black;
	text-decoration: none;
}
.primaryOption a:hover  {
	color: white;
	text-decoration: none;
}
.footer {
	clear: both;
	font-size: 11px;
	font-family: sans-serif;
	color: black;
	height: 70px;
	background-color: #dbdbdb;

	padding: 7px 0px 0px 0px;
	background-image: url(images/mf_footer_top.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
.footerContent {
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
}
.footerBottom {
	clear: both;
	height: 14px;
	background-image: url(images/mf_footer_bottom.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}
.footerLeft {
	float: left;
}
.footerCentre1 {
	text-align: center;
	padding-top: 15px;
}
.footerCentre2 {
	text-align: center;
	padding-top: 10px;
}
.footerRight {
	float: right;
	width: 220px;
}
.footer a {
	color: #064e9e;
	text-decoration: none;
}
.footer a:hover {
	color: #e2660e;
	text-decoration: none;
}
.counter {
	float: right;
	width: 96px;
	height: 25px;
}
.number {
	float: left;
	margin-top: 10px;
}
.screenreader {
	position: absolute;
	left: -1000px;
}
.popup {
	display: none;
	position: absolute;
	max-width: 300px;
	width: 300px;
	
	font-family: Arial, sans-serif;
	font-size: x-small;
	background-color: #ffffcc;
	padding: 0px 2px 0px 2px;
	border: 1px solid black;
	z-index: 999;

	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.popupBody {
	display: block;
	position: relative;
	width: 100%;
}