body {
	font-family: Arial, sans-serif;
	color: white;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: white;
	overflow-x: hidden; 
}

.madeby {
	color: white;
	text-align: center;
	font-size: 70%;

	/*
	position: absolute; 
	z-index: 20; 
	bottom: 12px; 
	left: 12px; 
	width: 138px; 
	*/
}

.madeby a {
	color: white;
	text-decoration: none;
}

sup {
	line-height: 0;
}

table#body {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 6px solid white;
	border-bottom: 0px;
	margin-bottom: 6px;
	table-layout: fixed;
}

table#sub {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	width: 100%;
	height: 500px;
	margin: 0px;
	margin-top: 6px;
	border: 6px solid white;
}

table#body td, table#body td img {
	padding: 0px;
	vertical-align: top;
}

tr.header {
	height: 75px;
	padding-top: 5px;
}

td.links .line1, td.links .line2 {
	margin: 8px;
	margin-left: 20px;
}

td.links .line1 a {
	color: white;
	font-size: 22px !important;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

img {
	border: 0px;
}

td.links .line2 a {
	font-size: 17px !important;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

#logo {
	border: none;
	margin: 0px;
	padding: 0px;
}

/* splash page */

body#splash {
	overflow: hidden;
}

#superheader {
	height: 150px;
}

#superheader td {
	border-bottom: 6px solid white;
}

body#splash .flow {
	top: 237px;
}

body#splash #superheader .sidebar {
	background: rgb(132,175,210) url(images/homea.gif) bottom left no-repeat;
}

body#splash .uppercontent {
	background: url(images/homeb.jpg) bottom left no-repeat;
}

body#splash .links {
	background: rgb(110, 148, 175) url(images/homed.jpg) top left no-repeat;
}

#rightcorner {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 250px;
	z-index: 50;
}

#rightcorner2 {
	height: 250px;
	border-right: 6px solid white;
}


/*  flowbars  */

td.flowbarcontainer {
	height: 162px !important;
	padding: 0px;
	margin: 0px;
	/* border-top: 6px solid white;
	border-bottom: 6px solid white; */
	background: white;
}

div.flowbarcontainer2 {
	border-top: 6px solid white;
	border-bottom: 6px solid white;
	background: white;
}

div.flowbar {
	height: 150px !important;
	position: absolute;
	z-index: 3;
}

.flowbar.visible {
	
}

.flowbar.hidden {
	display: none;
}

/* flows  */

div.flow {
	position: absolute;
	top: 87px;

	height: 150px;
	border: none;
	margin: 0px;
	padding: 0px;
}

div.flow.bar {
	width: 30px;
}

div.flow.block {
	width: 90px;
}

div.flow.bulk {
	width: 300px;
}

div.flow.thumbnail {
	z-index: 13;
	left: 6px;
}

div.flow.overlay {
	z-index: 50;
	left: 250px;
	width: 500px;
}

div.flow.overlay h3 {
	margin-top: 10px;
	color: white;
}

/*  sidebar  */

.sidebar {
	width: 200px;
}

#sidebar {
	height: 376px;
}

.sidelinks {
	margin: 32px;
	padding-bottom: 6px;
	padding-top: 6px;
}

.sidelinks a {
	display: block;
	padding-left: 6px;
	padding-right: 4px;
	color: black;
	text-decoration: none;
}

.sidelinks a.hr {
	padding-top: 3px;
	margin-top: 3px;
	border-top: 1px solid grey;
}


/*  content  */

.content, td.links, #sub_content, .uppercontent {
	border-left: 6px solid white;
}

.content p, .content h3 {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.bannerstable {
	width: 100%;
	border-bottom: 6px solid white;
}

.bannerstable td {
	border-top: 6px solid white;
	text-align: center;
}

.banner {
}

.externaltable {
	clear: both;
	margin-top: 15px;
	width: 100%;
	background: white;
	color: black;
	text-align: center;
}

.externaltable p {
	margin: 5px;
}

.externaltable img {
	margin-left: 12px;
	margin-right: 12px;
}

a {
	white-space: nowrap;
}


/*  logo  */

td.logo {
	background: left top no-repeat;
	vertical-align: top;
}

#logo {
	vertical-align: top;
}


/*  colour adjustments  */

	/*  blue  */

body.blue td.logo {
	background-image: url(images/logobg_blue.png);
}

body.blue table#body, body.blue #sub_content {
	background: rgb(110, 148, 175);
}

body.blue .sidebar {
	background-color: rgb(132,175,210);
}

body.blue .line2 a {
	color: rgb(5, 60, 100);
}

body.blue strong, body.blue .content h3 {
	color: rgb(30, 60, 80);
}

	/*  gray  */

body.gray td.logo {
	background-image: url(images/logobg_gray.png);
}

body.gray table#body, body.gray #sub_content {
	background: rgb(123, 141, 155);
}

body.gray .sidebar {
	background-color: rgb(152,175,190);
}

body.gray .line2 a {
	color: rgb(30, 60, 80);
}

body.gray strong, body.gray .content h3 {
	color: rgb(50, 65, 80);
}

	/*  green  */

body.green td.logo {
	background-image: url(images/logobg_green.png);
}

body.green table#body, body.green #sub_content {
	background: rgb(100,150,130);
}

body.green .sidebar {
	background-color: rgb(125,175,155);
}

body.green .line2 a {
	color: rgb(5,60,45);
}

body.green strong, body.green .content h3 {
	color: rgb(30,55,45);
}

	/*  yellow  */

body.yellow td.logo {
	background-image: url(images/logobg_yellow.png);
}

body.yellow table#body, body.yellow #sub_content {
	background: rgb(165,165,95);
}

body.yellow .sidebar {
	background-color: rgb(190,190,110);
}

body.yellow .line2 a {
	color: rgb(80,80,10);
}

body.yellow strong, body.yellow .content h3 {
	color: rgb(70,70,30);
}

	/*  lilac  */

body.lilac td.logo {
	background-image: url(images/logobg_lilac.png);
}

body.lilac table#body, body.lilac #sub_content {
	background: rgb(105,115,140);
}

body.lilac .sidebar {
	background-color: rgb(145,155,175);
}

body.lilac .line2 a {
	color: rgb(55,60,80);
}

body.lilac .content a {
	color: rgb(180,190,255);
}

body.lilac strong, body.lilac .content h3 {
	color: rgb(45,50,60);
}

	/*  lime  */

body.lime td.logo {
	background-image: url(images/logobg_lime.png);
}

body.lime table#body, body.lime #sub_content {
	background: rgb(120,140,80);
}

body.lime .sidebar {
	background-color: rgb(162,185,120);
}

body.lime .line2 a {
	color: rgb(65,80,15);
}

body.lime strong, body.lime .content h3 {
	color: rgb(60,70,40);
}

	/*  navy  */

body.navy td.logo {
	background-image: url(images/logobg_navy.png);
}

body.navy table#body, body.navy #sub_content {
	background: rgb(62,76,112);
}

body.navy .sidebar {
	background-color: rgb(60,79,129);
}

body.navy h3, body.navy strong, body.navy .line2 a  {
	color: white;
}

body.navy h3 {
	color: rgb(177,197,249);
}

	/*  peach  */

body.peach td.logo {
	background-image: url(images/logobg_peach.png);
}

body.peach table#body, body.peach #sub_content {
	background: rgb(241,187,161);
}

body.peach .sidebar {
	background-color: rgb(194,118,80);
}

body.peach {
	color: black;
}

body.peach .content a {
	color: white;
}

body.peach .line2 a {
	color: rgb(194,118,80);
}

body.peach strong, body.peach .content h3 {
	color: rgb(154,82,45);
}



	/*  cream  */

body.cream td.logo {
	background-image: url(images/logobg_cream.png);
}

body.cream td.links .line1 a {
	color: rgb(190,130,80);
}

body.cream td.links .line2 a {
	color: rgb(150,80,60);
}

body.cream table#body, body.cream #sub_content {
	background: rgb(245,241,190);
}

body.cream .sidebar {
	background-color: rgb(210,190,115);
}

body.cream {
	color: black;
}

body.cream .content a {
	color: white;
}

body.cream strong, body.cream .content h3 {
	color: rgb(154,82,45);
}

body.cream .flowbar {
	background: rgb(210,190,115);
}


	/*  black  */

body.black td.logo {
	background-image: url(images/logobg_black.png);
}

body.black, body.black a, body.black strong, body.black h3, body.black .sidelinks a {
	color: white;
}

body.black .sidebar, body.black table#body, body.black #sub_content, body.black .flowbar {
	background-color: black;
}