h1				{
								font-family:Verdana, Arial, Helvetica, sans-serif;
								font-style: italic;
								font-size: 32px; 
								color: green;				
								}
				h2				{
								font-family:Verdana, Arial, Helvetica, sans-serif;
								font-style: italic;
								font-size: 16px; 
								color: green;				
								}				
				h3				{
								font-family:Verdana, Arial, Helvetica, sans-serif;
								font-size: 14px; 
								color:#990000;				
								}				
				body 			{ margin:0;
								padding:0; 
								font-family:Verdana, Arial, Helvetica, sans-serif; 
								color:#036;}

				a:link   		{text-decoration: none;}
				a:visited 		{text-decoration: none;}
				a:hover 		{text-decoration: none; color: #002d54;}
				a:active 		{text-decoration: none;}								

				#WholePage { background:#fff  -240px 0 repeat-y; 
								position:relative; 
								margin:0 auto; padding:0; 
								width:850px;}
								
				#HighlightColour { color: #002d54;}
				#HighlightBold   { color: #002d54; font-weight: bold;}
				.DiaryHighlightColour { color: #9e0508;}
				.DiaryHighlightBold   { color: #9e0508; font-weight: bold;}
				.DiaryHighlightBoldExtra   { color: #003399; font-weight: bold; font-size: 16px;}
				.ChumsHighlightBold   { color: #9e0508; font-weight: bold;}

				#LeftNav 		{ float:left; 
								position: absolute;
								top: 130px;
								left: 0px;
								font-size:16px;
								font-family: Verdana, Arial, Helvetica, sans-serif;
								color: green;
								font-variant: small-caps;
								font-weight: bold;
                 				width:145px;
                 				margin-top:20px;
                 				border:0;
								background: white;
								display: block;}

				#OpenPanel 		{ float:left; 
								position: absolute;
								top: 300px;	
								font-size:12px;
								font-family: Verdana, Arial, Helvetica, sans-serif;
                 				width:130px;
								padding: 5px;
								border-style: none;
                 				background:#FFFFFF;
								display: block;}

				#DiaryPanel 		{ float:left; 
								position: absolute;
								top: 165px;
								left: 700px;
								font-size:14px;
								font-family: Verdana, Arial, Helvetica, sans-serif;
                 				width:135px;
								padding: 5px;
								border-style: solid;
                 				border-width: 2px;
								border-color: #aaaaaa;
								background:#FFFFFF;
								display: block;}

				#LeftNav a:link   		{text-decoration: none; color: green;}
				#LeftNav a:visited 		{text-decoration: none; color: green;}
				#LeftNav a:hover 		{text-decoration: none; color: red;}
				#LeftNav a:active 		{text-decoration: none;}

				table.LeftNavTbl {
					width: 145px;
					border-width: 2px;
					border-spacing: 2px;
					border-style: none;
					border-color: white;
					border-collapse: separate;
					background-color: white;
				}
				
				table.LeftNavTbl td {
					border-width: 0px;
					padding: 1px;
					border-style: inset;
					border-color: white;
					background-color: white;
					height: 30px;
				}										
				
				.breadcrumb {
					position: relative;
					top: -20px;
					text-align: right;
					vertical-align: middle;
					color:#aaaaaa;
					margin-top:10px;
					padding:0.5em 0 0 0;
					}
				.bread{background:#356aa0;color:#fff;}