/* ----- BASICS ELEMENTS ------------------------------------------------------------------------------------------------- */
body {
	font-family: Verdana;
	color: #000;
	font-size: 11px;
	background-color: #000;
	margin: 0px; 
	padding: 0px;
	text-align: center;	
}

a:link { 
	text-decoration: none; 
	color: #000;
}

a:visited { 
	text-decoration: none; 
	color: #000;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #000;
}

/* ----- LAYOUT ------------------------------------------------------------------------------------------------------ */

#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;
}

div, img, p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	border: none;
}

ul {
	list-style-type: disc;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
}

#flags { 
	width: 990px;
	height: 38px;
	background: transparent url("layout/bg_top.jpg") repeat-x left top;
	padding-right: 10px;
}

#flags .mode { 
	margin-left: 15px;
	margin-top: 12px;
	float: left;
}

#flags img { 
	margin: 5px;
	margin-top: 10px;
	border: 1px solid #b7b7b7;
	float: right;
}

#pageHeaderH { 
	width: 1000px;
	height: 221px;
	background: #ffb700 url("layout/header.jpg") no-repeat left top;
}

#pageHeader { 
	width: 1000px;
	height: 221px;
}

#menu {
	padding-left: 25px;
	font-size: 11px;
	font-weight: bold;
}

#menu a {
	display:block;
	float: left;
	margin-right: 25px;
	margin-top: 193px;
}

#content {
	width: 866px;
	height: 837px;
	position: relative;
	background: #ffb700 url("layout/bg_main.gif") no-repeat left top;
	padding-top: 17px;
	padding-left: 134px;
}

#supportingText {
	margin: 12px 26px 42px 22px;
	width: 458px;
	position: relative;
}

#leftBox {
	width: 506px;
	height: 530px;
	background: transparent url("layout/bg_left.gif") no-repeat left top;
	float: left;
}

#rightBox {
	width: 272px;
	height: 518px;
	margin-left: 4px;
	padding: 12px 0px 0px 12px;
	background: transparent url("layout/bg_right.gif") no-repeat left top;
	float: left;
}

#rightBox img {
	margin-bottom: 12px;
	display: block;
}

#banner {
	width: 552px;
	height: 192px;
	margin-left: 105px;
	padding-top: 17px;
	clear: both;
}

#footer {
	background-color: #000;
	margin-left: -134px;
	margin-top: 20px;
	padding: 16px 0px 10px 0px;
	width: 1000px;
	height: 18px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	
}

#footer a {
	color: #fff;
}

#copyright {
	margin-left: -134px;
	text-align: center;
	font-size: 10px;
	color: #000;
	height: 16px;
	padding-top: 4px;
	background-color: #fff;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#copyright a {
	color: #000;
}

#exception {
	margin-left: -134px;
	text-align: right;
	font-size: 10px;
	color: #000;
	height: 16px;
	padding-top: 4px;
	padding-right: 2px;

}


/* ----- OTHER ------------------------------------------------------------------------------------------------- */

#supportingText h1 {
	font: bold 18px Verdana;
	width: 280px;
	margin-bottom: 15px;
	border-bottom: 1px solid #000;
}

.p1 {
	text-indent: 25px;
	text-align: justify;
	padding-bottom: 15px;
}

.p1 a {
	text-decoration: underline;
}

.p1 a:hover {
	text-decoration: none;
}

.p2 {
	text-align: justify;
	padding-bottom: 15px;
}

.p3 {
	padding-left: 20px;
}

.p5 {
	text-align: justify;
	padding-bottom: 7px;
}

.ui {
	text-decoration: underline;
	font-style: italic;
}

.a-center { text-align: center; }

.a-right { text-align: right; }

.a-left { text-align: left; }

.a-justify { text-align: justify; }

#fixBox {
	clear: both;
}

.fixBox {
	clear: both;
}

/* -------------- FORM -----------*/
form {
  margin: 0px;
  padding: 0px
}

input {
  margin: 0px;
  padding: 2px;
  border: 1px solid black;
  background-color: #fff;
}

.inputBox input {
  margin: 0px;
  padding: 2px;
  border: none;
  background-color: transparent;
}

textarea {
  margin: 0px;
  padding: 2px;
  border: 1px solid black;
  background-color: #fff;
}