.homeSection {
	vertical-align: top;
	text-align: center;
	padding: 0;
}

#weather {
	vertical-align: top; 
	background-image: url('http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/purple_160x600_bg.jpg'); 
	background-repeat: no-repeat;
	background-color: #966AD5;
}
#weather .weatherFooter {
	text-align: center;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 1px 0 3px 0;
}
#weather .weatherFooter a, .homeSection .weatherFooter a:active, .homeSection .weatherFooter a:visited {
	color: #ff0;
}

.purpleBox {
	border: 1px solid #9369D9;
	background: #FFF url(../images/news-bg.jpg) top repeat-x;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#latestAndGreatest h3 {
	color: #8b0000;   /* darkred */
	font-size: 12px;
	margin: 0 0 7px 0;
}
#latestAndGreatest hr {
	margin: 0;
	height: 2px;
	color: #9369D9;
	border: 1px solid #9369D9;
}

#latestAndGreatest .newsTitle {
	color: #8b0000;   /* darkred */
	font-weight: bold;
	padding-bottom: 7px;
}

#latestAndGreatest .newsItem {
	padding: 10px 15px;
}

DIV.infoLinks {
	margin-left: auto;
	margin-right: auto;
	width: 690px;
}

.infoLinks div {
	padding: 10px;
	margin-bottom: 20px;
	float: right;
	vertical-align: top;
	text-align: left;
	width: 200px;
}
.infoLinks a {
	font-weight: bold;
}

