body, table, div {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

body {
	margin: 0;
	background: #dedede; /* background colour */
}


img {
	border: 0;
}

a {
	color: #477881; /* general link colour */
	text-decoration: underline;
}

a:hover {
	color: #477881; /* general link colour */
	text-decoration: none;
}

h1 {
	padding: 5px 0;
	color: #003663; /* heading text */
	font-size: 14px;
	margin: 0;
}

h2, h3, h4, h5, h6 {
	color: #003663; /* heading text */
	font-size: 12px;
}


table.container {
	width: 800px;
	padding: 10px;
	background: white; /* page box colour */
	margin-bottom: 10px;
}


table.header {
	width: 100%;
	color: black;
}

table.header span {
	padding: 0 0 0 10px;
}

table.header div.linklist {
	color: #1979d2; /* headbar text colour */
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
}

table.header span.member_status {
	display: block;
	color: #1979d2; /* headbar text colour */
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
}

table.header div a {
	color: #003663; /* headbar links text */
}

table.header div a:hover {
	color: #003663; /* headbar links hover */
}




table.navibar {
	width: 100%;
	color: white;
	font-size: 11px;
	font-weight: bold;
}

table.navibar a {
	color: white; /* tab text colour */
	font-weight: bold;
	text-decoration: none;
}

table.navibar a:hover {
	color: white; /* tab text hover */
	font-weight: bold;
	text-decoration: none;
}

table.navibar td.l1 {
	text-align: center;
	background-color: #000099; /* tab colour */
	padding: 10px 5px;
	border-right: 1px dotted white;
}


table.navibar td.l1_over {
	text-align: center;
	background-color: #484848; /* tab hover colour */
	padding: 10px 5px;
	border-right: 1px dotted white;
}

table.navibar td.l1_active {
	text-align: center;
	background-color: #484848; /* tab active colour */
	padding: 10px 5px;
	border-right: 1px dotted white;
}

table.main {
	width: 100%;
	margin-top: 10px;
}

table.main td.left {
	width: 160px;
	border-top: 5px solid;
	border-top-color: #ff0000; /* tab hover colour */
}

table.main td.right {
	width: 150px;
}


table.main td.center {
	border-top: 5px solid;
	border-top-color:  #ff0000; /* content top border */
	padding: 8px;
}

table.main td.center div.trail,
table.main td.center div.trail a {
	padding: 3px 5px 3px 0;
}

table.main td.center div.trail a,
table.main td.center div.trail a:hover {
	color: #477881; /* general link colour */
}

table.main table.content {
	padding: 5px;
}


table.sidebar {
	width: 100%;
	color: 454545;
	font-size: 11px;
	padding: 5px 5px;
	margin-bottom: 10px;
	
}

table.sidebar caption {
	width: 100%;
	background-color: #e9e9e9; /* caption background */
	padding: 5px 5px;
	color: #1864af; /* caption text */
	font-size: 12px;
	font-weight: bold;
	border-top: 5px solid;
	border-top-color: #000099; /* tab colour */
}

table.sidebar#categories caption {
	display: none;
}

table.sidebar#categories {
	border: 0px;
	background-color: black;
	padding: 0;
	border-bottom: 3px solid #d2d2d2; /* categories bottom border */
}

table.sidebar#categories td.l1,
table.sidebar#categories td.l1_over {
	border: 0;
	margin: 0;
	background-color: #e9e9e9; /* category l1 background */
	padding: 4px 5px 4px 10px;
	font-weight: bold;
	font-size: 11px;
	border-top: 1px dotted;
	border-top-color: #484848; /* tab hover colour */

	text-decoration: none;
}

table.sidebar#categories td.l1_over {
	background-color: #484848; /* tab hover colour */
	border-top: 1px dotted;
	border-top-color: #e9e9e9; /* category l1 background */
}

table.sidebar#categories td.l1 a {
	color: #5e5e5e; /* category l1 link */
	text-decoration: none;
}

table.sidebar#categories td.l1_over a,
table.sidebar#categories td.l1_over a:hover  {
	color: white; /* category l1 link hover */
	text-decoration: none;
}


table.sidebar#categories td.l2,
table.sidebar#categories td.l2_over  {
	border: 0;
	margin: 0;
	background-color: #f0f0f0; /* category l2 background */
	padding: 3px 10px 3px 20px;
	font-size: 11px;
	font-weight: normal;
	border-top: 1px dotted;
	border-top-color: #484848; /* tab hover colour */
	text-decoration: none;
}

table.sidebar#categories td.l2_over {
	background-color: #484848; /* tab hover colour */
	border-top: 1px dotted;
	border-top-color: #f0f0f0; /* category l2 background */
}

table.sidebar#categories td.l2 a {
	color: #5e5e5e; /* category l2 link */
	font-weight: normal;
	text-decoration: none;
}

table.sidebar#categories td.l2_over a,
table.sidebar#categories td.l2_over a:hover {
	color: white; /* category l2 link hover */
	font-weight: normal;
	text-decoration: none;
}


table.footer {
	width: 100%;
	font-size: 10px;
	color: #4b4b4b; /* footer text colour */
	text-decoration: none;
	margin-bottom: 0px;
}

table.footer a {
	font-size: 10px;
	color: #4b4b4b; /* footer text colour */
	text-decoration: underline;
}

table.footer a:hover {
	color: #4b4b4b; /* footer text colour */
	font-size: 10px;
	text-decoration: none;
}

table.footer td {
	background-color: #dedede; /* footer background */
	padding: 5px 5px;
}

table.sidebar a {
	font-weight: bold;
	text-decoration: underline;
}

table.sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #666666; /* sidebar link hover */
}

table.sidebar#news div.date {
	font-weight: bold;
	color: #666666;
	font-size: 10px;
	padding-bottom: 2px;
}

div.disclaimer { padding: 10px; font-size: 9px; color: #666666; }

table.linktable { font-size: 12px; font-weight: bold; }
table.linktable td { padding: 5px; border-bottom: 1px solid #cccccc; }

div.subtitle { font-size: 14px; font-weight: bold; color: #333333; margin: 10px 0; }

div.section { font-size: 16px; font-weight: bold; color: #555555; margin: 10px 0; }