
	body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size: .8em;
		margin:0 auto;
		background-color: white;
	}
		p{

		margin-bottom:0px;
		margin-right: 0px;
    margin-left: 15px;
		font-size:12;
	}
	
	
	 .ScrollingDiv{
		scrollbar-base-color: #999999;
    scrollbar-arrow-color: #333366;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #66666;
    scrollbar-face-color: #CCCCCC;
    scrollbar-highlight-color: #CCCCFF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-track-color: #CCCCCC;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		height:85%; 
		width:100%; 
		overflow-y: auto;
		background-color: white;
	 }
	 
	 .TS{
		height:89%; 
		width:98%; 
	 }


	 	.RFQ{
		height:93%;
		width:99%;
	 }
	 
	  .RS{
		height:71%;
	 }
	 
	 .Rotork{
		height:86%;
	 }
	 .IPR{
		height:100%;
	 }
	 
	  .ProVu{
	 	height:79%; 
		width:100%; 
		overflow-y: auto;
	 }
	 
	  .CG{
		height:412px;  
		width:100%;
	 }
	 
	  .GEDC{
		height:85%; 
		width:100%; 
		overflow-y: auto;
	 }
	 	.369{
		height:76%; 
		width:100%; 
		overflow-y: auto;
	 }
	 .Kobold{
		height:87%; 
		width:100%; 
		overflow-y: auto;
	 }
	 
	 .Liebert{
		height:85%; 
		width:625 px; 
		overflow-y: auto;
	 }
	 .Motortronics{
		height:78%;  
		overflow-y: auto;
	 }
	 	.ScrollingMain{
		margin-top: 0px;
		scrollbar-base-color: #999999;
    scrollbar-arrow-color: #333366;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #66666;
    scrollbar-face-color: #CCCCCC;
    scrollbar-highlight-color: #CCCCFF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-track-color: #CCCCCC;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		width:600px; 
		height:555px; 
		overflow-y: auto;
	 }

	 
	
	 A:link    { color: #41454E; text-decoration:none;}/* for unvisited links */
   A:visited { color: #5D7CBA; text-decoration:none;}/* for visited links */
	 A:hover   { color: #003EBA; font-size: 110%; text-decoration:none;}/* when mouse is over link */
	 A:active { color: #FF0000; text-decoration:none; } /* when link is clicked */
	 
	.Title{
   font-size:1.5 em;
	 font-weight:bold;
	 color:#4A5363;
 	}
	.label{
	font-size:.8 em;
	padding-left:45px;
	}
	
	.seminarText{
	font-size:.8 em;
	}
	
	.seminarTextBox{
	font-size:.8 em;
	border: 0px;
	readonly:true;
	}
	img{
		border:0px;
	}
	#mainContainer{
		width:846px;
		margin:0 auto;
		text-align:left;
		background-color:#FFF;
	}
	
	#leftContainer{
		width:100px;
		float:left;
		padding-left:5px;
		padding-right:5px;
		height:300px;
	}
	
	#contentContainer{
		width:200px;
		float:right;
		position: absolute;
		top: 100px;
		left: 320px;
	}
	#infoContainer{
		width:573px;
		float:left;
		position: absolute;
		top: 360px;
		left:10px;
	}
	.ad{
		clear:both;
		text-align:center;
		padding:5px;
	}	
	
	/* END DEMO CSS */
	#dhtmlgoodies_menu{		
		font-family:arial;	/* Font for main menu items */
		width:160px;	/* Width of main menu */
		
	}
	#dhtmlgoodies_menu	li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
		height:70;
	}
	#dhtmlgoodies_menu ul{	
		margin:0px;	/* No <ul> air */
		padding:0px;	/* No <ul> air */
	}
	#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
		padding-left:10px;
	}
	#dhtmlgoodies_menu	li a{	/* Main menu links */
		text-decoration:none;	/* No underline */
		color:#000;	/* Black text color */
		
		height:20px;	/* 20 pixel height */
		line-height:20px;	/* 20 pixel height */
		vertical-align:middle;	/* Align text in the middle */
		border:0px solid #000;	/* Black border */
		background-color:#FAFAFA;	/* Light blue background color */
		margin:1px;	/* A little bit of air */
		padding:1px;	/* Air between border and text inside */
		display:block;
	}
	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
		color:#FFF;
		background-color:#317082;
	}
	.dhtmlgoodies_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		border:0px solid #000;
		background-color:#FAFAFA;
		font-family:arial;
		text-align:left;
		font-size:.7em;
	
	}
	.dhtmlgoodies_subMenu ul{
		margin:0px;
		padding:0px;	
	}
	.dhtmlgoodies_subMenu ul li{
		list-style-type:none;
		margin:0px;
		padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	}
	.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		color:#000;	/* Black text color */
		
		height:16px;	/* 16 pixels height */
		line-height:16px;	/* 16 pixels height */
		padding:1px;	/* 1px of "air" inside */
		
		display:block;	/* Display as block - you shouldn't change this */
	}
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#FFF;	/* White text */
		background-color:#317082;	/* Blue background */
	}
