body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding 0;
	background: #fff;
}

body, td {
	text-align: left;
	vertical-align: top;
}

body, td, p {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

img, table, td, form, ul {
	margin: 0;
	padding: 0;
	border:0;
}

div#layoutContainer {
	position: relative; 
}

table#pageHeaderTable {
	height: 73px;
	background: none;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #fff;
}

table#mainLayoutTable {
	height: 90%;
	background: none;
	border: 0;
}

table#pageHeaderTable, table#mainLayoutTable {
	position: relative; 
	width: 100%;
}

table#pageHeaderTable td, table#mainLayoutTable td {
	border: 0;
	background: #fff;
	padding: none;
}

table#pageHeaderTable td.left, table#pageHeaderTable td.right {
	position: relative;
	height: 73px;
	text-align: left;
}
table#pageHeaderTable td.left {
	background: #090;
}
table#pageHeaderTable td.left img {
	position: relative;
	left: 22px;
	top: 15px;
}
table#pageHeaderTable td.right {
	width: 300px;
}

table#mainLayoutTable td.left {
	width: 166px;
	background: #007bbe;
	padding: 0px;
	color: #fff;
}
table#mainLayoutTable td.centre {
	width: auto;
	background: #fff;
}
table#mainLayoutTable td.right {
	width: 300px;
	background: #fff;
}

/* Right side logos table */
table#rsLogosTable {
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 0px;
	color: #fff;
}
table#rsLogosTable td {
	width: 50%;
	padding: 0px;
	background: #fff;
	border-style: none none none solid;
	border-width: 1px;
	border-color: #007bbe;
	color: #007bbe;
	text-align: center;
	vertical-align: top;
}

table#rsLogosTable tr.top td.left, table#rsLogosTable tr.top td.right {
	width: 50%;
	padding: 2px 0 3px 8px;
	background: #007bbe;
	font: normal normal bold 12px Arial, Geneva, Helvetica, sans-serif;
	color: #fff;
	text-align: left;
	vertical-align: top;
}

table#rsLogosTable tr.top td.right {
	border-style: none none none solid;
	border-width: 1px;
	border-color: #fff;
}

table#rsLogosTable td.left {
	background: #fff;
}
table#rsLogosTable td img{
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
}

table#rsLogosTable td ul.sponsorList ul {
	margin: 0;
	padding: 0;
}

table#rsLogosTable td ul.sponsorList li {
	padding: 7px 5px 7px 10px;
	font: normal normal normal 12px Arial, Geneva, Helvetica, sans-serif;
	color: #007bbe;
	text-align: left;
	list-style-type: none;
}

/* Navigation styles */
#sideMenu {
	padding-top: 
}

#sideMenu ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
#sideMenu ul li{
	display: inline;
	margin: 0;
	padding: 0px;
	vertical-align: bottom;
}
#sideMenu a {
	display: block;
	margin: 0;
	padding: 3px 3px 3px 10px;
	background: #007bbe;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #fff;
	font: normal 13px Arial, Geneva, Helvetica, sans-serif;
}
#sideMenu a:link, #sideMenu a:visited {
	color: #fff;
	text-decoration: none;
}
#sideMenu a:hover, #sideMenu a:active {
	background: #ff4800;
	color: #fff;
	text-decoration: none;
}
#sideMenu a#currentLink {
	background: #ff4800;
}
#sideMenu a:link#currentLink, #sideMenu a:visited#currentLink {
	color: #fff;
	text-decoration: none;
}
#sideMenu a:hover#currentLink, #sideMenu a:active#currentLink {
	color: #fff;
	text-decoration: underline;
}

/* Left side banner */
table#mainLayoutTable td.left img.banner {
	margin: 10px 5px 15px 9px;
}
/* Copyright */
div.copyright {
	margin: 10px 5px 15px 9px;
}
