@charset "UTF-8";
#container  {
	width: 50em; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #01509B;
	margin-top: 10px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 17.9em;
	color: #00011F;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 12px;
	margin-left: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-color: #FFFF99;
	height: 2200px;
	margin-right: 0.3em;
	border-right-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #3366CC;
}
.twoColFixLtHdr #sidebar1 h3 {
	font-size: 18px;
	font-variant: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 2px;
	line-height: normal;
	font-weight: bold;
	color: #000033;
	margin-bottom: 2px;
	text-align: left;
	padding-top: 30px;
}
.twoColFixLtHdr #sidebar1 h2 {
	font-size: 18px;
	list-style-type: none;
	text-indent: 0px;
	text-align: center;
	color: #000066;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	width: 50em;
	padding-right: 0px;
	margin-right: 0px;
	padding-top: 0px;
	height: auto;
} 
.twoColFixLtHdr #sidebar1 img {
	margin-right: 8px;
}
.twoColFixLtHdr #sidebar1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000099;
	text-align: center;
	text-indent: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 15px;
	text-align: center;
	padding-top: 0px;
}
.twoColFixLtHdr #footer {
	background:#00011f;
	height: 100px;
	padding-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #00011f;
	margin-left: 0px;
	width: 50em;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
} 
.twoColFixLtHdr #footer p {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	width: 780px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 12px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#mainContent h2 {
	color: #000066;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-top: 0px;
}
.twoColFixLtHdr #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	margin-bottom: 4px;
	margin-top: 0px;
	text-align: center;
}




/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	height: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-bottom: 10px;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	width: auto;
	float: left;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 20px;
	padding-bottom: 5px;
}


/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	cursor: pointer;
	background-color: #00011F;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: .7em;
	padding-right: 0.8em;
	padding-bottom: 0.7em;
	padding-left: 0.8em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #00011F;
	color: #01509B;
	border-left-width: 0px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.pagehead {
	background-color: #00011F;
	height: 90px;
	padding-top: 20px;
	padding-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	width: 49.7em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #FFCC00;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#auditions {
	height: 275px;
	width: 12em;
	border: 3px solid #00011E;
	margin-top: 10px;
	text-align: center;
	background-color: #C3C380;
	margin-right: auto;
	margin-left: auto;
}
#auditiondocuments {
	height: 125px;
	width: 12em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixLtHdr #sidebar1 #auditions hr {
	margin-top: 2px;
	margin-bottom: 5px;
}
h4 {
	margin-bottom: 0px;
}
#heading {
	width: 30em;
	text-align: center;
	height: 40px;
	float: left;
}
#musicianlisting {
	height: auto;
	width: 30.5em;
	float: left;
}
#listinghead {
	background-color: #B8B800;
	float: left;
	height: 160px;
	width: 30em;
	border: 2px solid #01509B;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
}
#listingcol1 {
	float: left;
	height: 360px;
	width: 10em;
	text-align: center;
	margin-bottom: 0px;
	margin-right: .5em;
}
#listingcol2 {
	float: left;
	height: 360px;
	width: 10em;
	margin-bottom: 10px;
	margin-right: 0.5em;
}
#listingcol3 {
	float: left;
	height: 360px;
	width: 9.5em;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 0px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 3px;
}

