	
	/*__________ Contact, Office, and Calendar Page Structure __________ */
			
	.calendarList
		{
			position:			absolute;
			top:				120px;
			left:				48px;
			width:				725px;
			height:				315px;
			font-size:			10pt;
			font-weight:		bold;
			color:				#000000;
			overflow:			auto;
			border:			thin none #0000ff;
		}
		
	.calHead
		{
			position:			absolute;
			top:				20px;
			left:				269px;
			width:				260px;
			height:				60px;
			font-size:			26pt;
			color:				#000055;
			font-family:		arial;
			text-align:			center;
			background-color:	transparent;
			border:			thin none #0000ff;
		}
			
	.dateFrom
		{
			position:			absolute;
			top:				100px;
			left:				48px;
			width:				110px;
			height:				20px;
			font-size:			12pt;
			font-weight:		bold;
			color:				#000077;
			text-decoration:	underline;
			text-align:			right;
			border:			thin none #ff0000;
		}
			
	.dateTo
		{
			position:			absolute;
			top:				100px;
			left:				158px;
			width:				110px;
			height:				20px;
			font-size:			12pt;
			font-weight:		bold;
			color:				#000077;
			text-decoration:	underline;
			text-align:			right;
			border:			thin none #ff0000;
		}
			
	.eventHead
		{
			position:			absolute;
			top:				100px;
			left:				300px;
			width:				420px;
			height:				20;
			font-size:			12pt;
			font-weight:		bold;
			color:				#000077;
			text-decoration:	underline;
			text-align:			left;
			border:			thin none #ff0000;
		}
			
	.calenderLine
		{
			position:			relative;
			top:				0px;
			left:				0px;
			width:				650px;
			height:				25px;
			font-size:			10pt;
			font-weight:		bold;
			color:				#000000;
			border:			thin none #0000ff;
		}
			
		.date1
			{
				position:			absolute;
				top:				0px;
				left:				0px;
				width:				110px;
				height:				20px;
				text-align:			right;
				border:			thin none #00ff00;
			}
				
		.date2
			{
				position:			absolute;
				top:				0px;
				left:				110px;
				width:				110px;
				height:				20px;
				text-align:			right;
				border:			thin none #00ff00;
			}
				
		.event
			{
				position:			absolute;
				top:				0px;
				left:				250px;
				width:				400px;
				height:				20px;
				text-align:			left;
				border:			thin none #00ff00;
			}
