body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/io_mark.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
body table {
	margin: 0 auto;
	width: 97%;
}
body table tr, body table tr td {
	margin: 0px;
	padding: 0px;
}
#nav_top {
	position: relative;
	height: 133px;
	background-image: url(images/io_text.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: bottom;
}
#nav_top ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav_top ul li {
	float: left;
	padding: 0 0 0 19px;
}
#nav_top ul li {
	background-image: url(images/tab_most.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav_top ul li.first {
	padding: 0 0 0 19px;
	background-image: url(images/tab_blank.gif);
}
#nav_top ul li#selected {
	background-image: url(images/tab_selected_left.gif);
}
#nav_top ul li#after_selected {
	background-image: url(images/tab_selected_right.gif);
}
#nav_top ul li.last, #nav_top ul li.last_selected {
	width: 23px;
	background-repeat: no-repeat;
	background-position: right top;
}
#nav_top ul li.last {
	background-image: url(images/tab_last.gif);
	margin-top: 2px;
	padding: 3px 0;
}
#nav_top ul li.last_selected {
	background-image: url(images/tab_last_selected.gif);
	padding: 4px 0;
}
#nav_top ul li a {
	display: block;
	color: #FFFFFF;
	background-color: #78BDE8;
	width: 90px;
	text-decoration: none;
	padding: 3px 4px 3px 0;
	/* TEXT LEFT ALIGNED ON APRIL 19th TO FIX INDENT INCONSISTENCIES */
	/* text-align: center; */
	margin-top: 2px;
}
#nav_top ul li#selected a {
	background-color: #A4D7F4; /* THIS COLOUR IS BEING INHERITED TO A TAGS IN NESTED UL's */
	text-decoration: none;
	padding: 4px 4px 4px 0;
	margin-top: 0;
}
#nav_top ul li a:hover {
	color: #00CC00;
}
#nav_top ul li#selected ul {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 200px;
	clear: both;
}
#nav_top ul li#selected ul li {
	background-image: none;
	margin: 0;
	/* MARGIN-RIGHT OF 19px REMOVED APRIL 19th TO FIX INDENT INCONSISTENCIES */
	/* padding: 0 0 0 19px; */
	padding: 0;
	float: none;
}
#nav_top ul li#selected ul li a {
	background-color: transparent;
	margin: 0;
	padding: 0;
	color: #000000;
	width: 200px;
	text-align: left;
}
#nav_top ul li#selected ul li a.selected {
	color: #00CC00;
}
#nav_top ul li#selected ul li a:hover {
	color: 00CC00;
}
#nav_btm {
	vertical-align: top;
}
#nav_btm ul {
	background-color: #cccccc;
	margin: 4px 0;
	padding: 0;
	list-style: none;
}
#nav_btm ul li {
	float: left;
	width: 90px;
	padding: 0 0 0 19px;
	margin: 0;
}
#nav_btm ul li.home {
	font-weight: bold;
	font-size: 120%;
	float: right;
	width: 90px;
	padding: 0 19px 0 0;
	text-align: right;
}
#nav_btm ul li a {
	color: #000000;
	text-decoration: none;
}
#nav_btm ul li a.selected {
	color: #00CC00;
}
#nav_btm ul li a:hover {
	color: #00CC00;
}
#col_left, #col_mid, #col_right {
	background-color: #A4D7F4;
	vertical-align: top;
}
#col_left {
	width: 125px;
	padding: 88px 40px 0 25px;
	font-size: 80%;
/*	color: #ffffff; REMOVED IN UPDATE FEB 22ND 06 */
	height: 300px;
}
#col_left h2 {
	font-size: 110%;
	color: #000000;
	margin: 0;
	font-weight: bold;
}
#col_left p {
	margin: 6px 0;
}
#col_left a {
	font-weight: bold;
	color: #00CC00;
}
#col_mid {
	height: 313px;
	width: 100%;
	padding: 74px 0 0 0;
}
#col_mid #scroller {
	height: 313px;
	overflow: auto;
	padding: 0 25px 0 0;
}
#col_mid h1, h2 {
	font-size: 220%;
	margin: 0 0 10px 0;
	font-weight: normal;
}
#col_mid h1 {
	color: #ffffff;
}
#col_mid h2 {
	color: #00CC00;
}
#col_mid p {
	margin: 10px 0;
}
#col_mid a {
	color: #00CC00;
}
#scroller hr {
	color: #A4D7F4;
	background-color: #A4D7F4;
}
#col_right {
	height: 362px;
	width: 209px;
	padding: 0 25px 0 0;
}
marquee {
	background-color: #78BDE8;
	padding: 4px 0;
	color: #ffffff;
}
marquee a {
	color: #009900;
}
.larger {
	font-size: 130%;
}
.smaller {
	font-size: 85%;
}
.float_left {
	float: left;
	margin: 0 4px 2px 0;
}
.float_right {
	float: right;
	margin: 0 0 2px 4px ;
}
.spacer {
	clear: both;
	height: 0;
	line-height: 0;
}