html,
body,
form
{
	margin: 0;
	padding: 0;
}

html
{
	background-color: #699;
	padding: 10px;
}

hr
{
	margin: 15px 20px;
}

div#head1
{
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	height: 140px;
	width: 920px;
}

div#head1 div#headp1
{
	background-image: url(../images/logo-imsa-az.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 260px;
	position: absolute;
	top: 28px;
	left: 20px;
}

div#head1 div#headp2
{
	color: #c00;
	font-size: 20px;
	font-weight: bold;
	padding-top: 24px;
	text-align: center;
}

div#head1 div#headp3
{
	background-image: url(../images/logo-imsa-intl.png);
	background-repeat: no-repeat;
	height: 101px;
	width: 260px;
	position: absolute;
	top: 20px;
	right: 20px;
}

div#head2
{
	background-color: #fff;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 190px;
	width: 920px;
}

div#head3
{
	background-color: #fff;
	margin: 0 auto;
	padding: 7px 0 6px 0;
	width: 920px;
}

div#body1
{
	background-color: #fff;
	margin: 0 auto;
	padding: 1px 0;
	width: 920px;
}

div#body1 div#bodyp0
{
	text-align: center;
	font-weight: bold;
	font-size: large;
	border-bottom: 2px solid #a1b9e5;
	margin-bottom: 6px;
	padding-bottom: 4px;
}

div#body1 div#bodyp1
{
	background-color: #a1b9e5;
	float: left;
	padding: 11px 0;
	width: 220px;
}

div#body1 div#bodyp2
{
	background-color: #fff;
	margin-left: 228px;
	border-left: 2px solid #a1b9e5;
	padding: 1px 11px;
}

/*
div#body1 div#bodyp2 > p.t
{
	margin-top: 0;
}
*/

div#foot1
{
	background-color: #fff;
	margin: 0 auto;
	height: 6px;
	width: 920px;
}

div.b1
{
	background-color: #a1b9e5;
	padding: 4px 7px;
}

p.t
{
	font-size: 18px;
	font-weight: bold;
}

.c
{
	text-align: center;
}

/*
.c li
{
	padding-right: 40px;
}
*/
.c ul
{
	padding-right: 40px;
}