		.container
		{
			width: 800px;
			margin: 10px auto;
			background-color: #cccc99;
			border: 1px solid gray;
			line-height: 120%;
		}
		
		.header
		{
		      width: 800px;
		      height: 150px;
			border-bottom: 1px solid gray;
		}
		
		.leftnav
		{
		   border: none;
			float: left;
			width: 120px;
			margin: 0;
			padding: 5px;
			background-color: #cccc99;
		}
			.content
		{
			margin-left: 130px;
			border-left: 1px solid gray;
			background-color: #ffffff;
			padding: 13px;
		}
		
		.footer
		{
			margin: 0;
			padding: 10px;
			background-color: #dddddd;
			border-top: 1px solid gray;
		}
		
		.counter
		{
		      border: none;
			float: right;
			width: 60px;
			height: 30px;
			margin: 0;
			padding: 5px;
			background-color: #dddddd;
		}
		
/*		.leftnav p { margin: 0 0 5px 0; }     */
/*		.content h2 { margin: 0 0 5px 0; }    */
		
		.cssnav
		{
			position:relative;
			font-family: "Lucida Grande", arial, helvetica, sans-serif;
			background-image:  url(button_on.jpg);
			background-repeat: no-repeat;
			white-space: nowrap;
			color: black;
			display: block;
			width: 120px;
			height: 40px;
			margin: 0; 
			padding: 0; 
		}
		.cssnav a
		{
			display: block;
			font-size: 11px;
			width: 120px;
			height: 40px;
			display: block;
			float: left;
			color: black; 
			text-decoration: none;
		}

		.cssnav img 
		{
		  	width: 120px; 
		   	height: 40px;
			border: 0; 
		}
		* html a:hover {visibility:visible}
		.cssnav a:hover img {visibility:hidden}

		.cssnav span 
		{
			font-family: "Lucida Grande", arial, helvetica, sans-serif;
			font-size: 16px;
			position: absolute;
			left: 0px;
			top: 10px;
			margin: 0px;
			padding: 0px;
			cursor: pointer;
			width: 120px;
			height: 40px;
			text-align: center;		
		}
		.blue th
		{
		   background: #000033;
		}
		.white td 
		{
   			background: #ccccff;
			font-family: "Lucida Grande", arial, helvetica, sans-serif;
			color: black;
			font-size: 14px;
  		}
		.colored td 
		{
   			background: #cccc99;
			font-family: "Lucida Grande", arial, helvetica, sans-serif;
			color: black;
			font-size: 14px;
		}
		
		.whiteh2
		{
			font-family: "Lucida Grande", arial, helvetica, sans-serif;
			color: white;
		}
		
		.body_text
		{
			font-family: "Lucida Grande", arial, helvetica, sans-serif;
			color: black;
			font-size: 14px;
		}