body{
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	color:  #474747;
	background-image: url(images/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	}
	
	#wrapper{
	width: 1000px;
	height: auto;
	min-height: 1000px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	border: #8f8f8f 1px solid;
	background-color: white;
	}
	
	#content{
	margin: 0 auto;
	width: 1000px;
	height: auto;
	text-align: center;
	}
	
	
	#header{
	width: 1000px;
	height: 130px;
	}
	
	#logo{
	 position: absolute;
	 left:20px;
	 top: 20px;
	 color:  #4578b9;
	 font-weight: bold;
	 font-size: 1.8em;
	}
	
	#tel{
	position: absolute;
	top:40px;
	right: 20px;
	color: #4578b9;
	font-weight: bold;
	font-size: 140%;
	text-align: right;
	}
	
	#buttons{
	width: 960px;
	height: 44px;
	 background-image: url(images/shadow.jpg);
	 background-repeat: no-repeat;
	 z-index: 99;
	 padding-left:20px;
	 padding-right:20px;
	}
	
	#flasharea{
	width: 1000px;
	height: 332px;
	}
	
	#threeboxes{
	width: 1000px;
	height: 257px;
	background-image: url(images/boxes.jpg);
	}
	
	
	#threeboxes2{
	width: 1000px;
	height: 354px;
	 background-image: url(images/boxes2.jpg);
	}
	
		#bodytext{
	width: 925px;
	min-height:550px;
	height: auto;
	margin: 10px auto;
	 border:  #575757 solid 2px;
	 padding: 15px;
	 text-align: left;
	}
	
	#text1{
	width: 280px;
	height: 210px;
	text-align: left;
	position: absolute;
	left: 34px;
	margin-top:20px;
	}
	
	#text2{
	width: 280px;
	height: 210px;
	position: absolute;
	left: 360px;
	margin-top:20px;
	 text-align: left;
	}
	
	#text3{
	width: 280px;
	height: 210px;
	position: absolute;
	left: 687px;
	margin-top:20px;
	 text-align: left;
	}
	
	#icons{
	width: 1000px;
	height: 195px;
	background-image: url(images/icons.jpg);
	text-align: left;
	}
	
	#iconslinks{
		width: 1000px;
		height: 22px;
		position: relative;
		top: 20px;
	}
	
	#iconslinks ul{
		list-style: none;
		margin:0;
		padding:0;
		margin-left:40px;
		font-weight: bold;
	}
	
	#iconslinks li{
		display: inline;
		margin-right: 10px;
	}
	
	#footer{
	width: 880px;
	height: 10px;
	margin-top: 5px;
	padding: 6px 0 5px 20px;
	font-size: 60%;
	color: #818181;
	text-align:  center;
	}
	
	#actionbox{
		height: 90px;
		margin-bottom: 10px;
		border-bottom: 1px solid  gray;
	}
	
	#actionbox p{
		
		margin-top: auto;
	}
	
	#actionlogos{
		float: left;
		margin: 5px;
	}
	
	#flowcharts{
		float: right;
	}
	
	

	
	/*================================================ GENERAL CLASSES ================================================ */
	
	h1{
		font-size: 1.3em;
		margin: 0;
		margin-bottom: 20px;
		color: #474747;
	}
	
	h2{
		font-size: 1.3em;
		margin: 0;
	}
	
	h3{
		font-size: 1.2em;
		color: purple; 
		margin: 0;
	}
	
	a{
		text-decoration: none;
		color: #894099;
	}
	
	a:hover{
		text-decoration: none;
		color: #4578b9;
	}
	
	a img{
		border: none;
	}
	
	

	
	
	

	

	
	
	

	

	
	
	
	
	
	
	
	
	
	
	
	

	
	
	
	
	
	
	

	
	
	
	
