body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	text-align:center;
}
#wrap {
	text-align:center;
}	
	
.header {
	background-image:url(images/header.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.leaf {
	background-image:url(images/orange_leaf.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.maintable {
	margin-top:0px;
	background-image:url(images/orange_stripe.gif);
	background-position:top left;
	background-repeat:repeat-y;
}
.contenttable {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}
.indextable {
	background-image:url(images/bgleaf.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.yellowtab {
	background-color:#f2d059;
	background-image:url(images/yellowtab-bg.gif);
	background-position:left;
	background-repeat:repeat-x;
}

.boxtitle {
	background-color:#b1eeeb;
	background-image:url(images/boxtitle-bg.gif);
	background-position:left;
	background-repeat:repeat-x;
	color:#22837e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-left:5px;
	text-align:left;
}

.box1, .box2, .box3{
	border:1px solid #419f9a;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:left;
	padding:10px 10px 10px 10px;
}

.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	border-top:2px outset #4dd9d2;
	
}

.photo {
	border:#4dd9d2 solid 1px;
}

.profile_underline {
	background-image:url(images/title_underline.gif);
	vertical-align:top;
	background-position:top left;
	background-repeat:no-repeat;
}

.workshops {
	border-top-style:dashed;
	border-top-width:1px;
	border-top-color:#4dd9d2;
}

/* General configuration CSS */
	
	#dropdown_menu ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}
		
	#dropdown_menu{
		visibility:hidden;
	}
	#dropdown_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
	}
	#dropdown_menu li{
		list-style-type:none;	/* No bullets */
	}	
	#dropdown_menu a{

		margin:0px;
		padding:0px;
	}
	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
		#dropdown_menu ul{
		border:1px solid #03b4a4;
		background-color:#b0eee9;
		padding-top:0px;
		margin-top:5px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:normal;
		text-align:left;
		height: 22px;
	}
		
	#dropdown_menu ul.menuBlock1{	/* Menu bar - main menu items */
		border:0px;
		padding-bottom:2px;
		margin-top:3px;
		height:22px;
		border:1px solid #03b4a4;
		background-color:#bdfffc;
		/*background-image:url(images/menu-bg.gif);*/
		background-repeat:repeat-x;
		background-position:left;
		overflow:hidden;
	}
	#dropdown_menu ul.menuBlock2{	/* Menu bar - main menu items */
		background-color:#b0eee9;
		border-top:1px solid #03b4a4;
		border-right:0px;
		border-left:0px;
		border-bottom:0px;

		margin-top:0px;
		margin-bottom:0px;
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#dropdown_menu a{
		color: #03817d;
		text-decoration:none;
		padding-left:2px;
		padding-right:2px;
	}
	
	/*
	Main menu items 
	*/
	
	#dropdown_menu .currentDepth1{
		padding-top:2px;
		padding-left:5px;
		padding-right:5px;
		margin-left:8px;
		margin-right:7px;
		border:0px solid #03b4a4;
		height:20px;
	}
	#dropdown_menu .currentDepth1over{
		padding-top:2px;
		padding-left:5px;
		padding-right:5px;
		margin-left:8px;
		margin-right:7px;
		background-color:#32c8bf;
		border:0px solid #03b4a4;
		height:18px;
		
	}
	#dropdown_menu .currentDepth1 a{
		font-weight:normal;
		height:18px;
	}
	#dropdown_menu .currentDepth1over a{	/* Text rules */
		color:#FFF;
		font-weight:normal;
		height:18px;
	}
	
	/* Sub menu depth 1 */
	#dropdown_menu .currentDepth2{
		padding-right:29px;
		padding-left:5px;
		padding-top:2px;
		padding-bottom:2px;
		border-right:1px solid #03b4a4;
		border-left:1px solid #03b4a4;
		border-bottom:1px solid #03b4a4;
		border-top:0px;
		background-color:#bdfffc;
		/*background-image:url(images/menu-bg.gif);*/
		background-repeat:repeat-x;
		background-position:left;
	}
	#dropdown_menu .currentDepth2over{
		padding-right:29px;
		padding-left:5px;
		padding-top:2px;
		padding-bottom:2px;
		border-right:1px solid #03b4a4;
		border-left:1px solid #03b4a4;
		border-bottom:1px solid #03b4a4;
		background-color:#fff0bd;
	}	
	#dropdown_menu .currentDepth2over a{	/* Text rules */
		color:#03817d;
	}	
	
span.sign {  /*for the text toggle*/
    cursor:pointer;
    color:blue;
}

.expanded {display:block;}
.collapsed {display:none;}