@charset "utf-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	position: relative;
	/*background-color: #FFFFFE; */
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
}
.iAstyle #container {
	width: 760px;
	text-align: left; /*
	background-position: center;
	 this overrides the text-align: center on the body element. */
	text-decoration: none;
	background-color: #FFFFFF;
	
	margin: auto;
	height: 800px;
} 
.iAstyle #header {
	  /*
	  background: #ffffff;
	   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 300px;
	position: relative;
} 
.iAstyle  #content {
	position: relative;
	margin-bottom: 0;
} 

#menuSuper {
	position:absolute;
	top:2px;
	width:556px;
	height:18px;
	right: 0px;
}

#headerSuper {
	COLOR: #666666;
	BACKGROUND-COLOR: #FFFFFF;
	TEXT-ALIGN: right;
	TEXT-DECORATION: none;
	margin: 0;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
}


#headerSuper p {
	MARGIN-BOTTOM: 10px
}

#headerSuper A.headerSuper_text:link {
	MARGIN-LEFT: 2px;
	MARGIN-RIGHT: 2px;
	TEXT-DECORATION: none;
	color: #8893A9;
}

#headerSuper A.headerSuper_text:active {
	MARGIN-LEFT: 2px;
	MARGIN-RIGHT: 2px;
	TEXT-DECORATION: none;
	color: #8893A9;
}
#headerSuper A.headerSuper_text:visited {
	MARGIN-LEFT: 2px;
	MARGIN-RIGHT: 2px;
	TEXT-DECORATION: none;
	color: #8893A9;
}

#headerSuper A.headerSuper_text:hover {
	TEXT-DECORATION: underline
}

#Logo {
	position:absolute;
	left:0;
	top:5px;
	width:164px;
	height:52px;
}

.lineGfooter {
	background-color: #8893A9;
	height: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2px;
	margin-left: 0px;
}
.lineVfooter {
	background-color: #84407B;
	height: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2px;
	margin-right: 1px;
}

#footer {
	COLOR: #666666;
	BACKGROUND-COLOR: #FFFFFF;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	padding: 10px;
	margin: 0;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
}


#footer p {
	MARGIN-BOTTOM: 10px
}

#footer A.footer_text:link {
	MARGIN-LEFT: 2px;
	MARGIN-RIGHT: 2px;
	TEXT-DECORATION: none;
	color: #8893A9;
}
#footer A.footer_text:active {
	MARGIN-LEFT: 2px;
	MARGIN-RIGHT: 2px;
	TEXT-DECORATION: none;
	color: #8893A9;
}
#footer A.footer_text:visited {
	MARGIN-LEFT: 2px;
	MARGIN-RIGHT: 2px;
	TEXT-DECORATION: none;
	color: #8893A9;
}
#footer A.footer_text:hover {
	TEXT-DECORATION: underline
}
