html, body    {
	margin: 0px;
	background: #66cc99;
	color: #333333;
}

h4    {
	margin: 0;
	padding: 0;
	letter-spacing: +1px;
}

h1    {
	font-family: "arial", "helvetica", "sans-serif";
	margin: 0;
	color: blue;
	font-size: 50px;
	font-style: italic;
	letter-spacing: -3px;
}
h2    {
	font-family: arial,helvetica,sans-serif;
	margin: 0;
	color: black;
	font-size: 12px;
	
}

a    {
	font-size: 12px;
	font-family: arial,sans-serif;
	color: blue;
}
a.g	{ color: blue; 
	background: #33ff00;
	position: absolute;
	letter-spacing: +2px;
	font-size: 13px;
	padding: 3px;
	border: 1px solid #000000; 
	visibility: hidden;
}
a:link    {
	color: #0000FF;
}

a:visited    {
	color: blue;
}

a:hover    {
	color: #000000;
	background: red;
}


#lh-col    {
	position: absolute;
	top: 107px;
	left: 1em;
	width: 120px;
	border: 2px solid #000000;
	background: #99ffcc;
	color: #333333;
	margin: 0px;
	padding: 6px;
	height: 600px;
}

#rh-col    { 
	
	margin: 3px 66px 12px 190px;
	border: 2px solid #000000;
	background-position: 0px 82px;
	color: #333333;
	padding: 22;
	background: #000000;
	background-image: url(greenback.gif);
	background-repeat: repeat-y;
; clip:  rect(   )
}
#navlist {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
}
#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#navlist li {
	margin: 0 0 3px 0;
}
#navlist a {
	/*/*/display: block;
	padding: 2px 2px 2px 0px;
	border: 1px solid #333;
	width: 120px;
	background-color: #009999;
	 /* */
}
#navlist a:link, #navlist a:visited {
	color: #000;
	/*/*/color: #EEE;
	text-decoration: none; /* */
}
#navlist a:hover {
	border: 1px solid #333;
	background-color: #FF6600;
	color: #333;
}
#csslink a:link, #csslink a:visited, #csslink a:hover {
	/*/*/border: 1px solid #333;
	background-color: #FF6600;
	color: #333; /* */
}