@charset "utf-8";
/* CSS Document */

/*holds inline images*/

/*span to underline and make text bold */
span.boldunderlined{
	font-weight: 700;
	text-decoration: underline;
     }

#maincontent p .accessibilitymargin3{
	margin: 0 0 0.1% 3px;
}
#maincontent p .dropdownmenu{
   width: 28%;
   float: right;
   padding-left:3px;
	}
#maincontent p .operadropdownmenu{
   width: 18%;
   float: right;
   padding-left:3px;
	}	

#maincontent p .toolbar{
	 width:4%;
	 margin-bottom: 0.1%;
}

#maincontent p .operaappearance{
	float: left;
	position: relative;	
	width: 20%;
	clear:left;
	margin-right: 3px;
}
#maincontent p .operatoolbar{
	float: left;
	width: 2.5%;
    margin-right: 3px;	
}

