    <style>
    
    body {
        background-image: url('../');
        padding: 14px;
    }
    
    body * {
        font-family: arial, sans serif;
        font-size: 12px;
        color: #063BB1;
    }
    
    div, p, td, th {
        padding: 0px;
        margin: 0px;
    }
    
	p {
		padding-bottom:10px;
		}
	h1{ 
		padding-top:10px;
		color:#073BB1;
		font-size:18pt;
		font-weight:bold;		
		}

	h2{ 
		color:#073BB1;
		font-size:14pt;
		font-weight:bold;		
		}

	h3{ 
		color:#073BB1;
		font-size:12pt;
		font-weight:bold;		
		}

		
	#leftnav {
		width:150px;
		background-image: url('../images/leftnav.gif');
		background-repeat:   repeat-y;
		}
		
        /* Side navigation column */

        #navcol ul {
            list-style: none;
            margin: 0px;
			padding-top:10px;
			padding-left:6px;
			
            
        }
        #navcol li {
            width: 130px;
            height: 18px;            
            background-color: #073BB1;
			color:white;
			border:0px solid white;
			margin-top:10px;
            background-image: url('../../images/navigation_button.gif');
            background-repeat: no-repeat;
            font-family: Arial, verdana, sans serif;
			padding-top:7px;
			padding-bottom:5px;
			padding-left:5px;
			font-size:9pt;
			font-weight:bold;
        }
        #navcol a {
            color: white;
            font-weight: bold;
            text-decoration: none;
            cursor: pointer;
        }
        #navinset ul {
            list-style: none;
            margin: 0px;
			padding-top:0px;
			padding-left:6px;
        }
        #navinset li {
            width: 122px;
            height: 14px;            
			background-color:#98AFE2;
			color:black;
			border:0px solid white;
			margin-top:10px;
            background-image: url('../../images/navigation_button.gif');
            background-repeat: no-repeat;
            font-family: Arial, verdana, sans serif;
			padding-top:7px;
			padding-bottom:5px;
			padding-left:5px;
			font-size:9pt;
			font-weight:normal;
        }
		/* Side navigation column - indent*/
				
    #site {
        width: 800px;
        margin-left: auto;
        margin-right: auto;
        background-color: white;
        border: 1px solid #063BB1;
    }
    
    #banner {
        background-image: url('../images/');
        text-align: center;
        height: 116px;
        overflow: hidden;
    }


    #navbar {
        height: 18px;
        background-color: #063BB1;
        border-bottom: 1px solid #6182CD;
    }
    
    #main {
        border-top: 6px solid #98AFE2;
        border-bottom: 5px solid #98AFE2;
        margin-top: 1px;
        margin-bottom: 1px;
    }
    
    #main p {
        padding-left: 20px;
        padding-top: 20px;
        width: 350px;
    }
    
 
 
    #servicelist ul {
        list-style: none;
        margin: 20px 0px 20px 0px;
        padding: 0px 0px 0px 20px;
    }
 
    #servicelist li {
        margin: 0px;
        padding: 5px 0px 5px 30px;
        background-image: url('../images/cardboard_box_small.gif');
        background-position: center left;
        background-repeat: no-repeat;
        font-weight: boldest;
        font-size: 12px;
    }
    
    
    #contact {
        background-color: #063BB1;
        font-size: 14px;
        padding: 5px 1px 1px 1px;
        width: 798px;
        overflow: hidden;
    }
    
    
    #contact table {
        border-collapse: collapse;
        width: 798px;
        height: 62px;
        background-image: url('../images/');
        background-repeat: no-repeat;
    }
    
    #contact table * {
        padding: 0px;
        margin: 0px;
    }
    
    #contact table th {
        color: white;
        font-size: 16px;
        text-align: left;
    }

    #contact table td {
        color: #98AFE2;
        font-size: 32px;
        font-family: arial black, serif;
        font-weight: normal;
        text-align: left;
    }
  
    #contact table td.lowlow {
        color: white;
        width: 145px;
        padding: 0px 80px 0px 10px;
        font-size: 18px;
        text-align: center;
        line-height: 20px;
    }

    #copyright {
        background-color: #98AFE2;
        margin-top: 2px;
        padding: 0px 3px 0px 3px;
        height: 14px;
    }
    
    #copyright * {
        color: #012F96;
        font-weight: bold;
        font-size: 11px;
    }
    
    #copyright span.copyright {
        float: left;
    }
    
    #copyright span.address {
        float: right;
    }
    
    #copyright span a {
        color: #012F96;
        text-decoration: none;
    }
	
	.telephone {
		font-weight:bold;
		}
	.mobile {
		font-weight:bold;
		}

    </style>
    

