	a {
		color: #30669e;
	}

	#mainBox {
		background: #dAe0F7 url('top.png') no-repeat;
		border: 1px solid #30669e;
		color: #203050;
	}

	#events {
		height: 300px;
		overflow: auto;
	}

	#events #links {
		text-align: right;
	}
	
	#events #links a:hover {
		text-decoration: underline;
	}	
	
	#events table {
		width: 100%;
		table-layout: fixed;
	}
	
	#events th {
		text-align: left;
		font-weight: normal;
		font-style: italic;
	}
	
	#events td {
		padding-top: 5px;
		vertical-align: top;
	}
	
	#events td a {
		color: #000000;
	}
	
	#events td.location { width: 130px; }
	#events td.date { width: 130px; }
	
	#events p {
		margin-top: 0;
		}
	
   #navigation a.active  {
   	color: #30669e;
	background: repeat-x bottom url('navigation_line.png');
   }
   
   .eventtitle { margin-bottom: 0;}
   
   .old td { color: #506080; }
   
   .expand, .collapse {
   		width: 10px;
   		height: 1em;
   		display: block;
   		float: left;
		background: no-repeat bottom left url('expand.png');
		margin-right: 5px;
	}
	
	.expand:hover { background-image: url('expand_mo.png');}
	.collapse { background-image: url('collapse.png');}
	.collapse:hover { background-image: url('collapse_mo.png');}
