/* CSS Document */
/* About Section */

#LeftNav{
	float:left;
	width:213px;
	height:450px;
	background-color:#34006D;
	padding-top:12px;
	text-align:right;
}

.Articles	h3{
		font-style:italic;
		font-family:"Times New Roman", Times, serif;
		font-size:16px;
		padding-bottom:2px;
	}


	#Image{
		width:545px;
		height:185px;
		background-image:url(../images/eeop.jpg);
		background-repeat:no-repeat;
		background-position:top;
		text-align:right;
	}
	#Image .Support{
		margin-top:120px;
		margin-right:10px;
		}

.eventHeader {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#663399;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990099;
}

.sectionHeader {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#663399;
}

a {
	text-decoration: none;
	color: #2288cc;
}