*{
	padding:0;
	margin:0;
	text-align:center;
    font-family: Helvetica, sans-serif;
}
/*////////////// section ///////////////*/
div{
	min-height:78px;
	padding-top:20px;
	background:url('../img/section.gif') repeat-x;
}
div h2{
	margin-bottom:20px;
	font-size:120%;
	overflow:hidden;
	min-height:30px;
}
div h2 span{
	text-align:left;
	font-size:80%;
	float:left;
	padding:15px 40px 15px 15px;
	color:#743c99;
	background:url('../img/support.gif') right bottom no-repeat;
}
div h4{
	clear:both;
	font-size:80%;
	color:#00007f;
	margin:10px;
}
div h4 em{
color:#743c99;
}
div h4 span{
	margin:60px;
}
a.request{
	float:right;
	margin:0 5px 0;
	text-decoration:none;
	color:#743c99;
}
a.request:hover{
	color:#00007f;
}
address{
    margin-top:10px;
	font: 76%/1.3 Helvetica, sans-serif;
	clear:both;
	height:42px;
	text-align:right;
	color:#743c99;
	font-style:normal;
	padding:15px 15px 0 0;
	background:#ffbc00 url('../img/footer.gif') no-repeat;;
}