/*this defines the font style and color, also the gradient background image*/
body {
    font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
	background-image:   url(Musical_page1_files/Musical_page1_gradient_bg.gif);
	color: #333333;
    background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 20px;
    margin: 0;
	border: 0;
	background-color: #242424;
	min-width: 770px;
}

/**Layout Divs**/
/*this container centers the content in the browser and fixes the overall width*/
#wrapper {
	width: 918px;
	text-align: left;
	visibility: visible;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color:  #3C3B3B;
}
/*this container holds the logo and heading graphic*/
#header {
	z-index: 1;
	width: 918px;
	height: 43px;
	background-color:  #242424;
}
/*this container holds the horizontal navigation bar and defines the background image*/
#hnav {
	width: 918px;
	margin-top: 0;
	background-image: url(Musical_page1_files/Musical_page1_hnav_bg.gif);
	background-repeat: no-repeat;
	height: 32px;
	padding-left: 15px;
	}
/*this container holds the left and right-hand column divs*/
#floatcontainer {
	width: 918px;
	height: 425px;
	padding-top: 0px;
	background-color:  #3C3B3B;
	text-align: left;
	margin: 0px;
	right: 0px;	
}

.floatboxleft {
	width: 12%;
	height: 425px;
	margin:  0px;
	float: left;
	background-color: #3C3B3B;
}

.floatboxcenter {
	width: 22%;
	height: 425px;
	margin:  0px;
	background-color: #3C3B3B;
	float: left;
}

.ampm {
	font-variant: small-caps;
}
.floatboxright {
	width: 60%;
	height: 425px;
	margin:  0px;
	float: right;
	padding-left: 20px;
	overflow: auto;
	background-color: #7e8895;
	scrollbar-face-color: #3C3B3B;
	scrollbar-highlight-color: #e7f0fc;
	scrollbar-3dlight-color: #4176be;
	scrollbar-darkshadow-color: #3f608f;
	scrollbar-shadow-color: #8aa7d0;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #000000;
}
html>body .floatboxleft{
   margin:  0px;
}
/*style the text in the right-hand column*/
 .floatboxright p {
	font-size: 70%;
	padding: 0px 20px 0px 0px;
	margin: 0px;
}

/*style the heading1 text */
.floatboxleft h1 , .floatboxright h1 {
	font-size: 100%;
	margin: 0px 20px 5px 0px;
	padding-top: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4175be;
	padding-bottom: 2px;
	
}
/*alternative style for the heading2 text */
.floatboxleft h2 , .floatboxright h2 {
	font-size: 90%;
	margin: 0px 20px 4px 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4176be;
	padding-left: 5px;
	background-color: #c9cebe;
}

/*alternative style for the heading3 text */
.floatboxleft h3 , .floatboxright h3 {
	font-size: 90%;
	margin: 0px 20px 4px 0px;
	padding-top: 2px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4175be;
	padding-left: 5px;
	padding-bottom: 2px;
	
}
/*style the text and define background image for the footer*/
.footer {
	width: 918px;
	clear: right;
	font-size: 70%;
	text-align: center;
	height: 32px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-left: 0px;
	background-color: #000000;
	color: #ffffff;
}
.footer2 {
	width: 918px;
	clear: right;
	font-size: 70%;
	text-align: center;
	height: 32px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-left: 22px;
	background-color: #242424;
	color: #999999;
}
/*sets margins to 0*/
.small {
	margin: 0px;
	font-size: 60%;
	color: #999999;
}
.small_dark {
	margin: 0px;
	font-size: 60%;
	color: #333333;
}
/*sets margins to 0*/
.indent {
	text-indent: 2em;
}

}
/*floats element to the left*/
.left {
	float: left;
	margin: 0px;
	padding: 0px;
	left: -2px;
}

/*floats element to the center*/
.center {
	float: right;
	font-size: 120%;
	margin-right: 170px;
	margin-top: -12px;
	text-align: center;
}

/*floats element to the right*/
.right2 {
	float: right;
	margin-right: 5px;
	margin-top: -12px;
	text-align: right;
}

/*floats element to the right*/
.right {
	float: right;
	margin-right: -50px;
	margin-top: -12px;
	text-align: right;
}

/*link styles*/
a:link {
	color: #ccccff;/	
	text-decoration: none;
}
a:visited {
	color: #325E9B;	
	text-decoration: none;
}
a:link:hover {
	color: #ffffff;	
	text-decoration: none;
}

/*floats image to the left of text blocks*/ 
.imagefloat {
	float: left;
	vertical-align: middle;
	padding-right: 2px;
}
  
 /*defines the style for ordered lists (numbered) */  
  ol {
    font-size: 70%  
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
/*defines the style for unordered lists (bulleted) */  
 ul {
	font-size: 70%;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image:  url(../graphics/bullet.gif);
	font-weight: normal;
	margin-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.am_pm {
	margin: 0px;
	font-size: 75%;
}
.thumbborder {
	border: 2px solid #000000;
}
