	
	/* Controls overall look of SamuelsGroup Home Page*/

	body { 
		color:black; 
		font-size: 10pt; 
		font-family: Arial; 
		/*background-image: url(/StationImages/SideBG.jpg); */
		margin-left:0px;
		margin-top:30px;
		text-align: center; 
		}
	a:link {color: #232f84;
		font-size: 10pt; 
		font-family: Arial;	
		text-decoration: none; }
	a:visited
	       {color: #232f84;
		font-size: 10pt; 
		font-family: Arial;
		text-decoration: none; }

	a:hover {color: #a8adb1}

	/* Size and position of your Container*/
	#Container { 	width:980;
			height:600;
			background: #ffffff;
			text-align: center;
			/*border:#232f84 solid 1px;*/
			padding:0px;
			margin:0px;}
	#Main1 {  	text-align: left; 	 
			width:955px; 
			border:solid 1px;
			}

	#LogoPanel {	float:left;
			/*border:solid 1px;*/
			padding: 0px;
			text-align: left;
			padding:5px; 
			color:#232f84; 	 
			width:130px;
			
			
			 }


	#FlashPanel {	float:right;
			text-align: left;
			/*border:solid 1px;*/ 
			padding: 4px;	 
			width:800px; }

	#Main2 { 	color:#232f84;
			text-align: left; 	
			clear:both; 
			width:955px;
			}
	#Bar	 { 	background-image: url(/testbed/SiteImages/Home/titlebars.jpg); 
			/*border:solid 1px;*/
			text-align: left; 	
			clear:both; 
			width:930px;
			height:30px;
			}

	#CenterTitleBox {
			color:black;
			float:left;
			border-bottom: 1px solid #AcB8BF;
			border-top: 1px solid #ACb8Bf;
			text-align: left;
			width:955;
			height:25;
			}
	
		

	#LeftCol { 	color:black;
			border: 1px solid #ffffff;
			text-align: left; 
			float:left;	
			width:305px; 
			margin-left:0px;
			margin-right:10px;}
	
	#CenterCol { 	color:black;
			border: 1px solid #ffffff;
			text-align: left; 	
			float:left;
			width:305px; 
			margin-left:0px;
			margin-right:10px;}
	
	#RightCol { 	color:black;
			border: 1px solid #ffffff;
			text-align: left; 	
			float:left;
			width:305px; 
			margin-left:0px;
			margin-right:0px;}
	#Footer { clear:both;}

	.Title { 	color: #232F85; 
			font-family:Arial; 
			font-size:17px; 
			font-style: normal; 
		 }
