	#leftcontent {
		float:left;
		width:71%; 								/* EAP 12-28-09 */
		background-image: url(../graphics/thm_streak-grey.jpg);
		border-right:4px inset #000;
		border-bottom:2px ridge #000;
		margin:.1em;
		padding-bottom:10px;
		padding-left: .5em;
		}

	#rightcontent {
	        background:#cccccc;
					float: right;       /* EAP 03-26-05 */
					width: 26%;         /* EAP 11-20-07 */
					padding-left: .2em; /* EAP 04-26-05 */
					}

	#rightcontent p {
		margin-left:0px;
		}

	#bottomright {
					position: fixed; right: 0; bottom: 0;}
							
	.clist td {
		border-width: thin;					  /* 01-16-06 */
		border-style: outset;
		background-color: white;
		color: black;
		font-size: small;
		text-align: center;
		}

