@charset "UTF-8";
/* CSS Document */

#container {
    width: 768px;
	padding: 0;
    margin: 0 auto;
    text-align: center;
}
#mainContent {
	text-align:left;
}
body {
	background-color: #CCCCCC;
	padding: 0;
	font-family: arial, helvetica, serif; /* this is for the left menu nav */
}

/* everything below is for the left menu nav */
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 10em;   /* JB changed from 11 */
	}
	
	#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 2em;  /* JB changed from 1.25*/
	margin-bottom : -1px;
	width: auto;  /* JB changed from 11 */
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 10.10em;  /* JB changed from 11.05 */
		margin-top : -2.05em;  /* JB changed from -1.35 */
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
	width: 10em; /* JB changed from 11 */
	w\idth : 10em;
	display : block;
	color : white;
	/* font-weight : bold; */
	text-decoration : none;
	background-color : #410778;
	border : none;
	padding-left: 2em;
	font-size: 13px;
	}
	
	#nav li a:hover {
	color : white;
	background-color : #B0CC29;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#content {
		margin-left : 12em;
	}
/* everything above is for the left nav menu*/
	
.mini_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #410778;
	text-align: right;
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
}
.mini_nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #410778;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mini_nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #410778;
	text-align: right;
}
.border_topright {
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.logo_top {
	position: relative;
	z-index: 20;
	vertical-align: top;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.border_R {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.border_T_R_B_L {
	border: thin solid #FFFFFF;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CE821A;
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;
	z-index: 20;
}
.copy  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	font-weight: normal;
	color: #666666;
	margin-bottom: 0px;
}
.center_indent_home {
	margin-left: 40px;
	margin-right: 20px;
}
H2 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: -5px;
}
.border_R_Lgrey {
	border-right-width: thin;
	padding: 0;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	vertical-align: top;
}
.center_indent_other {
	margin-left: 20px;
	margin-right: 20px;
}h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #410778;
}
.audition_table   {
	vertical-align: top;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
