@charset "UTF-8";
/* CSS Document */

.flashContainer {
padding: 0 0 0 3px;
border-bottom: 1px solid #fff;
z-index: 0;
}

/* Left Column*/
.leftColumn {
	width: 225px;
	background-color: #DCDDDF;
	/*height: 524px;*/
	color: #333;
	font-size: 11px;
	line-height: 14px;
	float: left;
	margin: 0;
	padding: 0 0 114px 0;
}

* html .leftColumn {
   margin: 0 -3px 0 0;
}

.leftColumn p {
	margin: 0 15px 23px 15px;
	padding: 0;
}

.leftColumn p a {
	font-weight: bold;
	text-decoration: underline;
	color: #993333;
}

.leftColumn h3, .leftColumn h3 a {
	text-indent: -9999px;
	display: block;
	width: 225px;
	height: 23px;
	margin: 0 0 21px 0;
	padding: 0;
}

.upcomingEvents {
	background-image: url(../images/upcomingEvents.gif);
	background-repeat: no-repeat;
}

.news {
	background-image: url(../images/news.gif);
	background-repeat: no-repeat;
}

.corpGov {
	text-indent: -9999px;
	display: block;
	width: 225px;
	height: 23px;
	margin: 0 0 10px 0;
	padding: 0;
	background-image: url(../images/btnCorpGov.gif);
	background-repeat: no-repeat;
}

.health {
	text-indent: -9999px;
	display: block;
	width: 225px;
	height: 23px;
	margin: 0;
	padding: 0;
	background-image: url(../images/btnHealthSafety.gif);
	background-repeat: no-repeat;
}
/*end leftColumn*/

.breadCrumbs {
	margin: 0 0 0 222px;
	height: 23px;
	background: #dae3f1 url(../images/corner-lightblue.gif) no-repeat bottom right;
}

