div.home-leftIntro{
	width:284px;
	position:relative;
	padding: 0px 8px 15px 8px;
	margin-right: 12px;
	background: url('../Images/borders/home-leftIntro_middle.gif') repeat-y;
	float:left;
}
	div.home-leftIntro .top{
		width:300px;
		height: 19px;
		background-image: url('../Images/borders/home-leftIntro_top.gif');
		background-repeat: no-repeat;
		background-color: transparent;
		position:absolute;
		top: 0px;
		left: 0px;
	}
	div.home-leftIntro h2{
		background: url('../Images/home/blueHeadingBackground.gif') no-repeat;
		width: 284px;
		height: 26px;
		margin: 0px;
		padding:6px 0px 0px 0px;
		font-weight: bold;
		font-size: 14px;
		color: #FFFFFF;
		text-align:center;
	}
	div.home-leftIntro .text{
		padding: 0px 10px;	
	}
	div.home-leftIntro .bottom{
		background: url('../Images/borders/home-leftIntro_bottom.gif') no-repeat;
		height: 15px;
		width: 300px;
		position: absolute;
		bottom: 0px;
		left:0px;
	}
		
		
div.home-centerPanel{
	width:181px;
	position:relative;
	padding: 0px 8px 30px 8px;
	margin-right: 12px;
	background: url('../Images/borders/home-centerPanel_middle.gif') repeat-y;
	float:left;
}
	div.home-centerPanel .top{
		width:197px;
		height: 19px;
		background-image: url('../Images/borders/home-centerPanel_top.gif');
		background-repeat: no-repeat;
		background-color: transparent;
		position:absolute;
		top: 0px;
		left: 0px;
		z-index: 1;
	}
	
	div.home-centerPanel div.image{
		position:relative;
		z-index: 0;
	}
		div.home-centerPanel div.image h2{
			background: url('../Images/home/purpleHeadingBackground.gif') no-repeat;
			width: 129px;
			height: 26px;
			margin: 0px;
			padding:8px 0px 0px 0px;
			font-weight: bold;
			font-size: 14px;
			color: #FFFFFF;
			text-align:left;
			position:absolute;
			bottom: 0px;
			left:0px;
		}
	div.home-centerPanel .text{
		padding: 0px 10px;	
	}
	div.home-centerPanel .bottom{
		background: url('../Images/borders/home-centerPanel_bottom.gif') no-repeat;
		height: 15px;
		width: 197px;
		position: absolute;
		bottom: 0px;
		left:0px;
	}		
	
	
		
div.home-rightTopPanel{
	width:409px;
	position:relative;
	padding: 0px 8px 15px 8px;
	background: url('../Images/borders/home-rightTopPanel_middle.gif') repeat-y;
	float:left;
}
	div.home-rightTopPanel .top{
		width:425px;
		height: 19px;
		background-image: url('../Images/borders/home-rightTopPanel_top.gif');
		background-repeat: no-repeat;
		background-color: transparent;
		position:absolute;
		top: 0px;
		left: 0px;
		z-index: 1;
	}
	
	div.home-rightTopPanel div.image{
		float:right;
		width:180px;
	}
		div.home-rightTopPanel h2{
			background: url('../Images/home/blueHeadingBackground_2.gif') no-repeat;
			width: 128px;
			height: 20px;
			margin: 0px 0px 8px 0px;
			padding:6px 0px 0px 5px;
			font-weight: bold;
			font-size: 14px;
			color: #FFFFFF;
			text-align:left;
			position:absolute;
			bottom: 0px;
			right:0px;
		}
	div.home-rightTopPanel .text{
		padding: 8px 10px 0px 10px;
	}
	div.home-rightTopPanel .bottom{
		background: url('../Images/borders/home-rightTopPanel_bottom.gif') no-repeat;
		height: 15px;
		width: 425px;
		position: absolute;
		bottom: 0px;
		left:0px;
	}
			
		
div.home-rightBottomPanel{
	width:409px;
	position:relative;
	padding: 0px 8px 15px 8px;
	background: url('../Images/borders/home-rightBottomPanel_middle.gif') repeat-y;
	float:left;
	min-height: 221px;
	_height: 221px;
	margin-top: 13px;
}
	div.home-rightBottomPanel .top{
		width:425px;
		height: 19px;
		background-image: url('../Images/borders/home-rightBottomPanel_top.gif');
		background-repeat: no-repeat;
		background-color: transparent;
		position:absolute;
		top: 0px;
		left: 0px;
		z-index: 1;
	}
	div.home-rightBottomPanel div.image{
		width:190px;
		text-align:right;
		position:absolute;
		right: 0px;
		top:0px;
		z-index: 2;
	}
	div.home-rightBottomPanel h2{
		background: url('../Images/home/greyHeadingBackground.gif') no-repeat;
		width: 220px;
		height: 28px;
		margin: 0px 0px 0px 0px;
		padding:20px 0px 0px 15px;
		font-weight: bold;
		font-size: 14px;
		color: #FFFFFF;
		text-align:left;
		position:absolute;
		bottom: 8px;
		left:8px;
		z-index: 0;
	}
	div.home-rightBottomPanel .text{
		padding: 8px 10px 40px 10px;
		width: 210px;
	}
		div.home-rightBottomPanel .text ul{
			margin: 5px 0px 5px 0px;
			padding: 0px;
			list-style-type:none;	
		}
			div.home-rightBottomPanel .text ul li{
				margin: 0px;
				padding: 0px 0px 5px 0px;
			}
			div.home-rightBottomPanel .text ul li span{
				font-weight:bold;	
				color: #666666;
			}
	div.home-rightBottomPanel .bottom{
		background: url('../Images/borders/home-rightBottomPanel_bottom.gif') no-repeat;
		height: 15px;
		width: 425px;
		position: absolute;
		bottom: 0px;
		left:0px;
		z-index: 1;
	}
		
