@charset "utf-8";
body  {
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	width: 780px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/Background/main_bg.png);
}
/* don't need this anymore
.thrColFixHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	font-size: small;
} 
*/

/*
.thrColFixHdr #header {
	padding: 0;
	height: 150px;
	width: 780px;
} 
*/

#header {
	padding: 0;
	height: 150px;
	width: 780px;
} 

/*
.thrColFixHdr #sidebar1 {
	float: left;
	background-color: #FFC;
	width: 120px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../images/Background/sjys.png);
	height: inherit;
}
*/

#sidebar1 {
	background-image: url(../images/Background/sidebar1_bg1.jpg);


}

#sidebar1_top {
	height: 180px;
	vertical-align: top;
	padding: 5px;
}
/*
.thrColFixHdr #sidebar2 {
	float: right; //since this element is floated, a width must be given 
	width: 150px; //padding keeps the content of the div away from the edges 
	background-color: #FFC;
	right: auto;
	padding: 5px;
	margin: 0px;
}
*/
#sidebar2 {
	background-color: #fcfdcd;
	width: 150px;
}
#sidebar2 p {
	font-size: 12px;
	font-style: italic;
	padding-right: 5px;
	padding-left: 5px;
}
.smaller_i {
	font-size: 10px;
	font-style: italic;
}
#mainContent p {
	color: #000;
	font-size: 12px;
	font-style: normal;
}


/*
.thrColFixHdr #mainContent {
	padding: 5px;
	width: 480px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 130px;
	background-color: #309;
} 
*/
#mainContent {
	width: 480px;
	background-image: url(../images/Background/blue2.jpg);
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: repeat-x;
	background-color: #afd1ea;
	height: auto;
} 
#mainContent_wide p {
	font-size: 12px;
}



/*
.thrColFixHdr #mainContent_wide {
	padding: 5px;
	width: 635px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 130px;
	font-size: small;
	background-color: #06C;
}
*/
#mainContent_wide {
	width: 630px;
	margin: 0px;
	background-image: url(../images/Background/blue2.jpg);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #afd1ea;
	background-repeat: repeat-x;
}

/*
.thrColFixHdr #footer {
	background-color: #FFF;
	padding: 0px;
	text-align: center;
	margin: 0px;
}
*/
#footer {
	text-align: center;
	font-size: 12px;
	color: #FFF;
	background-color: #009;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.small {
	font-size: 12px;
	font-style: normal;
}

.small_i {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	word-spacing: normal;
}
.H4_bg {
	font-size: 1.2em;
	font-weight: bold;
	color: #609;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
}
.H4_sm {
	font-size: 0.9em;
	font-weight: bold;
	color: #609;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.white_letter {
	color: #FFF;
}


.wide_description {
	width: 630px;
	font-style: italic;
}
#ensemble_description {
	padding: 5px;
	width: 470px;
}
#ensemble_description p {
	font-size: 12px;
	font-style: italic;
}
#mainContent_wide ul li {
	font-size: 12px;
}


.bg {
	font-size: 1.1em;
	font-weight: bold;
	color: #d45a5b;
}
.video_clip {
	height: 100px;
	width: 620px;
	padding: 5px;
}
.alumni {
	padding: 5px;
	float: left;
	height: 150px;
	width: 100px;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.alumni_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #009;
	background-color: #FFF;
	text-align: center;
}

.alumni_image {
	height: 120px;
	width: 100px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1_autotop {
	height: auto;
	vertical-align: top;
	padding: 5px;
}

