body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.9em;  
  background-image:url('../images/css/ee_bkgrd.gif');
  background-repeat:no-repeat;
}

p {
	line-height: 1.2em;
	font-size: 10pt;
	text-align: left;
	padding-left: 2px;
	padding-right: 5px;
}

OL.withalpha {
	list-style-type: lower-alpha; 
}

a:link {
	color: C60;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: C60;
}
a:hover {
	text-decoration: underline;
	color: C60;
}
a:active {
	text-decoration: none;
	color: #FFF;
	text-align: left;
	font-size: 12pt;
}

.h1 {
	font-size: 18pt;
	font-family: Helvetica, Arial, sans-serif;
	line-height:1.2em;
}

.h2 {
	font-size: 14pt;
	font-family: Helvetica, Arial, sans-serif;
	line-height:1.2em;
}

.h3 {
	font-size: 14pt;
	font-family: Helvetica, Arial, sans-serif;
	line-height:1.2em;
	color:#ff9900;
	font-weight: bold;
}

.content {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.9em;  
  line-height: 1.2em;
  text-align: left;
}

.contentbkgrd {
  background-image:url('../images/css/content_bkgrd.gif');
  background-repeat:no-repeat;
}

.published_articles {
	font-size: 9pt;
}

.published_articles_header {
	font: Arial Narrow;
	font-size: 10pt;
	font-weight: bold;
}

.published_articles_line {
  background-image:url('../images/css/blue_vert_line.gif');
  background-repeat: repeat-y;
}

.footer {
	font-size: 10px;
	color:#FFF;
	line-height:1em;
	text-align:center;
}

.linkfooter a {
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}
.linkfooter a:visited {
	color: #FFFF;
	font-size: 10px;
	text-decoration: none;
}
.linkfooter a:hover {
	color: #FFF;
	font-size: 10px;
	text-decoration: underline;
}

.footerbkgrd {
  background-image:url('../images/css/footer_bkgrd.gif');
  background-repeat:no-repeat;
}

.footer_disclaimer {
	text-align: center;
	color:#666;
	font-size: 10px;

}

.eventtag {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	color:#FFF;
}

.eventtagmain {
	color: #ffcc00;
	font-size: 11pt;
}

/* BANNER ROTATION STYLES */

#banner-rotation h2 {
	font-size: 16px;
	text-transform: uppercase;
	text-align: left
}

#banner-rotation ul {
	list-style: none;
	text-align: left
}

#banner-rotation h6 {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 21px;
}

#banner-rotation .red h6  {
	color: #900;
}

#banner-rotation .orange h6 {
	color: #F60;
}

#banner-rotation .blue h6 {
	color: #039;
}

#banner-rotation a {
	display: block;
}
#banner-rotation .background {
	background-color: #FAFAFA;
	border: 1px dotted #DDD;
}
/* LOGO SCROLLING STYLES */

/* js-disabled class - set image sizes so they all fit in the viewer */
.js-disabled img { width:100px; height:100px; display:block; float:left; margin:30px 0 0; }

#outerContainer { width:662px; height:156px; margin:auto; position:relative;}
#imageScroller { width:662px; height:156px; position:relative; background:#FFF url(../images/Logo_Scroller/images/imageScrollerBG_white.png) repeat; }
#viewer { width:662px; height:148px; overflow:hidden; margin:auto; position:relative; top:10px; }
#imageScroller a:active, #imageScroller a:visited { color:#000000; }
#imageScroller a img { border:0; }
#controls { width:662px; height:47px; background: url(../images/Logo_Scroller/images/controlsBG1.png) no-repeat; position:absolute; top:0px; left:0px; z-index:10;	}
#controls a { width:37px; height:35px; position:absolute; top:3px; }
#controls a:active, #controls a:visited { color:#0d0d0d; }
#title { color:#999; font-family:arial; font-size:100%; font-weight:bold; width:100%; text-align:center; margin-top:10px; }
#rtl { background: url(../images/Logo_Scroller/images/rtl1.png) no-repeat; left:100px; }
#rtl:hover { background: url(../images/Logo_Scroller/images/rtl_over1.png)) no-repeat; left:99px; }
#ltr { background: url(../images/Logo_Scroller/images/ltr1.png) no-repeat; right:100px; }
#ltr:hover { background:: url(../images/Logo_Scroller/images/ltr_over1.png) no-repeat; }
