body {
 	background-color:#CCCC99;
 	font-family: Georgia, "Times New Roman", Times, serif;
 	font-size: 14px;
 	margin: 0px;
 	padding: 0px;
 }
#mainTable {
	border: 1px solid #000000;
	line-height: 1.5em;
	width: 798px;
 }
 #maincontent {
	border-left: 2px dotted #333;
	font-size: 100%;
	font-size: 100%;
	vertical-align: top;
	background-color:#FFFFFF;
	width: 638px;
 }
 #sidebar {
	width: 160px;
	font-size: 85%;
	vertical-align: top;
	font-size: 85%;
	text-decoration: none;
	text-align: left;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000066;
 }
 #header {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top-style: none;
	padding: 0px;
 }
 #footer {
 	background-color:#000000;
 	color: #CCCCCC;
	font-size:14px;
 }
 td, p, ul {
 	font-family: Georgia, "Times New Roman", Times, serif;
 }
 h1:first-child {margin-top: 0;}/*starts first h1 in TD flush top*/
 h2:first-child {margin-top: 0;}/*starts first h2 in TD flush top*/
 h1 { font-size: 160%; }
 h2 { font-size: 140%; }
 sidebar a {
 	/*/*/padding: 3px;
 	display: block;
 	border: 2px dotted #CCC;
 	text-decoration: none;
 	line-height: 1em;
 	width: 160px; /* */
 }
 #sidebar a:link, #sidebar a:visited {
 	color: #000066;
 }
 #sidebar a:hover, #sidebar a:active {
 	color: #000000;
 	background-color: #FFFFFF;
 	border: 2px solid #000;
 }
 #sidebar ul {
 	/*/*/padding-left: 1em;
 	margin-left: 1em;
 	list-style-type: none; /* */
 }
 #sidebar li {
	margin: 0px 0px 6px 0px;
	text-decoration: none;
 }
 #current a {
 	color: #333333 !important;
 	/*/*/background-color: #FFFFFF!important;
 	border: 2px dotted #999 !important; /* */
 }
