

	#homeWrapper {
		background-color: #FFFFFF;
		border-left: 1px solid #CCCCCC;
 		border-right: 1px solid #CCCCCC;
		min-height: 400px;
 	}

	#homeFeatureWrapper {
		background-color:#000000;
	}
		#homeFeatureWrapper a {
			text-decoration: none;
		}
			#homeFeatureWrapper a:hover {
				text-decoration: underline;
			}
		#homeNavigation {
			background-image: url('/images/home/home_h_nav_background.jpg');
			background-color: #CCCCCC;
			float: left;
			height: 295px;
			width: 133px;
		}
			#homeNavigation .navElement {
				font-size: 11px;
				line-height: 11px;
				margin-left: 3px;
				padding-bottom: 3px;
				padding-left: 7px;
				padding-top: 2px;
			}
			#homeNavigation .navDivider {
				height: 10px;
			}
			#homeNavigation .navDividerSmall {
				height: 5px;
			}
		#homeFeature {
			background-color: #CCCCCC;
			background-repeat: no-repeat;
			background-image: url('/images/home/home_h_spotlight_background.jpg');
			float: left;
			height: 295px;
			width: 365px;
		}
			#homeFeature h1 {
				padding-right: 0px;
				padding-left: 0px;
				padding-bottom: 0px;
				margin: 0px;
				padding-top: 0px
			}
			#homeFeature p {
				padding-right: 0px;
				padding-left: 0px;
				padding-bottom: 5px;
				margin: 0px;
				padding-top: 0px
			}


	#homeNewsWrapper {
		background-color:#FFFFFF;
		float: right;
		height: 295px;
		width: 262px;
	}
		#homeNews {
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 5px;
		}
			#homeNews h4 {
				font-size: 8pt;
			}
			#homeNews h2 {
				padding-right: 0px;
				padding-left: 0px;
				font-size: 9pt;
				padding-bottom: 0px;
				margin: 0px 0px 0.25em;
				padding-top: 0px
			}
			#homeNews p {
				padding-right: 0px;
				padding-left: 0px;
				font-size: 9pt;
				padding-bottom: 0px;
				margin: 0px 0px .85em;
				line-height: 115%;
				padding-top: 0px
			}


	#homeResourceWrapper {
			width: 300px;
			height: 125px;
			clear: left;
			float: left;
			padding-left: 10px;
			padding-top: 10px;
			border-right: 1px solid #CCCCCC;
		}
		#homeResourceWrapper a {
			text-decoration: none;
		}
			#homeResourceWrapper a:hover {
				text-decoration: underline;
			}
		#homeResourceWrapper .homeResourceColumn {
			float: left;
			padding-right: 30px;
			line-height: 95%;
		}
		#homeResourceWrapper .homeResourceColumn p {
			margin: 0;
			padding: 0;
			padding-top: 8px;
			font-size: 8pt;
		}

	#homeMarketSummaryWrapper {
		float: left;
		padding-left: 10px;
		padding-top: 10px;
	}
		#homeMarketSummaryWrapper h4 {
			margin-left: 2px;
			margin-bottom: 3px;
		}

		#homeMarketSummary td {
			font-size: 8pt;
			padding-top: 2px;
		}
			#homeMarketSummary td a {
				text-decoration: none;
			}
				#homeMarketSummary td a:hover {
					text-decoration: underline;
				}
		


	#homeSpotlightWrapper {
		background-color: #DDDDDD;
		clear: right;
		float: right;
		width: 262px;
		height: 135px;
	}
		#homeSpotlightWrapper a {
			text-decoration: none;
		}
			#homeSpotlightWrapper a:hover {
				text-decoration: underline;
			}
		#homeSpotlight {
			padding-left: 10px;
			padding-top: 10px;
		}
			#homeSpotlight h3 {
				margin: 0;
				margin-bottom: 12px;
				padding: 0;
			}
			#homeSpotlight p {
				margin: 0;
				margin-bottom: 10px;
				padding: 0;
				font-size: 8pt;
			}
			#homeSpotlight h3.alt {
				margin: 0;
				margin-bottom: 0px;
				padding: 0;
			}


	#homeFeatureContentWrapper {
		border-left: 1px solid #FFFFFF;
		color: #FFFFFF;
		height: 285px;
		padding-left: 10px;
		padding-top: 10px;
		text-align: left;
	}
		#homeFeatureContentWrapper h2 {
			padding-top: 2px;
			padding-bottom: 11px;
		}
		#homeFeatureContentWrapper p {
			color: #000000;
			margin-top: 10px;
			height: 110px;
			width: 175px;
		}

	#homeFeatureContentSubNav {
		font-size: 11px;
		padding-left: 43px;
		padding-top: 25px;
		width: 265px;
	}
		#homeFeatureContentSubNav a {
			color: #FFFFFF;
			text-decoration: none;
		}
			#homeFeatureContentSubNav a:hover {
				text-decoration: underline;
			}
		#homeFeatureContentSubNav ul {
			float: left;
			list-style: none;
			margin: 0;
			padding: 0;
			padding-top: 5px;
			width: 28em;
		}
			#homeFeatureContentSubNav li {
				float: left;
				line-height: 11px;
				margin: 0;
				padding-bottom: 5px;
				padding-right: 1em;
				width: 13em;
			}
