
a {
	color: #34318C;
	text-decoration: none;
}

a:hover {  
	color: #000000; 
	text-decoration: none;
	background-color:#94B8DB;
}

img {border: none;}

H1 a, H3 a,
H1, H3 {
	font-size: 1.0em;
	font-weight: 130;
	color: #293184;
	line-height: 10px;
}

H3 a,
H3 {
	font-weight: 100;
	margin: 0px 0px 15px 0px;
}


p {
	padding: 1px 0px 1px 0px;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
	

body {
	font-family: Tahoma, Arial, sans-serif;
	font-family: Arial, sans-serif;
	font-size: 1em;
	padding:0px;
	margin:0px;
	text-align:center;
	background:#6599C9;
	height:100%;
	max-height:100%;
}
	
#headerbox{
	position:relative;
	z-index:10;
	min-width:400px;
	background:#6599C9;
	height:128px;
	padding:0px;
	width: 100%; 
}


#headercontent{
	position:relative;
	background: url('images/pic3.jpg') no-repeat right;
	overflow: hidden;
	height: 100%;
	padding: 0px;
	margin: 0px auto; 
	max-width: 900px; 
	width:expression(document.body.clientWidth > 900? "900px": "auto" );
	width: 100%; 
}

	
#headerbox #imagebox {
	float:left;
	background-image: url('images/logo.gif');
	background-position:   left 50%;
	background-repeat: no-repeat;
	height:128px;
	width:180px
}

#headerbox #imagebox a {
	background-color: transparent;
}
	
#footerbox {
  	width:100%;
	text-align:center;
}
	
DIV#textcontent,
#footercontent {
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 5px 0px 0px 0px;
	max-width: 900px;
	width:expression(document.body.clientWidth > 900? "900px": "auto" );
	color: #FFFFFF;
}

DIV#textcontent {
	padding: 0px 10px 0px 10px;
	font-size: 12px;
}
DIV#textcontent a {
	font-size: 12px;
}
	

#clearfooter{clear:left;height:1px;}
/*needed to make footerbox include the floated divs */


#languagebox {
	font-size: 0.9em;
	background-color: #94B8DB;
	background: #94B8DB;
	width: 900px;
}

#languagecontent {
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 2px 0px 2px 20px;
	max-width: 900px;
	width:expression(document.body.clientWidth > 900? "900px": "auto" );
}
	

#footerbox	 #instruction,
#languagecontent #instruction {
	font-size: 1em;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 20px;
}

#languagecontent img {
	vertical-align:middle;
}	

#footerbox #instruction a,
#languagecontent #instruction a {
	font-size: 1em;
}
	
#footerbox a,
#languagecontent a {
	font-size: 0.9em;
	color: #293184;
	word-spacing: 3px;
}


#messagebox {
	background:#F1F5FA;
	background-color:#F1F5FA;
	width: 900px;
}
	
#messagecontent {
	margin: 0px auto 0px auto;
	padding: 10px 0px 10px 20px;
	max-width: 900px;
	width:expression(document.body.clientWidth > 900? "900px": "auto" );
	text-align:left;
}

/*needed to make messagebox include the floated divs */
#clearmessage {
	clear:right;
	clear:both;
	height:1px;
	width:1px;
}

#leftcontent {
	float:left;
	padding: 0px 0px 0px 0px;;
	width:45%;
	text-align:justify;
	background:#F1F5FA;
	margin: 0px;
}
	
	
#rightcontent {
	float:right;
	padding: 0px 10px 0px 10px;
	width:50%;
	text-align:justify;
	background:#F1F5FA;
	margin: 0px;
}

	
DIV.flagbox {
	position:relative;
	float:left;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align: center;
	font-size: 0.7em;
	width: 5.5em;
}	

DIV.flagbox A {
	text-decoration: none;
}

DIV.flagbox a:hover {  
	color: #000000; 
	text-decoration: none;
}

#minHeight{
	float:left;
	width:0px;
	margin-bottom:12px;
}
* html #minHeight {
	margin-bottom:10px;
} 

#LINKED A:hover {
	background-color: transparent;
}