* {
	padding: 0;
	margin: 0;
	}

body {
	margin: 0;
	padding: 10px;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	background: #FFFFFF url(../images/bg_gradient.png) repeat-x;
	}
	
#page {
	padding: 0;
	background: #FFF;
	width: 760px;
	margin: 0 auto;
	border: 1px solid #333;
	text-align: left;
	}
	
p, li {
	text-align: justify;
	line-height: 16px;
	}
	
p {
	margin: 0 0 1.5em 0;
	}

/* ------------------------  Links --- */

a { 
	color: #660000;
	text-decoration: none;
	}
a:hover { 
	color: #CC0000; 
	text-decoration: underline;	
	}

/* ------------------------  Headings --- */

h1 {
	margin: 17px 0 0 0;
	font-size: 13px;
	color: #660000;	
	}
h2 {
	color: #660000;	
	font-size: 15px;
	margin: 0 0 10px -25px;
	padding: 5px 0 0 23px; 	
	position: relative;
	background: transparent url(../images/bullet_h2.gif) 0px 5px no-repeat;
	}
h3 {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	}

/* ------------------------  Extras --- */

hr {
	height: 1px;
	padding: 0;
	color: #CCC;
	}

/* ------------------------  Form Elements --- */

input, select, textarea, th, td {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	}

/* ------------------------  Table Elements --- */

th {
	padding: 10px 5px;
	text-align: left;
	background-color: #00468e;
	}
td {
	padding: 30px;
	vertical-align: top;
	}

/* ------------------------  Lists --- */

ul {
	margin: 0px 0px 20px 25px;
	list-style: square;
	}
	
li {
	text-align: left;
	}

/* ------------------------ Block Elements --- */

/* --- Header Bar --- */

#barHeader {
	width: 760px;
	height: 75px;
	background: transparent url(../images/bg_barheader.jpg) top right no-repeat;
	}
#barHeader img {	
	padding: 10px 0 0 10px; 
	}
	
/* --- Navigation --- */

#navTop {
	width: 760px;
	padding: 10px 0 8px 0;
	margin: 0;
	padding: 7px 0 0 0;
	height: 20px;
	color: #000000;
	background: #4165A9 url(../images/bg_topNav.gif) top left repeat-x;
	}
#navTop li {
	margin: 0;	
	display: inline;
	line-height: 13px;
	}
#navTop a {
	color: #CCC;
	display: block;
	float: left;
	padding: 3px 10px 4px 10px; 
	border-right: 1px solid #143F6D;
	text-decoration: none;
	background: #4165A9;
	}
#navTop a:hover {
	background: #789ECB;
	color: #FFF;
	text-decoration: underline;
	}
#navSubOvr a {
	color: #333;
	background: #ECECEC;
	}
#navSubOvr a:hover {
	text-decoration: none;
	color: #333;
	background: #ECECEC
	}
	
/* --- HomePage Banner --- */
	
#barBanner {
	width: 760px;
	height: 235px;
	background-color: #888888;
	background-repeat: no-repeat;
	background-position: top left;
	}
#barBannerContent {
	width: 240px;
	padding: 20px 20px 0 0;
	float: right;
	}
#barBannerContent h2 {
	background: transparent url("../images/title_worldclass.jpg");
	width: 240px;
	height: 60px;
	padding: 0;
	margin: 0;
	}
#barBannerContent a {
	display: block;
	text-indent: 6000px;
	overflow: hidden;
	text-decoration: none;
	width: 200px;
	background-position: 1px 1px;
	}
#barBannerContent a:hover {
	background-position: 0 0;
	}
#barBannerContent a.conductor {
	background-image: url("../images/title_conductor.jpg");
	height: 50px;
	}
#barBannerContent a.composer {
	background-image: url("../images/title_composer.jpg");
	height: 40px;
	}
#barBannerContent a.unison {
	background-image: url("../images/title_unison.jpg");	
	height: 50px;
	}
	
/* --- Bread Crumb Nav --- */

ul.breadBar {
	width: 760px;
	height: 20px;
	margin: 0;
	padding: 0; 
	font-size: 9px;
	background-color: #ECECEC;
	list-style: none;
	}
ul.breadBar li {
	margin: 0 0 0 8px;
	padding: 5px 0 3px 0; 
	color: #666666;
	display: block;
	float: left;
	line-height: 9px;
	}
ul.breadBar a {
	color: #666666;
	}
ul.breadBar a:hover {
	color: #CC0000;
	}
	
/* --- HomePage Content Panels --- */

#homePage h2 {
	margin-left: 0;
	}
#homeLeft {
	width: 295px;
	margin: 20px 0;
	padding: 0 30px 0 40px;
	position: relative;
	float: left;
	border-right: 1px solid #CCC;
	}
#homeRight {
	width: 310px;
	margin: 20px 20px 20px 30px;
	float: right;
	}
	
/* --- etc --- */	
	
#contentWrap {
	border: 0px solid white;
	background: #FFF url(../images/column_bg.gif) top left repeat-y;
	line-height: 20px;
	}
	
/* --- Left Nav Menu --- */

.nav {
	width: 150px;
	padding-bottom: 20px;
	float: left;
	}
.nav h2 {
	width: 150px;
	height: 20px;
	background: transparent url(../images/h2InThisSection.gif) top left no-repeat;
	text-indent: -6000px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	}
.nav h3 {
	margin: 10px 0 0 35px;
	padding: 0;
	}
.nav ul {
	margin: 0;
	padding: 0; 
	background-color: #C7C7C7;
	list-style: none;
	}
.nav li {
	margin: 0;
	padding: 0;
	line-height: 14px;
	font-weight: normal;
	}
.nav a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 5px 0 6px 10px; 
	}
.nav a:hover {
	color: #003366;
	background-color: #ECECEC;
	text-decoration: underline;
	}
.nav li li a {
	background: #C7C7C7 url(../images/bullet.gif) 8px 4px no-repeat;
	padding: 2px 5px 3px 22px;
	}	
.nav li.active a {
	background-color: #ECECEC;
	}
.nav li.active li a {
	background-color: #C7C7C7;
	}
.nav li.active li a:hover {
	background-color: #ECECEC;
	}
.nav img {
	display: block;
	}

/* --- Main Content --- */

.cellContent {
	width: 550px;
	margin: 0;
	padding: 20px 20px 0 35px;
	float: left;
	}

.cellContent form {
	margin: 0 0 10px 0;
	padding: 0 0 20px 0; 
	background-color: #FBFBF7;
	border: 1px solid #CCC;
	}
.cellContent li {
	line-height: 18px;
	}
.cellContent table {
	border-collapse:collapse;
	width: 80%;
	margin: 0 0 30px 0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	}
.cellContent td,th {
	padding: 4px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	}
.cellContent select {
	margin: 10px 0 0 0;
	padding: 0; 
	}
	
/* --- Divider --- */

.barDivider {
	height: 7px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	background: transparent url(../images/bg_bardivider.gif) top left repeat-x;
	clear: both;
	}
form .barDivider {
	margin-bottom: 10px;
	}
	/* ----- LINK LIST STYLES ----- */
#linkList {
	margin: 10px 20px 0 0;
	padding: 0;
	color: #666666;
	list-style: none;
	}
#linkList a {
	text-decoration: underline;
	}
#linkList li {
	margin: 0;
	padding: 0 0 10px 0;
	}
	/* ----- FOOTER STYLES ----- */
.footerWrap {
	clear: both;
	padding: 10px 0 10px 180px;
	}
.footer {
	margin: 0;
	padding: 0;
	font-size: 9px;
	color: #999;
	clear: both;
	}
.footer a {
	color: #999;
	text-decoration: none;
	}
.footer ul {
	margin: 0;
	padding: 0; 
	list-style: none;
	}
.footer li {
	margin: 0;
	padding: 0;	
	display: inline;
	}
.footer li a {
	display: block;
	padding: 2px 5px; 
	float: left;
	line-height: 14px;
	border-right: 1px solid #999;
	}
.footer li a:hover {
	color: #CC0000;
	text-decoration: none;
	background-color: #E4E4E4;
	}
.footer .copy {
	display: block;
	padding: 2px 5px;	
	float: left;
	line-height: 14px;
	white-space: nowrap;
	}	
.footer #navSubOvr {
	background-color: #E4E4E4;
	}
.footer #navSubOvr a {
	color: #003366;
	}
	
.footerWrapHome {
	clear: both;
	padding: 10px 0 10px 180px;
	text-align: center;
	}
.footerWrapHome #footer {
	margin: 0 auto;
	}
	


	/* ----- MISC STYLES ----- */
#dataKey {
	width: 25%;
	margin: 0;
	padding: 13px 10px 0 0; 
	text-align: right;
	float: left;
	}
.contentImage, .contentImageRight {
	float: right;
	margin: 5px 0 5px 20px;
	padding: 10px;		
	border: 1px solid #CCC;
	clear: both;
	}
.contentImageLeft {
	float: left;
	margin: 5px 15px 5px 0;
	padding: 10px;		
	border: 1px solid #CCC;
	clear: both;
	}
#abracadabra {
	display: none;
	}	



