/* Styling for Site */
	img {display:inline;}
	
	body, div, p, th, td, li, dd, form, input, select, label, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
	h1 {
			color: #42B75F;
			padding-bottom: 0px;
		}
	
	h1 b {color:#000;}
		
	h2 {
			color: #42B75F;
			font-size: 14px;
			padding-bottom: 12px;
		}
		
	h3 {
			color: #42B75F;
			font-size: 16px;
			padding-bottom: 8px;
	}

	h4 {
			color: #42B75F;
			font-size: 16px;
			padding-bottom: 0px;
	}

	h5 {
			color: #832969;
			font-size: 14px;
			padding-bottom: 0px;
			margin-bottom:0px;
	}
	
	hr {color: #D8D8D8; background: url(../images/hr.gif) repeat-x #fff; height: 1px; border: 0; clear:both; margin: 18px 0;}
		
		
	a {color: #155387; font-weight: normal;}
	a:link{color: #155387; text-decoration: underline;}
	a:visited{color: #155387; text-decoration: underline;}
	a:active{color: #155387; text-decoration: underline;}
	a:hover {color: #000; text-decoration: underline;}
	
	#nav-list h3 {
			color: #42B75F;
			font-size: 16px;
			padding: 0px;
			margin: 0px;
	}
				
	#nav-list a {color: #666; font-weight: normal; font-size: 14px;}
	#nav-list a:link{color: #666; text-decoration: none;}
	#nav-list a:visited{color: #666; text-decoration: none;}
	#nav-list a:active{color: #666; text-decoration: none;}
	#nav-list a:hover {color: #42B75F !important; font-weight: bold; text-decoration: underline;}
	
	
	
	ul {
		margin: 20px;
		}
	ul ul
		{
			margin: 10px;
			list-style-type: circle;
		}

	
		
	#service-list {
		margin: 0px;
		padding: 0px;
		padding-top: 8px;
		list-style-type: none;
	}
			
		#service-list li {
			font-size: 14px;
			font-weight: bold;
			background-image: url(../images/list-item.gif);
			background-repeat: no-repeat;
			background-position: 5px 5px;
			padding-left: 26px;
			line-height: 20px;
			color: #42B75F;
		}
		
		#service-list li a{
			color: #42B75F;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
		}
		
	fieldset {
		border: ridge 1px #DBDBDB;
		padding: 6px;
	}
		
	fieldset a{
		font-weight: bold;
	}
	
	legend {
		font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #0263a7;
		padding-bottom: 6px;
	}

	label {
		font-size: 14px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		line-height: 18pt;
		float: left;
		width: 210px;
		text-align: right;
		padding: 0 3px 8px 5px;
	}
	
	input.text {
		font-size: 14px;
		font-weight: normal;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding-top: 2px;
		min-width: 200px;
		width: 200px;
		height: 18px;
	}
	
	
	br{
		clear: left;
	}
	
	select {
		font-size: 10px;
		font-weight: normal;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		line-height: 16pt;
		min-width: 200px;
	}
	
	.errors {
		color: #FF0000 !important;
		padding: 20px 0 20px 0;
		}

	.studycalendar {
		border: 1px solid #42B75F;
		text-align: center;
		margin: 0px;
		padding: 0px;
		border-collapse:collapse;
	}

	.studycalendar td {
		border: 1px solid #42B75F;
		margin: 0px;
		padding: 3px;
	}

	.studycalendar tr th {
		color: #000;
		background-color: #42B75F;
		padding: 2px;
		width: 10%;
	}

	.studycalendar td:nth-child(even) { 
		background-color: #dfedd4;
	}

	.requirements {
		margin-left:2em;
		margin-top:2px;
	}

	.highlight {
		font-weight:bold;
		color:#832969;
		font-size:16px;
	}

	.highlight a {
		font-weight:bold;
		color:#832969;
		text-decoration: none;
	}

	.highlight a:hover {
		color:#832969;
		text-decoration: underline;
	}
	
	.rowshade {
		background-color:#aaaaaa !important;
	}
	
	.purple {
		color:#832969;
	}


	.concert-title {
		font-weight: bold;
		font-size:14pt;
		color:#832969;
		}

	.concert-title-sub {
		font-style:italic;
		font-size:9pt;
		color:#832969;
		}

	.concert-date {
		font-weight: bold;
		display: block;
		margin-bottom:5px;
		}

	.concert-date a {
		font-weight: bold;
		text-decoration: none;
		}

	.concert-composer {
		text-transform: uppercase;
		color:#42B75F;
		}

	.concert-repertoire {
		font-style:italic;
		}

	.concert-description {
		display: block;	
		line-height:17px;
		margin-bottom:10px;
		}

	.concert-artists {
		display: block;
		margin-top:8px;
		margin-bottom:10px;
		}
	

@media print{
			#header, #flash, #left-nav, {display:none}
			#header_print{display:inline}
            .noprint {display:none}
			}
