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

body {
	margin: 0;
	background: #ffffff/*page background*/;
}


img {
	border: 0;
}

a {
	color: #4b4b4b/*general links*/;
	text-decoration: underline;
}

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

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

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


table.container {
	width: 800px;
	padding: 10px;
	background: #ffffff/*page box colour*/;
}

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

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

table.header span.existing, table.header span.new { padding: 0; }

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

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

table.header div a {
	color: #4b4b4b/*headbar links*/;
}

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




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

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

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

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


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

table.navibar td.cat_link_active,
table.navibar td.cat_link_active_hover {
	text-align: center;
	background-color: #b69876/*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: #b69876/*tab hover colour*/;
}

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


table.main td.center {
	border-top: 5px solid;
	border-top-color: #ffffff/*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: #4b4b4b/*general link colour*/;
}

table.main td.center div.trail span.print_friendly { display: block; float: right; padding: 1px 0; padding-left: 20px; background: transparent url(print.gif) no-repeat left center; }

table.main td.center div.trail span.print_friendly a { font-family: Tahoma, sans-serif; font-size: 10px; color: #402419/*print link*/; text-decoration: underline; }

table.main td.center div.trail span.print_friendly a:hover { color: #666666/*print link hover*/; text-decoration: none; }

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: #ffffff/*caption background*/;
	padding: 5px 5px;
	color: #666666/*caption text*/;
	font-size: 12px;
	font-weight: bold;
	border-top: 5px solid;
	border-top-color: #b69876/*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,
table.sidebar#categories td.l1_active {
	border: 0;
	margin: 0;
	background-color: #b69876/*category l1 background*/;
	padding: 4px 5px 4px 10px;
	font-weight: bold;
	font-size: 11px;
	border-top: 1px dotted;
	border-top-color: #b69876/*tab hover colour*/;

	text-decoration: none;
}

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

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


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


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

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

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

table.sidebar#categories td.l2_active a,
table.sidebar#categories td.l2_active a:hover,
table.sidebar#categories td.l2_over a,
table.sidebar#categories td.l2_over a:hover {
	color: #402419/*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: #402419/*sidebar link hover*/;
}

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

table.sidebar#news td {
	padding-bottom: 10px;
}

table.container {
	margin-bottom: 10px;
}
