/* ****** Homepage Only Styles ****** */
.rightCol {
	float: right;
	color: #333;
	margin-left: 5%;
	width: 136px;
}
.rightCol div { float: left; }

.rightCol h2 {
	color: #003366;
	font-size: 1.2em;
	margin: 0;
	text-transform: uppercase;
}

.rightCol p { 
	font-size: 1em;
	line-height: 1.2em;
	margin: 0 1% 1em 0;
}

.rightCol a, .rightCol a:link, .rightCol a:visited {
	color: #333;
	text-decoration: underline;
}

.contentArea {
	float: none;
	padding: 0 15em 5em 0; 
	width: auto; 
}

/* What's New Styles */
.whatsNew {
	background-color: #999900;
	margin-bottom: 1em;
	padding-bottom: 10%;
}

/* Events Styles */
.events {
	background-color: #669999;
	margin-bottom: 5%;
	padding-bottom: 10%;
}

