
/* @import syntax from html, after link to simple styles,
	successfully hides advanced rules from 
	Netscape 4, IE 3,4 and Web-TV. *//*	Juneau Student Symphony
	Simplistic Cascading Style Sheet
	(for simplest browsers only-
	see import links for the complex code)
	Author: Fritz Funk *//* ie4.5mac has apparently will still import and mangle the CSS, 
but there are few left. */


/*
	COLOURS USED:
   	#003471	light navy blue
		#ffffff	white
		#8B99C5	light blue-gray
		#ff0000  red (for text hover on links)
		#000 black
		#666666	dark gray
		#e6e6e6	light gray for image background
		#4f4f4f	medium gray for mission text

*/
/* REDEFINED HTML TAGS (General) */a:link { color: #003471; }
a:visited { color: #003471; }
a:hover { color: #ff0000; }
a {text-decoration: underline}
img {border: 0}body {
	color: #000;
	margin: 5px 25px 5px 25px; 
	border: 1px solid #003471; 
	background-color: #ffffff;
	font-family: verdana, Georgia, Times, Serif;
	font-size: 1em;
	text-align: left;
	}
	
h1 {                     /* Main Title of Website */
	margin: 0.1em 0 0 0.5em;
	font-family: monotype corsiva, Georgia, Times, serif;
	font-size: 1.4em;	  font-weight: 500;	font-style: italic;
	color: #003471;
	}
		
h1 a { text-decoration: none; }
h1 a:hover { color: #ffffff; background-color: #8B99C5;}
h2 {
	margin-top: 0.8em;
	font-size: 1.2em; font-weight: 800;
	}h3 {
	margin-top: 0.5em;
	font-size: 1.1em; font-weight: 700;
	}
		
div.header {text-align: center;
	border-bottom: 3px solid #003471;
	}
	
div.toprightbox {	
	margin: 0.6em 0.7em 0 0;
	font-family: sans-serif;
	font-size: 0.7em;	 font-weight: 100;	
	color: #666666;
	}div.toprightbox a {
	font-family: monotype corsiva, Georgia, Times, serif;	
	font-size: 1.4em;	  font-weight: 500;	font-style: italic;
	text-decoration: underline;
	}
	div.toprightbox a:link { color: #003471; }
div.toprightbox a:visited { color: #003471; }
div.toprightbox a:hover { color: #ffffff; background-color: #8B99C5;}
div.hhmenu {
	font-family: arial, sans-serif;
	font-size: 0.9em; font-weight: 500;	font-style: normal;
	color: #004080;
	}		
div.middle_section_leftfoto {
	border-bottom: 1px solid #003471; 
	font-family: Georgia, Times, Serif;
	}
div.mission {
	margin: 0.5em 1em 0.7em 1em; 
	font-family: verdana, Georgia, Times, serif;
	font-size: 1em; font-style: italic;
	color: #4f4f4f;
	}div.bottombox {
	font-family: Georgia, Times, Serif;
	}
	
div.lower_left_foto {
	text-align: center;
	color: #003471;
	}
	
div.foto_caption {	
	margin: 0.4em 0 0 0; padding: 0;
	font-family: sans-serif; font-size: 0.8em;
	}
	
div.bottombox_wide {
	margin: 1.0em 2em 0 2em;
	font-family: Georgia, Times, Serif;
	}
		
div.foto_credit {
	font-family: monotype corsiva, Georgia, Times, serif;
	font-size: 0.7em;	  font-weight: 500;	font-style: italic;
	color: #003471;
	}	/* Schedule Calendar formatting */	 .daynum {	font-size: 1em; 
				vertical-align: middle; 
				height: 2.5em;
 							} 
 							
 .daynum_grey {	font-size: 1em; 
				vertical-align: middle; 
				height: 2.5em;
  			background-color: #cccccc;
 							}  							
.date_data {vertical-align: middle;
     border-bottom: 1px solid black;
 							}
.date_data_grey {vertical-align: middle;
  			background-color: #cccccc;
  			border-bottom: 1px solid black;
 							}.monthname {font-size: 2em;
				background-color: #ccccff; }
.dayname {	font-size: 1.1em;
				background-color: #ccccff; }
td {	text-align: center;
		width: 9em;
		border-right: 1px solid black;
						}	
table {border-left: 1px solid black;
		border-top: 1px solid black;	
		border-bottom: 1px solid black; }
		
				