

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	color: #000000;

}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
	display: none;
	position: absolute;
	top: 1em;
	margin-top: 8px; /* I'm using ems and px to allow people to zoom their font */
	left: 0px;
	width: 180px;
	background-image: url(/themes/dance09/images/black90.png);
	background-repeat: repeat;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
	top: -1px;
	margin-top: 0;
	left: 179px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
	float: left;
	display: block;
	position: relative;
	margin-right: -1px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
	float: none;
	margin: 0 0 -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 0px;
	padding-bottom: 0px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* first level Links inside the menu */
.menulist a {
	display: block;
	padding: 3px 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-shadow: white 1px 1px 2px;

}

/* drop down Links inside the menu */
.menulist li ul li a {
	display: block;
	padding: 3px 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	text-shadow: black 2px 2px 2px;

}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #FFF;
	background-color: #473F66;
		text-shadow: black 2px 2px 3px;

}
.menulist a.highlighted {
	color: #FFF;
	background-color: #473F66;
	text-shadow: black 2px 2px 3px;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */


div.gallerystack {
	background-image:url(/themes/dance09/images/image_stack.jpg)!important;
	background-repeat:no-repeat;
	height:135px;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative!important;
	float: left;
	width: 380px;
}
div.gallerystack a {
	float: left;
}
div.gallerystack a img.thumb {
	border:3px solid #FFFFFF;
	color:#FFFFFF;
}
div.gallerystack a:hover img.thumb {
	border:3px solid #FDFFCF;
	color:#FDFFCF;
}

div.gallerystack .gallerytitle {
	color:#56499b;
	font-size:14px;
	text-align:left;
	text-transform:capitalize;
	padding-top: 32px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	padding-bottom: 4px;
	font-weight: bold;
	padding-left: 0px;
}
div.gallerydesc {
	line-height: normal;
	width: 380px;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}

body,td,th {
	text-decoration : none;
	font-size: 12px;
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	color: #333333;
	line-height: 18px;
}
html, body {
	background-color: #49416a;
	background-image: url(/themes/dance09/images/BodyBG.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
#wrapper {
	background-image: url(/themes/dance09/images/BodyBG.jpg);
	background-repeat: repeat-x;
	background-color: #49416a;
}

#container {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#container #top {
	background-image: url(/themes/dance09/images/HeaderBG.png);
	background-repeat: no-repeat;
	height: 362px;
	width: 880px;
	position: relative;
}
#container #top #logo {
	background-image: url(/themes/dance09/images/logo.png);
	background-repeat: no-repeat;
	height: 197px;
	width: 580px;
	position: absolute;
	z-index: 1000;
}
#container #top #header {
	background-image: url(/themes/dance09/images/headerTMP2.jpg);
	height: 295px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	top: 68px;
	left: 55px;
	position: absolute;
}
#container #mainnav {
	height: 18px;
	width: 770px;
	position: absolute;
	left: 55px;
	top: 340px;
	z-index: 10;
}
#page {
	background-image: url(/themes/dance09/images/pageBG.png);
	background-repeat: repeat-y;
	width: 880px;
}
#wrapper #container #page #innerpage {
	background-color: #FFF;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 0px;
}
#container #page #content {
	width: 460px;
	float: left;
	padding-left: 20px;
}
#container #page #content a {
	position:relative;
}
#container #page #sidebar {
	float: right;
	width: 250px;
	clear: none;
	padding-right: 20px;
	padding-bottom: 0px;
}
#footer {
	background-image: url(/themes/dance09/images/footerBG.png);
	background-repeat: no-repeat;
	height: 67px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 10px;
	text-align: center;
	padding: 20px;
	color: #FFFFFF;
	line-height: 12px;
}
#wrapper #container #footer a {
	color: #CCCCCC;
	text-decoration: none;
	line-height: 24px;
}
#container #page #sidebar #content2 {
	background-color: #FFFFFF;
}



:focus  { outline: thick none black } // get rid of ugly dotted borders
*a{ position:relative; } // fix linkes on top of transparent png in IE6
#wrapper #container #page #innerpage {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
br.clear {
	clear: both;
}


#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
	overflow: hidden;
	z-index: 0;
	position: relative;
	border: 0px solid #ffffff;
	background-color: #ffffff;
	}		

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightwindow_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightwindow_loading span a,
	#lightwindow_loading span a:link, 
	#lightwindow_loading span a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightwindow_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}
	/* We need to shim the navigation for IE, though its more of a sub-floor */
	#lightwindow_navigation_shim { 
		/* REQUIRED */
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
		/* REQUIRED */
	}

	#lightwindow_navigation a,
	#lightwindow_navigation a:link,
	#lightwindow_navigation a:visited,
	#lightwindow_navigation a:hover,
	#lightwindow_navigation a:active { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightwindow_previous, 
	#lightwindow_next {
		width: 49%;
		height: 100%;
		background: transparent url(/js/lightwindow/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	
	#lightwindow_previous { 
		float: left;
		left: 0px;
	}

	#lightwindow_next { 
		float: right;
		right: 0px;
	}

	#lightwindow_previous:hover, 
	#lightwindow_previous:active { 
		background: url(/js/lightwindow/prevlabel.gif) left 15% no-repeat; 
	}

	#lightwindow_next:hover, 
	#lightwindow_next:active { 
		background: url(/js/lightwindow/nextlabel.gif) right 15% no-repeat; 
	}
	
	#lightwindow_previous_title,
	#lightwindow_next_title {
		display: none;
	}
	 	
#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50; 
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}

	#lightwindow_galleries_tab_container {
		width: 100%;
		height: 0px;
		overflow: hidden;
	}

	a#lightwindow_galleries_tab,		
	a:link#lightwindow_galleries_tab,
	a:visited#lightwindow_galleries_tab {
		display: block;
		height: 20px;
		width: 77px;
		float: right;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		font-size: 11px;
		color: #ffffbe;
		background: url(/js/lightwindow/black-70.png) repeat 0 0 transparent;
	}
	
	* html a#lightwindow_galleries_tab,		
	* html a:link#lightwindow_galleries_tab,
	* html a:visited#lightwindow_galleries_tab {	
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}

	a:hover#lightwindow_galleries_tab,
	a:active#lightwindow_galleries_tab {
		color: #ffffbe;

	}

	#lightwindow_galleries_tab_span {
		display: block;
		height: 20px;
		width: 63px;
		padding: 0 7px 0 7px;
	}
	
	#lightwindow_galleries_tab .up	{
		background: url(/js/lightwindow/arrow-up.gif) no-repeat 60px 5px transparent;
	}

	#lightwindow_galleries_tab .down {
		background: url(/js/lightwindow/arrow-down.gif) no-repeat 60px 6px transparent;
	}

	#lightwindow_galleries_list {
		background: url(/js/lightwindow/black-70.png) repeat 0 0 transparent;
		overflow: hidden;
		height: 0px;
	}

	* html #lightwindow_galleries_list {
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}	

	.lightwindow_galleries_list {
		width: 200px;
		float: left;
		margin: 0 0 10px 0;
		padding: 10px;
	}

	.lightwindow_galleries_list h1 {	
		color: #09F;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 10px 0 5px 0;
		font-size: 16px;
	}

	.lightwindow_galleries_list li {
		margin: 5px 0 5px 0;
		list-style-type: none;
	}

	.lightwindow_galleries_list a, 
	.lightwindow_galleries_list a:link, 
	.lightwindow_galleries_list a:visited {
		display: block;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 10px;
		font-size: 11px;
	}

	.lightwindow_galleries_list a:hover, 
	.lightwindow_galleries_list a:active {
		background: #000000;
		color: #ffffbe;
		border-left: 3px solid #ffffbe;
		padding: 0 0 0 7px;
	}
		
#lightwindow_data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
}

	#lightwindow_data_slide {
	/* REQUIRED */
		position: relative;
	display: none;		/* REQUIRED */
	}

	#lightwindow_data_slide_inner {
		background-color: #ffffff;
		padding: 0 10px 10px 10px;
	}

	#lightwindow_data_caption {
	padding: 10px 0 0 0;
	color: #666666;
	line-height: 25px;
	background-color: #ffffff;
	clear: both;
	display: none;
	}

	#lightwindow_data_details {
		background-color: #f0f0f0;
		padding: 0 10px 0 10px;
		height: 20px;
	}
	
	#lightwindow_data_author_container {
		width: 40%;
		text-align: right;
		color: #666666;
	 	font-style: italic;
		font-size: 10px;
		line-height: 20px;
		float: right;
		overflow: hidden;
	}
	
	#lightwindow_data_gallery_container {
		font-size: 10px;
		width: 40%;
		text-align: left;
		color: #666666;
		line-height: 20px;
		float: left;
		overflow: hidden;
	}
	
#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;		
}

	#lightwindow_title_bar_title {
		color: #ffffbe;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		float: left;
	}

	a#lightwindow_title_bar_close_link,	
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
		float: right;
		text-align: right;		
		cursor: pointer;
		color: #ffffbe;
		line-height: 25px;
		padding: 0;
		margin: 0;
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #ffffff;
	}

/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}





body
{
	background-color: #FFFFFF;
}

.FCKcontent, #FCKcontent {  /* used only in FCK Editor to set body width*/
	width: 460px;
	padding: 20px;
	background-image: url(/themes/dance09/images/editorBG.jpg);
	background-repeat: repeat-y;
	background-color: #49416A;
}
#content, #content tr td, #FCKcontent, #FCKcontent tr td{
	font-size: 12px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 18px;
}

#content h1 {
	font-size: 18px;
	color: #000000;
	line-height: normal;
	margin-top: 0px;
	letter-spacing: normal;
	background-image: url(/themes/dance09/images/h1BG.jpg);
	background-repeat: repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 12px;
	margin-left: -10px;
	padding-left: 10px;
}

#content h2
{
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #342E50;
	line-height: normal;
	font-variant: normal;
	display: block;
	clear: none;
	font-style: normal;
	height: auto;
	margin: 0px 0px 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
#content h2 a:link , #content h2 a:visited  {
	color: #5B3720;
	text-decoration: none;
}
#content h3
{
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: normal;
	font-variant: normal;
	display: block;
	clear: none;
	font-style: normal;
	margin: 0px 0px 0px;
	padding-bottom: 0px;
}
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #996;
	line-height: normal;
	font-variant: normal;
	display: block;
	clear: none;
	font-style: normal;
	margin: 0px;
	padding-top: 7px;
	padding-left: 0px;
	padding-bottom: 0px;
}

#content .highlight1{
	color: #000000;
	font-size: 16px;
	line-height: 20px;
}
#content .highlight2{
	color: #666;
	font-size: 14px;
	font-weight: bold;
}
#content .highlight3{
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
}

#content ul{
	display: block;
	padding-left: 15px;
	list-style-type: disc;
}
#content ul li{
	display: block;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(/themes/dance09/images/ul.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: normal;
	padding-bottom: 8px;
	padding-top: 0px;
}

#content hr {
	height: 1px;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
/* links */
#content a, #content a:visited{
	text-decoration : underline;
	color: #000000;
		position:relative;

}
#content a:hover, #content a:active{
	text-decoration : underline;
	color: #283D53;
	position:relative;

}




/* links */


#content .searchdescription{
	font-size: 12px;
}
		
#content  .searchbreadcrumb{
	font-size: 13px;
	font-weight: bold;
	color: #5F4F2E;
}

/* images */

#content img.left, #content img.zoomleft {
	padding: 4px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#content img.right, #content img.zoomright {
	padding: 4px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 8px;
}
#content img.center, #content img.zoomcentered, #content div.mapwrap, #content div.swfwrapper {
	padding: 4px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	clear: both;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}
#content .quote {
	background-image: url(/themes/dance09/images/quoteleft.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

#content .quote td.main{
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-align: left;
	padding: 25px 10px 15px 15px;
	background-image: url(/themes/dance09/images/quoteright.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px none #8C7142;
	line-height: 14px;
	letter-spacing: 0.15em;
}

#content .quote td.caption{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: right;
	padding-right: 10px;
}
#content .small , #content .small td{
	font-size: 10px;
	line-height: normal;
}
#content td .underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8B6330;
}
#content td .bigunderline {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8B6330;
}
#content .small .main, #content .small .main td {
	background-image: url(/themes/LBLRv2/images/dark_box_BG.jpg);
	font-size: 12px;
}


#content .smallprint {
	font-size: 9px;
}
.SC_Item{
	color: #000000;
}

/*Tables*/
#content table.stndtable {
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ACA47D;
	border-right-color: #ACA47D;
	border-bottom-color: #ACA47D;
	border-left-color: #ACA47D;
	border-bottom-style: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-style: solid;
	background-image: url(/themes/dance09/images/tablehead.png);
}
#content table.stndtable thead tr td{
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#ACA47D;
	color:#000;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 18px;
}

#content table.stndtable tbody tr td{
	vertical-align: top;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#ACA47D;
	text-align: left;
	background-color: #F8F0FF;
	line-height: 16px;
}
#content table.stndtable tbody h2{
	color:#603;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content table.stndtable .highlight1{
	font-size: 14px!important;	
}
#content table.stndtable tbody tr td ul{
	display: block;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 2px;
}
#content table.stndtable tbody tr td ul li{
	display: block;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(/themes/salts09/images/ul_table.jpg);
	background-repeat: no-repeat;
	padding-bottom: 4px;
	padding-top: 0px;
	background-position: 0px 0px;
	padding-left: 18px;
	padding-right: 0px;
	margin-bottom: 0px;
}


.FCKcontent, #FCKcontent{  /* used only in FCK Editor to set body width and BG*/
	width: 250px;
	background-image: url(/themes/dance09/images/editorC2BG.jpg);
	background-repeat: repeat-y;
	background-color: #484069;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 13px;
}
#content2, #content2 tr td, #FCKcontent, #FCKcontent tr td {
	text-decoration : none;
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}


#content2 h1, .FCKcontent h1 {
	font-size: 14px;
	color: 56499b;
	line-height: 20px;
	margin-top: 20px;
	letter-spacing: normal;
	background-image: none;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-style: normal;
	font-weight: bold;
	margin-left: 15px;
	padding: 0px;
	display: block;
}
#content2 h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: normal;
	font-variant: normal;
	display: block;
	clear: none;
	font-style: normal;
	margin: 0px;
	padding-top: 7px;
	padding-left: 5px;
	padding-bottom: 0px;
	background-image: url(/themes/dance09/images/c2h2BG.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
/*#content2 h1 {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #342E50;
	line-height: normal;
	font-variant: normal;
	display: block;
	clear: none;
	font-style: normal;
	height: auto;
	margin: 0px 0px 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}*/
#content2 h2 a:link , h2 a:visited, #content2 h2 a:link , #content2 h2 a:visited  {
	color: #5B3720;
	text-decoration: none;
}
#content2 h3 {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #996;
	line-height: normal;
	font-variant: normal;
	display: block;
	clear: none;
	font-style: normal;
	margin: 0px 0px 0px;
	padding-bottom: 0px;
}
#content2 h4 {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	line-height: normal;
	font-variant: normal;
	display: block;
	clear: none;
	font-style: normal;
	margin: 0px 0px 0px;
	padding-bottom: 0px;
}

#content2 ul{
	display: block;
	padding-left: 15px;
	list-style-type: disc;
}
#content2 ul li, #content2 ul li{
	display: block;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(/themes/dance09/images/ul.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: normal;
	padding-bottom: 8px;
	padding-top: 0px;
}

#content2 hr {
height: 1px;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

/* links */
#content2 a, .content a:visited{
	text-decoration : underline;
	color: #0000FF;
	position:relative;
}
#content2 a:hover, a:active{
	text-decoration : underline;
	color: #283D53;
		position:relative;

}




/* links */
.content_small a, .content a:visited{
	text-decoration : underline;
	color: #000066;
	position:relative;

}
.content_small a:hover, a:active{
	text-decoration : underline;
	color: #0000CC;
	position:relative;
}

.searchdescription{
	font-size: 12px;
}
		
.searchbreadcrumb{
	font-size: 13px;
	font-weight: bold;
	color: #5F4F2E;
}

/* images */

#content2 img.left {
	padding: 4px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#content2 img.right {
	padding: 4px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 8px;
}
#content2 img.center {
	padding: 4px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	clear: both;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}
#content2 .quote {
	background-image: url(/themes/dance09/images/quoteleft.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

#content2 .quote td.main{
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-align: left;
	padding: 25px 10px 15px 15px;
	background-image: url(/themes/dance09/images/quoteright.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px none #8C7142;
	line-height: 14px;
	letter-spacing: 0.15em;
}
#content2 .quote td.caption{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: right;
	padding-right: 10px;
}
#content2 .highlight1 {
	color: #000000;
	font-size: 16px;
	line-height: 20px;
	text-transform: none;
}
#content2 .highlight2 {
	color: #666;
	font-size: 14px;
	font-weight: bold;
}
#content2 .highlight3 {
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
}


/*  New  Sidebar box */
#content2 table.sideboxnew tr td, #FCKcontent table.sideboxnew tr td {
	background-image: url(/themes/dance09/images/sideBoxBG_new.jpg);
	background-repeat: repeat-y;
	padding: 2px 15px 10px;
}
#content2 table.sideboxnew thead tr td, #FCKcontent table.sideboxnew thead tr td {
	background-image: url(/themes/dance09/images/sideBoxHead_new.jpg);
	background-repeat: no-repeat;
	height: 53px;
	margin: 0px;
	padding: 0px;
}
#content2 table.sideboxnew tfoot tr td ,#FCKcontent table.sideboxnew tfoot tr td {
	background-image: url(/themes/dance09/images/sideBoxFooter.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 15px;
}
#content2 table.sideboxnew tr td img ,#FCKcontent table.sideboxnew tr td img{
	margin: 0px 0px 10px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	display: block;
	clear: both;
	width: 210px;
}


/*  normal  Sidebar box */
#content2 table.sidebox thead tr td{
	background-image: url(/themes/dance09/images/sideBoxHead.jpg);
	background-repeat: no-repeat;
	height: 53px;
	margin: 0px;
	padding: 0px;
	color: #56499b;
}
#content2 table.sidebox tr td{
	background-image: url(/themes/dance09/images/sideBoxBG_new.jpg);
	background-repeat: repeat-y;
	padding: 2px 15px 10px;
}
#content2 table.sidebox h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	line-height: normal;
	font-variant: normal;
	display: block;
	clear: none;
	font-style: normal;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 0px;
	background-image: url(/themes/dance09/images/c2h2BG.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 0px;
}

#content2 table.sidebox tfoot tr td {
	background-image: url(/themes/dance09/images/sideBoxFooter.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 15px;
}
#content2 table.sidebox tr td img{
	margin: 0px 0px 10px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	display: block;
	clear: both;
	width: 210px;
}



#content2 a.pdfdownload {
	line-height: 32px;
	font-weight: bold;
	background-image: url(/themes/dance09/images/dbutton.jpg);
	display: block;
	height: 32px;
	width: 208px;
	padding-left: 32px;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-left: 4px;
}
