.page {
    background: url("/music/images/bg_page.jpg") no-repeat scroll left top #FFFFFF;
}
#content {
	background: none;
}
/***********************************************/
/* Paragraph/Text Classes                      */
/***********************************************/

.pic_ul_float {
 	margin-top: 0px;
 	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
	float: left;
 	font-size: 7pt;
 	font-family: arial, helvetica, sans-serif;
	line-height: 10pt;
	text-align: center;
}

.pic_ur_float {
 	margin-top: 0px;
 	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
	float: right;
 	font-size: 7pt;
 	font-family: arial, helvetica, sans-serif;
	line-height: 10pt;
	text-align: center;
}

.center{
	text-align: center;
	text-indent: 0px;
}


.justify {
	text-align: justify;
	text-indent: 0px;
}

.left {
	text-align: left;
	text-indent: 0px;
}

.right{
	text-align: right;
	text-indent: 0px;
}

.paralist {
	text-indent: -1em;
	margin-left: 1em;
	padding: 0px 12px 0px 12px;
	text-align: justify;
}

.hang {
	text-indent: -1em;
	margin-left: 1em;
}


/***********************************************/
/* Events Classes                              */
/***********************************************/

.event_h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	text-align: left;
	line-height: 14pt; 
	font-style: normal;
	padding: 3px 3px 3px 3px;
}


/***********************************************/
/* Font Classes                                */
/***********************************************/

.fau_blue{
	color: #002d62;
}

.fau_red{
	color: #c10435;
}

.fau_gray{
	color: #c3c8cd;
}

.font_black{
	color: #000000;
}

.font_blue{
	color: #0000ff;
}

.font_gray{
	color: 666666;
}

.font_white{
	color: #ffffff;
}

.font_italic{
	font-style: italic;
}

.font_oblique{
	font-style: oblique;
}

.font_bold{
	font-weight: bold;
}

.font_normal{
	font-weight: normal;
}
	
.font_small{
	font-size: 7pt;
	line-height: 9pt;	
}

.font_size_normal{
	font size: 11px;
}

.font_emphasis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}

.font_underline {
	text-decoration: underline;
}


/***********************************************/
/* Paragraph/Alignment Classes                 */
/***********************************************/

.center{
	text-align: center;
}

.justify{
	text-align: justify;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

.middle{
	vertical-align: middle;
}

.bottom{
	vertical-align: bottom;
}	 


/***********************************************/
/* Clear Styles                                */
/***********************************************/

span.clearboth {
	clear: both;
}

span.clearleft {
	clear: left;
}

span.clear.top {
	clear: top;
}

/***********************************************/
/* Header Classes                              */
/***********************************************/

h1.std {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}

h2.std {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}

h1.events {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	padding: 12px 0px 0px 0px;
}

h2.events {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #c10435;
	padding: 12px 0px 0px 0px;
}


/***********************************************/
/* Styles for Banner Events                    */
/*											                       */
/* Developed By: Michael L. Brown, CPA         */
/* Last Updated: 03/19/07                      */
/***********************************************/


/***********************************************/
/* NOTE: precede each id with div to avoid bug */
/*       in IE for Windows                     */
/***********************************************/

div#banner_1,
div#banner_2 {
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: left;
	line-height: 1.5em; 
	font-style: normal;
	float: left;
}


/***********************************************/
/* Banner UL styles                            */
/***********************************************/

div#banner_1 ul,
div#banner_2 ul {
	margin: 0px;
	padding: 0px;
}

div#banner_1 ul,
div#banner_2 ul {
	font-size: 11px;
	line-height: 1.5em; 
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	float: left;
}


/***********************************************/
/* Banner LI styles                            */
/*                                             */
/* relative positioning will permit list items */
/* to be horizontal                            */
/***********************************************/

div#banner_1 li,
div#banner_2 li {
	position: relative;
	list-style: none;
	float: left;
	vertical-align: middle;
	padding: 0px 3px 0px 3px;
}

div#banner_1 li.date,
div#banner_2 li.date,
div#banner_1 li.time,
div#banner_2 li.time {
	width: 60px;
}

div#banner_1 li.desc,
div#banner_2 li.desc {
	width: 360px;
	text-align: justify;
}


