﻿
TABLE#siteheader {
	display: none;
}
DIV#siteheader {
	display: block;
}

/*
DIV.panel {
	background-color: #aaa;
	padding:10px;
	margin:10px;
}
*/
IMG.panel {
	display: none;
}

UL.hiddenList {
	display: block;
}

IMG.panelIcon {
	display: none;
}

TD#leftNavCell {
	width: 204px;
}

DIV.panel TABLE {
	width:204px;
	padding: 10px 5px 20px 5px;
	margin: 3px;
}

a, a:link, a:visited, a:active, a:hover {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a.nounderline {
	text-decoration: underline;
}

A.menuheader {
	font-family: myriad, verdana;
	color: #515151;
	font-size: 12pt;
	text-decoration: none;
}