/*menu bar links*/
A.type1:hover   {color:#C8ADC8; text-decoration:none;}

/* menubar inactive link */
.links2{	
	color: #C8ADC8;	
}
/* normal text links */
A.type2:hover   {color:#C8ADC8; font-size:10pt; text-decoration:none;}

/*inactive link text color*/	
#menubar #inactive{
	color: #C8ADC8;	
}

/*square image next to menubar items*/
#menubar ul li{	
	background: url(../images/workshops/square_A0410D.gif) 12px 7px no-repeat;	
}

#menubar { 
	font-size : 8pt;
	}
	
	 
	
/*trick to put an image in place of h tag*/
#subpagegraphic h2 { 
	position:absolute;
	left: 0;  
	background: transparent url(../images/workshops/workshop_graphic_subpages.jpg) no-repeat top left; 
	margin-top: 23px;
	margin-left:0px; 
	width: 92px; 
	height: 121px; 
	float: left;
	}
#subpagegraphic h2 span {
	display:none
	}
	
	
/*trick to put an image in place of h tag*/
#pagegraphic h2 { 
	position:absolute;
	left: 0px;
	top:332px;
	padding:0;
	margin-top:0;
	background:transparent url(../images/workshops/workshop_graphic_homepage.jpg) no-repeat top left; 	
	width:191px; 
	height:299px; 
	float:left;
	}
#pagegraphic h2 span {
	display:none
	}
#bottombar{
	background: #C8ADC8;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	text-align:center;
	vertical-align: middle;
	color: black;
	position:absolute; 
	height: 31px; 
	width: 590px;
	left: 190; 
	top: 600px; 
}


