/* These refer to particular cases defined by the id="something" attribute */
/* Generally a postfixed "1" indicates that it is for the home page; "2", the secondary pages */

/* this defines the background color for the home page */
#body1 {
	background-color:#284359;
}
/* This defines the background color and top bar of the secondary pages */
#body2 {
	background-color: #dddddd;
	background-image: url(images/topbar.gif);
	background-repeat:repeat-x;
}
/* This holds together the elements of the home page */
#container1 {
	position:absolute;
	right:70px;
	top:70px;
	width:602px;
	height:154px;
	z-index:1;
}
/* The following are the 5 pictures on the home page */
#pic1-1 {
	overflow: hidden;
	position: absolute;
	height: 150px;
	width: 100px;
	top: 0px;
	background-color:#CCC;
}
#pic1-2 {
	overflow: hidden;
	position: absolute;
	height: 150px;
	width: 100px;
	top: 0px;
	left: 125px;
	background-color:#CCC;
}
#pic1-3 {
	overflow: hidden;
	position: absolute;
	height: 150px;
	width: 100px;
	top: 0px;
	left: 250px;
	background-color:#CCC;
}
#pic1-4 {
	overflow: hidden;
	position: absolute;
	height: 150px;
	width: 100px;
	top: 0px;
	left: 375px;
	background-color:#CCC;
}
#pic1-5 {
	overflow: hidden;
	position: absolute;
	height: 150px;
	width: 100px;
	top: 0px;
	left: 500px;
	background-color:#CCC;
}
/* This positions the text image on the home page */
#cc_text1 {
	overflow:hidden;
	position:absolute;
	top:170px;
	right: -2px;
	width: 310px;
	height: 35px;
}
/* This positions the links on the home page */
#links1 {
	position: absolute;
	overflow: visible;
	top:250px;
	right:-7px;
	height:50px;
	width:541px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #dddddd;
	vertical-align:middle;
}
/* This allocates and formats black space for the left nav on secondary pages*/
#leftnav2 {
	position:absolute;
	left:0px;
	top:0px;
	width:150px;
	height:1000px;
	z-index:1;
	background-color: #000;
}
/*  This defines the background color of the secondary page top bar */
#topbar {
	position:absolute;
	left:150px;
	top:0px;
	width:5000px;
	height:150px;
	z-index:1;
	background-color: #284359;
}
/* This positions the text image on the secondary pages */
#cc_text2 {
	background-color:#284359;
	position:absolute;
	left:20px;
	top:58px;
	width:310px;
	height:35px;
	z-index:2;
}
/*This defines the main content area on the secondary pages */
#content2 {
	position:absolute;
	left:151px;
	top:155px;
	width:676px;
	height:600px;
	z-index:3;
}
/* This is to define the text attributes for the main left navigation links */
#leftnav2-text {
	font-family:Arial, Helvetica, sans-serif;
	margin-left:25px;
	font-size:10pt;
	color:#dddddd;
	margin-top:10px;
	margin-bottom:10px;
}

/* This is to define the style for the left navigation credits: type (e.g., photography) */
#leftnav2-credits {
	font-family:Arial, Helvetica, sans-serif;
	margin-left:25px;
	font-size:8pt;
	color:#dddddd;
	margin-top:5px;
	margin-bottom:2px;
}
/* This is to define the style for the left navigation credits: person (e.g., Teresa Tam)*/
#teresatam2 {
	font-family:Arial, Helvetica, sans-serif;
	margin-left:35px;
	font-size:8pt;
	color:#dddddd;
	margin-top:2px;
	margin-bottom:5px;
}

/* The following are to be used with the Class="something" attribute */

/* The following is for the footer on all secondary pages */
/* This puts a line across top of table */
.footer_divider {
	border-top:1px solid #284359;
}
.footer_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#284359;
}
/*  These lines format the text on concert invitations */
.text_inv_1 {
    font-family: Garamond, sans-serif;
	font-size:36px;
	color:000000;
	margin-top:15px;
	text-align:center;
}
.text_inv_2 {
    font-family: Garamond, sans-serif;
	font-size:24px;
	color:000000;
	line-height:32px;
	text-align:center;
	margin-bottom:15px;
}
.text_inv_3 {
    font-family: Garamond, sans-serif;
	font-size:18px;
	color:000000;
	line-height:32px;
	text-align:center;
	margin-bottom:20px;
}
.text_inv_4 {
    font-family: Garamond, sans-serif;
	font-size:15px;
	color:000000;
	margin-top:15px;
	line-height:24px;
	text-align:center;
}
.text_inv_5 {
    font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	text-align:right;
	margin-top:0px;
}
/*  This line formats the header above text_para; normally as <p class="text_hdr> */
.text_hdr {
	font-family: Arial, Helvetica, Verdana, sans-serif;
 	font-size: 16pt; 
	color: #000000;
	margin-top: 10px;
  	margin-left: 20px;
}
.text_subhdr {
	font-family: Arial, Helvetica, Verdana, sans-serif;
 	font-size: 12pt;
	font-style: italic;
	color: #000000;
	margin-top: 5px;
  	margin-left: 20px;
}
/* This line formats a block of text; normally as <p class="text_para"> */
.text_para {
	font-family: Arial, Helvetica, Verdana, sans-serif;
 	font-size: 9pt; 
	color: #000000;
	margin-top: 10px;
  	margin-left: 20px;
	margin-right: 10px;
}
/* This line can be used to format the list of ensemble members */
.grouplist {
	font-family: Arial, Helvetica, Verdana, sans-serif;
 	font-size: 9pt; 
	color: #000000;
	margin-top: 10px;
  	margin-left: 20px;
	margin-right: 10px;
}
/* This defines the lightgray color for black bg*/
.lightgray {
	color: #dddddd;
}
/*-- This line defines a paragraph as centered */
.center {
	text-align: center;
}
/*-- This line defines a paragraph as flush right */
.flushright {
	text-align: right;
}
/*-- This line defines as italic */
.italic {
	font-style: oblique;
}
/*-- This line defines text with an underscore */
.underscore {
	text-decoration: underline;
}
/*-- This line defines text as white */
.whitetext {
	color: #ffffff;
}
/*-- This line defines text as white */
.blacktext {
	color: #000000;
}

/*-- This line defines a 2px white box */
.wborderfull2px {
	border-width: 2px;
	border-style: solid;
	border-color: #ffffff;
}

/* the following apply to particular tags with no id= or class= necessary */

/*-- This line defines a link as without an underline */
a {
	text-decoration: none;
}
/*-- This line defines a hover link with an underline */
a:hover {
	text-decoration: underline;
}
/*-- This line defines body text; #body1 and #body2 define additional attributes specific to pages */
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
 	font-size: 9pt; 
	color: #000000;
	margin-left:0px;
	margin-top:0px;
	border-left-width:0 px;
}
/*-- This line defines table data */
td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	color: #000000;
}
/*-- This line defines paragraph text */
p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	text-align: left;
}
/*-- This line defines an ordered list */
ol {
	list-style-position: inside;
	padding-left: 5px;
	margin-left: 5px;
}
/*-- This line defines an unordered list */
ul {
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 6px;
	margin-left: 36px;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
}
li {
	margin-top:10px;
}

