
/* @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 {
	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;
	}
		
h1 a { text-decoration: none; }

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 {
	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;	
	}

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;
	}	

	
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;
	}

div.bottombox {
	font-family: Georgia, Times, Serif;
	}
	
div.lower_left_foto {
	text-align: center;
	}
	
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;
	}	

/* Schedule Calendar formatting */	
 .daynum {	font-size: 1em; 
				vertical-align: bottom; 
				height: 2.5em;
 							} 
.date_data {vertical-align: top;
 							}
.monthname {font-size: 2em;
			}
.dayname {	font-size: 1.1em;
			 }
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; }
		
				
