body {
	background-image: url(/images2/iaa/bg-green.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
body, td, input, textarea {
	color: #848484;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
table {
	empty-cells: hide;
}
a  {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited  {
	text-decoration: none;
}

#ROOT {
	width: 100%; 
	height: auto; 
	position: relative; 
	min-height: 100%;
	_height: 100%;
}
#HEADER {
	color: #ffffff;
	width: 100%;
	overflow: hidden;
}
#logo {
	float: left;
	width: auto;
	margin: 65px 55px 0 65px;
}
#menu {
	float: left;
}
#menuBox {
	margin: 60px 0 0 30px;
}
#menu a {
/*	background-color: #ee1c25;*/
	color: #848484;
	display: block;
	text-decoration: none;
}
#menu a:hover {
	color: #848484;
	text-decoration: underline;
}
#menu a:visited {
	color: #848484;
	text-decoration: none;
}

.mMenu1 {
	float: left;
	font-weight: bold;
	margin: 108px 50px 0 0;
	vertical-align: bottom;
}

#lang {
	margin-top: 25px;
	float: right;
}
#langBox {
	clear: both;
	float: right;
	margin: 30px 0 0 0;
}
#langBox a {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	padding: 4px;
}
#langBox a:hover {
	color: #ffffff;
	text-decoration: underline;
}


#CONTENT {
}
#MAIN {
	position: relative;
	margin-left: 265px;
	margin-top: 45px;
	width: 700px;
}
#LEFT {
	float: left;
	padding-top: 10px;
	text-align: center;
	width: 220px;
}
#LEFT img {
	margin: 0 15px;
}



.SPACER {
	clear: both;
	width: 100%;
	height: 30px;
}
#FOOTER {
	background-color: #000000;
	position: absolute;
	color: #ffffff;
	font-size: 8pt;
	height: 15px;
	width: 100%;
	bottom: 0;
	clear: both;
}
#sitegist {
	float: right;
	margin-right: 15px;
}
#copyright {
	float: left;
	margin-left: 15px;
}


h1 {
	font-size: 12pt;
	margin-top: 0;
}

h2 {
	font-size: 10pt;
	margin-bottom: 0;
}
