/* CSS Document */

/*.eventheader
{
   
     padding: 15px 5px 5px 5px;
			margin-top:20px;
			margin-bottom:10px;
			margin-left:15px;
			
			}
			*/
			
#events
{
   
     padding: 15px 5px 5px 5px;
			margin-top:20px;
			margin-bottom:10px;
			margin-left:15px;
			color: #272900;
			}
			
			
#events  a
	{
		text-decoration: none;
		font-weight:bold;
		color: #663;  /*#272900;*/
	}
	
#events  a:hover, a:active
	{
		text-decoration: none;
		color:#3cc;			/* #cc9; */
		/*background-color: #272900;*/
	}

	
	
	
 .event dl
{
margin: 2em 0;
padding: 0;
 font:  "trebuchet MS",arial, helvetica, sans-serif;
}

.event dt
{
position: relative;
left: 0;
top: 1.1em;
width: 10em;
font-weight: bold;
}

.event dd
{
border-left: 1px solid #000;
margin: 0 0 0 9em;						/*0 0 0 6em;  change the last value to fix space before border*/
padding: 0 0 .5em .5em;
}

.event dd span
{
 font-weight:bold;
 color:#069;
	}



