﻿    #contentshell
    {
    	background-color :inherit ;
    	margin-right : 50px;
    	margin-left : 50px;
    	margin-top : 15px;
    	text-align :justify; 
    }
    
    #leftContent
    {
    	float:left;  
    	width:388px;
    	/*height:303px;*/
    }
    
    #leftContent img
    {
    	float :left ;
    }
    
    #rightContent
    {
    	float:right; 
    	/*height:303px;*/
    	width:312px;
    }
    
    #rightContent img
    {
    	float : right;
    	margin-bottom : 5px;
    }
    
    #servicesContent
    {
    	font-size : 8pt;
    	color:#4E5151; 
    	float:none ; 
    }
    
    #servicesContent h1
    {
    	font-size : 20pt;
    	color:#1847AD;
    	font-weight:normal ; 
    	margin-bottom : 3px; 
    }
    #welcome
    {
    	
    	width:260px;
    	float:right ;
    	padding-right : 10px; 
    	padding-bottom : 15px;
    	font-size : 10px;
    	color:#4E5151; 
    }
    
    #welcome a
    {
    	float : right;
    	text-decoration :none;
    	font-weight :bold ;
    	font-style :italic ;
    	color:Red;
    	font-size:x-small 10pt; 
    }
    
    #servicesContent a
    {
    	float : right;
    	text-decoration :none;
    	font-weight :bold ;
    	font-style :italic ;
    	color:Red;
    	font-size:x-small 10pt; 
    }
    
    #welcome img
    {
    	margin-bottom :10px;
    }