		/* events header */
		
			.events-heading {
				position : relative;
				height : 62px;
				border-bottom : 1px solid #2a0d4e;
				margin : 0 1px 11px 0;
				
			}
			
			.events-feed {
				position : relative;
				float:right;
				bottom : 28px;
				right : 11px;
			}
			
		/* events section */
		
			.events-section {
				margin : 0 0 10px 0;
				padding : 0px 0px 15px 10px;
				font-family : Arial, sans-serif;
				border-bottom : 1px solid #b2b2b2;
				line-height: 1.5;
				width : 100%;
			}
			
			.event-title {
				color : #0d48a0;
				font-weight : bold;
				font-size : 13px;
				margin : 0;
				padding : 0px 0px 0px 0px;
				float : left;
			}
			
			.main-events-sub-heading {
				color :  #4f2682;
				font-weight : bold;
				font-size : 13px;
				font-family : Arial, sans-serif;
				margin : 0 0 10px 10px;
				padding : 0px 0px 0px 2px;
			}
			
			.event-title a:link     { color: #0d48a0; font-weight: bold; text-decoration: none; }
			.event-title a:visited  { color: #0d48a0; font-weight: bold; text-decoration: none; }
			.event-title a:hover    { color: #0d48a0; font-weight: bold; text-decoration: underline; }
			.event-title a:active   { color: #0d48a0; font-weight: bold; text-decoration: underline; }
			
			.event-date {
				color : #333333;
				font-weight : bold;
				font-size : 13px;				
				margin : 0 8px 0px 0px;
				padding : 0 5px 0px 0px;
				float : right;
				text-align : right;
			}
						
			.event-content {
				color : #333333;
				margin : 0;
				padding : 0 5px 0 0;
				font-weight : normal;
				font-size : 12px;
				clear : both;
			}
			
			.event-content a:link     { color: #0d48a0; font-weight: normal; text-decoration: none; }
			.event-content a:visited  { color: #0d48a0; font-weight: normal; text-decoration: none; }
			.event-content a:hover    { color: #0d48a0; font-weight: normal; text-decoration: underline; }
			.event-content a:active   { color: #0d48a0; font-weight: normal; text-decoration: underline; }

			