<!--
	/* classes */
	.bb_sign{
		width: 980px; 
		height: 220px; 
		border:  dashed 0px black;
        background-color:#ffffff;
		/*margin: 10px;*/
		padding: 0px;
	}
	.bb_nav{
		height: 15px;
		float: left;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		/* background-color: rgb(51,102,204); */
		margin: 2px 5px 1px 5px;
		padding: 0px 0px 0px 0px;
		text-align: center;
		font-size:12px;
		font-family: verdana, arial, sans-serif;
	}
	.bb_nav:hover{
		text-decoration: underline;
	}	
	.tooltip{
		position: absolute;
		visibility: hidden;
		BORDER-LEFT: 1px solid black; 
		BORDER-TOP: 1px solid black; 
		BORDER-BOTTOM: 3px solid black; 
		BORDER-RIGHT: 3px solid black; 
		color: black;
		background-color: #ffffcc;
		font-size: 8pt;
		padding: 0px 2px 0px 2px;
		margin: 0px;
	}
	
	/* tag styles */
	a.bb_link{
		color: white;
		text-decoration: none;		
	}
	a.bb_link:hover{
		color: white;
		text-decoration: underline;
		cursor: pointer;
	}
	a.bb_link:visited{
		color: white;
		text-decoration: none;			
	}
	
	/* id declarations */
	#switchbar{
		width: 980px;
		height: 20px;
		border: 0px dashed red;
		margin: 0px;
		padding: 1px 0px 0px 0px;
	}
	#ad_switch{
		-moz-box-sizing:border-box;
		text-align: center;
		box-sizing:border-box;
		background-color: rgb(0,51,204);
		color: white;
		font-size: 12pt;
		font-weight: 600;
		width: 900px;
		height: 20px;
		border: 0px solid yellow;
		padding: 0px;
		margin: 0px;
		float: left;
	}
	#ad_switch_control{
		background-color: rgb(0,51,204);	
		float: left;
	}


/* 
the folloing styles are needed to overide the site standard of left-padding 
Otherwise the front page will scroll horizontally 
*/

td.FEI_home_content 
	{ 
   	border: dashed 0px red;
	padding-top: 11px; padding-left: 10px;
	}

#contentPane 
	{background:#ffffff; width:900px; padding-left:5px;}



-->