/* Global Properties */

* { margin:0; padding:0; }
body { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; padding:5px 0 10px 0; }
ul { list-style:none; }
img, fieldset { border:none; }
input, select, textarea, option { font-size:10px; color:#000000; }
a { color:#003399; text-decoration:none; }
a:hover { color:#003399; text-decoration:underline; }
.clear { clear:both; height:1px; line-height:1px; }
h2 { font-size:18px; color:#003399; margin:20px 0 0 0; }
h3 { font-size:16px; color:#003399; }
h4 { font-size:14px; color:#000000; margin:15px 0 0 0; }
p { line-height:20px; }

/* End Global Properties */

/* Structure */


#main { width:764px; text-align:left; margin:auto; border:1px solid #999999; }
	#header { width:764px; padding:0 0 20px 0; border-bottom:1px solid #000000; margin:0 0 30px 0; }
	#header h1 { float:right; margin:0 0 0 0; }
	#header .languages { margin:20px 0 25px 5px; }
	#header li { display:inline; }
	#header .languages a { margin:0 10px 0 0; float:left; }
	#header li a { margin:15px 15px 0 5px; float:left; }
	#header .lastNav a { margin:15px 0 0 5px; }

	#nav { width:680px; float:left; }

		#header .menu { width:138px; position:absolute; left:0; top:0; z-index:999; visibility:hidden; }
			#header .menu ul { width:138px; background:#003399; }
			#header .menu a { background:#003399; width:130px; display:block; float:none; color:#FFFFFF; height:auto; text-decoration:none; display:block; padding:5px 0 5px 8px; margin:0; }
			#header .menu a:hover { background:#3979b4; width:130px; color:#FFFFFF; text-decoration:none; display:block; padding:5px 0 5px 8px; }
			#header .menuShadow { position:absolute; visibility:hidden; }

	#content {  width:764px; background:url(../images/bgd_sep.gif) top repeat-x; padding:4px 0 20px 0; }
	#contentLeft { width:150px; float:left; display:inline; }
		#contentLeft ul { margin:20px 0 0 0; }
		#contentLeft li { margin:0 0 10px 0; }
		#contentLeft li a { font-size:12px; }
	#contentRight { width:574px; float:right; display:inline; margin:0 20px 0  0; }
		#contentRight p, #contentRight ul { margin:15px 0 0 0; }
		#contentRight li { background:url(../images/bgd_list.gif) 0 5px no-repeat; padding:0 0 0 15px; margin:0 0 10px 0; }
		#contentRight .country { width:140px; float:left; display:block; margin:0 0 10px 0; }
		#contentRight .description { width:409px; float:left; display:block; margin:0 0 5px 10px; }
		#contentRight .credentials { width:574px; margin:20px 0 20px 0; }
		#contentRight .credentials img { float:left; margin:0 10px 10px 0; border:2px solid #003399; }
		#contentRight .credentials h4 { margin:0; }
		
	#footer { width:754px; margin:20px 0 5px 0; padding:10px 5px 0 5px; font-size:11px; background:url(../images/bgd_sep.gif) top repeat-x;  }
	#footer p { float:left; margin:0 20px 0 0; }
	#footer img { float:right; }
	
/* End Structure */