#eventsNavbar {
	width: 142px;
	margin: 0px;
	padding: 0px 0px 0px 7px;
	list-style: none;
}
#eventsNavbar a {
	text-decoration: none;
	display: block;
	height: 23px;
	text-indent: -5000px;
	background-image:  url("../fcrnEvents/images/sideMenus/eventsMenuGraphic.gif");
	background-repeat: no-repeat;
}

#eventsNavbar #seminars {
	background-position: 0px 0px;
	width: 142px;
}
#eventsNavbar #seminars:hover {
	background-position: -142px 0px;
}
#eventsNavbar #presentations {
	background-position: 0px -23px;
	width: 142px;
}
#eventsNavbar #presentations:hover {
	background-position: -142px -23px;
}


/* other paragraph and header formatting */

/* Page header*/

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color:#d5453b;
padding: 0px 0px 20px 0px;
}

/* Sub category header*/

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	color:#2E532E;
	border-bottom:1px solid #2e532e;
	margin:10px 0px 20px 0px;
}

/* Entry title*/

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2E532E;
	padding:0px 0px 10px 0px;
	line-height:16px;
	font-weight:bold;
}

/* Content paragraph formatting*/

p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#2E532E;
line-height:15px;
padding:0px 0px 5px 0px;
}

/* Content list formatting*/

#editableArea li {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #2E532E;
list-style-position: outside;
list-style-image: url(../images/bullet_green.gif);
padding:0px 0px 7px 0px;
margin-left:30px;
line-height: 15px;
}
