

.HeaderLogoLeft{
	width: 12%;
	float: left;
	overflow: hidden;

}


/*
	--------------------
	    TOC Related
	--------------------

*/



.TOCEventsBox{
		width: 600px;	

		background-color: #E6E6FA;

		border-width: thin;
		border-style: solid;
		border-color: #CCCCCC;

		padding: 5px;
	
		clear: both;
	} 


.TOCDate
{	
	padding-bottom:3;
	width:50%;
	text-align:left;
	float:left;
}

.TOCEvent
{
	padding-bottom:3;
	width:50%;
	text-align:left;
	float:left;
}


/*
	--------------------------
	    Event Items Related
	--------------------------

*/

.RecurringLabel
{
	width: 600px;
	clear: both;
	padding-bottom: 4pt;
	
	text-align:left;
  	color: maroon;  
   	font-size: 130%;
 	
}

.ItemBox{
	width: 600px;	

	background-color: #E6E6FA;

	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC;

	padding: 2px;
	
	clear: both;
}


.ItemLevel1 {
   	color: navy;  
   	font-size: 125%; 
	line-height: 130%;

	clear: both;	
	
}

.ItemLevel2 {
   	color: navy;  
   	font-size: 115%; 
	line-height: 120%;
	
	clear: both; 	
}

.ItemLevel3 {
	
	clear: both;
	margin-bottom:5px; 	
}

.ItemLabel {
	width: 15%;
	text-align: right;
	float: left;	
}

.ItemValue {
	text-align: left;
	float: left;
	padding-left: 5px;
}

.ItemRight {
	width: 25%;
	text-align: center;
	float: right;	
}

.ItemPerson {
	color: navy;  
	font: normal;
	font-size: 110%;
	line-height: 105%; 

	clear: both; 	
}


.ItemContactInfo{
	font: bold;
	line-height: 105%; 

	clear: both; 		
}

.ItemNote{
	font: bold;
	line-height: 105%; 

	clear: both; 		
}

.ItemDocument{
	font: bold;
	line-height: 105%; 

	clear: both; 		
}

