

.home-container
{
	width:903px;
	display:block;
	margin:0px 0px 15px 0px;
}

	.home-container .home-top
	{
		width: 903px;
		height: 4px;
		background: url(/images/home-rounded-top.gif);
		overflow: hidden;
	}
	
	.home-container .home-mid
	{
		width:903px;
		background:url(/images/home-bg-tile.gif) repeat-y;
	}
	
			.home-container .home-mid .home-mid-content
			{
				float:left;
				width:429px;
				padding:30px 33px 0px 40px;
				margin:0px 0px 0px 1px;
				font-size:14px;
				color:#e3ebe5;
				line-height:23px;
				background:url(/images/home-mid-bg.jpg) no-repeat;
			}
			
			
			.home-container .home-mid .home-right-content
			{
				float:left;
				width:209px;
				padding:16px 14px 0px 14px;
				margin-left:1px;
				font-size:12px;
				color:#303b43;
				line-height:17px;
				background:url(/images/home-right-bg.jpg) repeat-x;
			}
			
				.home-container .home-mid .home-right-content h1
				{
					margin:15px 0px 0px 0px;
					font-size:12px;
					color:#FFFFFF;
					text-transform:uppercase;
					font-weight:normal;
				}
	
	
	
	.home-container .home-bot
	{
		width:903px;
		height:3px;
		background:url(/images/home-rounded-bot.gif);
		overflow: hidden;
	}
	
.nav a.home
{
	display:block;
	height:29px;
	background:url(/images/nav-home-o.jpg) repeat-x;
	padding-right:20px;
	line-height:29px;
	border-bottom:#cdd2d5 solid 2px;
	text-decoration:none;
}

.WildcardImage
{
	width: 208px;
	height: 100px;
	background-color: Green;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}


