@charset "utf-8";

body {
	background-image: url(background2.jpg);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	color: #333333;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

li {
	padding-left: 22px;
	background: none;
	background-image: url(triangle.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	color: #EB690B;
	line-height:1.5em;
}

div#seal
{
	position: absolute;
	left: 250px;
	top: 28px;
}

div#language-select
{
	position: absolute;
	left: 475px;
	top: 20px;
	cursor:pointer; text-decoration:underline
}

div#left-column
{
	position: absolute;
	left: 55px;
	top: 180px;
	width: 260px;
}

div#right-column
{
	position: absolute;
	left: 322px;
	top: 166px;
	width: 245px;
}

#compliance {
	color: #118F1D;
	font-weight: bold;
}
