
#contentAreaHomePage {
	background: url(../img/homepage/bg-content-area.gif) repeat-y;
}
	
	a.homePageRed:link, a.homePageRed:visited {
		font: 10px Verdana, Tahoma, Helvetica;
		color: #9F4739;
		font-weight: bold;
		text-decoration: none;
		display: block;
		padding: 0 0 0 10px;
		margin: 0 0 3px 0;
		background: url(../img/interface/arrow-red.gif) 0px 4px no-repeat;
	}
	a.homePageRed:active, a.homePageRed:hover {
		text-decoration: underline;
	}
	a.homePageRedList:link, a.homePageRedList:visited {
		font: 10px Verdana, Tahoma, Helvetica;
		color: #9F4739;
		font-weight: bold;
		text-decoration: none;
	}
	a.homePageRedList:active, a.homePageRedList:hover {
		text-decoration: underline;
	}
		#learnMore {
			display: block;
			margin: 14px 0 0 0;
		}
		
	#newleftColumn {
		width: 457px;
		font: 12px Verdana, Tahoma, Helvetica;
		color: #515151;
		line-height: 15px;
	}
		
	#leftColumn {
		width: 457px;
		font: 12px Verdana, Tahoma, Helvetica;
		color: #515151;
		line-height: 15px;
	}
		#leftTop {
			padding: 25px 59px 0 15px;
			font: 13px Verdana, Tahoma, Helvetica;
			color: #515151;
			margin: 0 0 40px 0;
		}
		#leftBottom {
			padding: 25px 50px 15px 128px;
			font: 10px Verdana, Tahoma, Helvetica;
			color: #515151;
			background: url(../img/homepage/btm-left-focus-image.jpg) 15px 31px no-repeat;
		}
			#leftColumn h1 {
				font: 11px Verdana, Tahoma, Helvetica;
				color: #245F52;
				font-weight: bold;
				background: #E5E3C9;
				padding: 7px 0 7px 15px;
				margin: 0;
			}
			#leftColumn h2 {
				font: 11px Verdana, Tahoma, Helvetica;
				color: #245F52;
				font-weight: bold;
				margin: 0;
			}
			#leftBottom ul {
				margin: 0;
				padding: 0;
			}
			#leftBottom ul li {
				margin: 0 0 15px 0;
				padding: 0 0 0 10px;
				list-style-type: none;
				background: url(../img/interface/arrow-red.gif) 2px 7px no-repeat;
			}
		
	#rightColumn {
		float: right;
		width: 318px;
		font: 10px Verdana, Tahoma, Helvetica;
		color: #515151;
	}
		
		#rightColumn h1 {
			font: 11px Verdana, Tahoma, Helvetica;
			color: #245F52;
			font-weight: bold;
			background: #C5C49D;
			padding: 25px 0 25px 15px;
			margin: 0;
		}
		#rightColumn h2 {
			font: 11px Verdana, Tahoma, Helvetica;
			color: #245F52;
			font-weight: bold;
			margin: 0 0 12px 0;
		}
		
		#rightColumnTop {
			padding: 15px 125px 15px 15px;
			border-bottom: 3px solid #C5C49C;
			background: url(../img/homepage/award-focus.jpg) 198px 10px no-repeat;
		}
		#rightColumnMid {
			padding: 15px 125px 15px 15px;
			border-bottom: 3px solid #C5C49C;
		}
		#rightColumnBottom {
			padding: 15px 120px 15px 15px;
			background: url(../img/homepage/btm-right-focus-image.jpg) 208px 17px no-repeat;
		}
		
#contentAreaBottom {
	clear: both;
	width: 778px;
	height: 10px;
	background: #fff;
}