	#btmContainer {width:915px;margin:auto;border:0px solid black;}
	div.item {
		width:285px;
		float:left;
		margin:10px;
	}
	div.itemheader{
		background-color:#582700;
		padding:5px 5px 0px 5px;
		font-size:1.2em;
	}
	div.itemcontent{
		padding:0px 5px 5px 5px;
		color:white;
	}
	div.ihc {
		border-top:1px solid white;
		border-left:1px solid white;
		border-right:1px solid white;
		/*margin:5px 5px 0px 5px;*/
		background-color:#582700;
		color:white;
		padding:5px;
		text-align:left;
		font-weight:bold;
	}
	div.icc {
		text-align:left;
	}
	div.icc a{
		font-weight:bold;
		text-decoration:none;
	}
	div.icc a:hover{
		/*text-decoration:underline;*/
	}
	div.itemcontent div {
		border-bottom:1px solid white;
		border-left:1px solid white;
		border-right:1px solid white;
		/*margin:0px 5px 5px 5px;*/
		padding:5px;
	}
	
	div.lightgreen {
		background-color:#949a50;
	}
	div.red {
		background-color:#9e0522;
	}
	div.yellow {
		background-color:#ffcb55;
		color:#582700;
	}
	div.brown {
		background-color:#996600;
	}
	div.coltsblue{
		background-color:#003057;
		/*7fa5c5*/
	}
	div.clearit {
		clear:both;
	}