@CHARSET "utf-8";

/******** html ********/

ol{
	padding-left:0px;
	margin-bottom:6px;
	margin-top:8px;	
}
li{
	margin: 6px 16px;
}

/******** id ********/
#ajaxLoader{
	position: absolute;
	top: 240px;
	left: 788px;
}
#ev_logo{
	width: 90px;
}
#otherArticles{
	clear:left;
	margin-top:100px;
	display: block;
}
#otherArticles a{
	color:#717274;
	font-size:0.9em;
}
#newsNav{
  	width: 180px; /* 318 */  
   	margin: 10px 40px 14px 0px;
   	padding: 12px;
   	float:left;
   	border:1px solid #717274;
}
#newsNav a{
	/*color:#15139F;*/
	text-decoration: none;
}
#newsNav a:hover{
	text-decoration: underline;
}
#newsNav ol{
	
}
#newsDisplay{
  	width: 332px; /* 318 */  
   	margin: 10px 24px 14px 0px;
   	padding: 14px;
   	float:left;
   	border:1px solid #717274;
}
#newsDisplay h3{
	margin-top:4px;
	font-size:1.5em;
}
#newsDisplay h4{
	margin-top:20px;
	font-size:1em;
}

#archive{
	width:140px;
	margin: 10px auto;
}
#archive select{
	width:140px;
}
#archive input{
	margin-top:6px;
	float:right;
}
#archiveNav{
	clear:right;
	margin-top:10px
}
#archiveLink{
	margin-top:14px;
}

#navFrame{
	width: 200px;
	float: right;
}

/******** classes ****/
.eventLogo{
	width: 80px;
	float: right;
	padding: 0 0 8px 8px;
}
.eventNav{
  	width: 180px; /* 318 */  
   	margin: 10px 0px 10px 2px;
   	padding: 12px;
   	float:left;
   	border:1px solid #717274;
}
.eventNav a{
	/*color:#15139F;*/
	text-decoration: none;
}
.eventNav a:hover{
	text-decoration: underline;
}
.eventNav ol{
	list-style-type:disc;
}
.eventNav p a{
	text-decoration: underline;
}
.row1{
	width:110px;
	float:left;
}
.row2{
	width:310px;
	float:left;
}
.articleDate{
	margin-top:20px;
	font-size:0.7em;
	color:#717274;
}
