
body {
	background: #4096EE url(images/img1.jpg) repeat-x;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #1B4978;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 980px;
	height: 75px;
	margin: 0px auto;
}

#header h1 {
	float: left;
	margin: 0px;
	margin-top:20px;
	font-size: 45px;
	letter-spacing: -2px;
}
#language{
	float:right; 
	font-size:12px;
	text-aign:right;
  	color:#fff;
    margin-right:5px;
	margin-bottom:5px;
	}
#language a{text-decoration:underline;}
#header h2 {
	margin-top: 30px;
	margin-left:5px;
	font-size: 16px;
	letter-spacing: -1px;
	color: #888888;
}
#header h2 a {
	text-decoration: none;
	color: #c0c0c0;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 980px;
	height: 30px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

/* TOP MENU HOME,INTRO,... */
#menu a {
	display: block;
	float: left;
	width: 105px;
	padding: 5px 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #EEEEEE;
	border-right:3px solid #ccc;
}

#menu a:hover {
	background: #a5dcff;
}


/* Content */

#content {
	background: #FFFFFF;
	width: 980px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
}

#colOne {
	float: right;
	width: 710px;
	margin-top: 15px;
	padding-right: 15px;
	line-height:21px;
}

img#left {
	float:left;
	margin: 0em 1em 1em  0.35em ;
}

img#right {
	float: right;
	margin: .35em 0 1em 1em;
}

#text11{
	line-height:25px;
	}

#colTwo {
	float: left;
	width: 210px;
	margin-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
	line-height:21px;
}

#col{font: normal small Georgia, "Times New Roman", Times, serif;}
#col ul{line-height:21px; margin:0px; padding:0px;}

#col h1, h3 {
	font-weight: normal;
	font-size:1em;
}

#content h1 {
	background-color: #B2D4F7;
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	background-color: #B2D4F7;
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #173E68;
}

#content h3 {
	color: #2F73B8;
	
}
/* Footer */

#footer {
	width: 980px;
	margin: 0px auto;
	padding: 3px 0px 0px 0px;
	height: 50px;
	background: #EEEEEE;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #333333;
}
