	body {
		/*mountain banner*/
		background-image: url("graphics/mountain.jpg");
		background-repeat: repeat-x;
	}



	a {
		color: DarkBlue;
		font-family: "Arial","sans-serif";
		font-size: 14px; 
		margin-left: 5px; 
		text-align: left; 
		text-decoration: none;
	}
	
	
	a:visited {
		color: SteelBlue;
	}
	
	a:hover {
		color: SlateBlue;
		text-decoration: underline;
	}	
	

	p.curpage {
		color: #336699; 
		font-weight: bold; 
		font-family: "Arial","sans-serif";
		font-size: 14px; 
		margin-left: 5px; 
		text-decoration: underline; 
	}
	
	p.linkhead {
		font-size: 14px; 
		font-style: italic; 
		margin-bottom: 0; 
		margin-top: 0;
		margin-left: 0
	}
	
	#body {
		margin: 0 auto;
		width: 25.5cm;
	}
	
	#logo {
		float: left;
		WIDTH: 60px; 
		POSITION: absolute; 
		TOP: 105px;
		padding-left: 1.2cm;
	}
	
	#header {
		width: 25cm;
		top 105px;
	}
	
	#menu_left {
		float: left;
		BORDER-RIGHT: #3030a0 2.5pt solid; 
		PADDING-RIGHT: 0.05cm; 
		BORDER-TOP: #3030a0 2.5pt solid; 
		PADDING-TOP: 0.05cm; 
		BACKGROUND: #ffffff; 
		BORDER-BOTTOM: #0000ff 2.5pt solid; 
		PADDING-BOTTOM: 0.05cm; 
		BORDER-LEFT: #3030a0 2.5pt solid; 
		/*PADDING-LEFT: 0.05cm; */
		WIDTH: 3.8cm; 
		/*LEFT: 0.26cm; */
		TOP: 5.5cm; 
		HEIGHT: 9.84cm;
	}
	
	#main_text {
		float: left;
		padding-left: 1cm;
		text-align: justify;
		font-family: "Arial","sans-serif";
		font-size: 18px; 
		color:#00007f; 
		width: 10.3cm;
	}	
	
	#upcoming_events {
		float: left;
		padding-left: 2cm;
		width: 8cm
	/*	top: 5.5cm;*/
	}
	
	/*body {background-color: black}
	p {color: white}*/

	
/****Upcoming Events Formatting***************************
	/*disable blinking header*/
	blink { text-decoration:none; }	

	/*full event line*/
	div.vevent {
		font-family: arial,helvetica; 
		font-weight: normal;
		color: #3030a0;		
		font-size: 12px;
	}
	
	/*event name (if different than time)*/
	span.summary {
		color: #3030a0;
	}
	
	/*date listing*/
	div.vcalendar {
		font-family: arial,helvetica;
		font-weight: bold;
		font-size: 12px;
		color: #000000;		
	}
	
	/*title - does this work?*//*
	h2.cal_upcoming_title {
	  font-family: arial,helvetica;
	  color: #3030a0;		
	}*/
	
/*********************************************************/