.header {
	height: 60px;
	width: 800px;
	top: -2px;
	position: absolute;
	border: 1px solid #999999;
}
.mainholder {
	padding-top: 10px;
}
  .centered {
	position: absolute;
	top: -2px;
	margin-top: 0%;
	margin-left: 0%;
	background-color: grey;
	color: white;
	width: 800px;
}

.boarder {
	border: 1px solid #999999;
	clip: rect(auto,auto,auto,auto);
}

.boarder1 {
	border: 1px solid #999999;
	clip: rect(auto,auto,auto,auto);
	margin-top: 5px;
}
.commontext {
	font-family: Verdana;
	font-size: 10px;
}

body {
	margin:2px 0px 10px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Fix for IE5/Win */
}
	
#Content {
	width:850px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Fix */
	padding:0px;
	border:none;
}
	
a:link, a:visited {text-decoration:none;}
a:link, a:visited { color:#000066;}
a:hover, a:active {text-decoration:underline;}
a:link img, a:visited img { border-style: none; }

.titlebars {
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #000066;
	background-image: url(Images/titleback.gif);
	background-repeat: repeat;
}
.footer {
	background-image: url(Images/titleback.gif);
	background-repeat: repeat-x;
	border: 1px solid #999999;
}
.datetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}

.producttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.producttitletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.navtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000066;
}
.productholder {
	position: relative;
	height: 408px;
	width: 670px;
	left: 0px;
	top: 2px;
	overflow-y: scroll;
	/*overflow: hidden;*/ /*removed to fix scrollbar issue in FF*/
	padding: 1px;
	}
	
.ausproductholder {
	position: relative;
	height: 524px;
	width: 670px;
	left: 0px;
	top: 2px;
	overflow-y: scroll;
	/*overflow: hidden; - removed to fix scrollbar issue in FF*/
	padding: 1px;
	}
	
.mscbpageholder {
	position: relative;
	height: 320px;
	width: 670px;
	left: 0px;
	top: 100px;

	overflow-y: scroll;
	overflow: hidden;
	padding: 1px;
	}
	
.staffholder {
	position: relative;
	height: 390px;
	width: 672px;
	left: 1px;
	top: 1px;
	overflow-y: scroll;
	overflow: hidden;
	padding: 1px;
	visibility: visible;
}
	
html {
overflow: auto;
}	
	
.downloadholder {
	position: absolute;
	height: 90%;
	width: 225px;
	left: 1px;
	overflow: scroll;
	top: 75px;
}
.downloadlogo {
	position: absolute;
	height: 73px;
	width: 225px;
	left: 1px;
}
.pageitemtext {
	font-size: 20px;
	color: #000066;
	font-weight: normal;
}
.hiddendsholder {
	border: 1px solid #999999;
	clip: rect(auto,auto,auto,auto);
	margin-top: 5px;
	visibility: hidden;
	width: 645px;
}
.pic {
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 2;
}
