@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	font: 12px Tahoma;
	color: #666;
}

div#wrapper {
	width: 855px;
	margin: 0 auto;
	text-align: left;
}

div#header {
	width: 100%;
	height: 121px;
	text-align:center;
}

div#flashcontent {
	width:100%;
	height:110px;
	text-align:center;
}

div#maincontent {
	float: left;
	width: 450px;
	padding: 0;
	border: 0;
	margin: 0;
	text-align:left;
	/* False margin value for all versions of IE Win, including 6.0 	
	margin-right: 6px;*/
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div#leftcontent {
	float: left;
	width: 230px;
	padding: 0;
	border: 0;
	margin: 0;
	/* False margin value for all versions of IE Win, including 6.0 	
	margin-left: 6px;*/
}
div#rightcontent {
	float: right;
	width: 150px;
	padding: 0 10px;
	margin: 0;
	font-size: 10px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;	/* False margin value for all versions of IE Win, including 6.0 	
	margin-left: 6px;*/
}

div#footer	{
	clear: both;
	border-top: 5px solid #6699cc;
	background: #f0f0f0;
	color: #999;
	width: 855px;
	padding: 8px 0;
	font-size: 10px;
	text-align: center;
	/*margin: 10px 0 0 0;*/
}

.title {
	color: #00509f;
	font-weight: bold;
	line-height: 2.5em;
}
/* Latest news column*/
#latestnewsdiv {
	margin: 3em 0 0 3.5em;
	width: 70%;
	font: 11px Tahoma;
	color: #999;
}
.headerlatestnews {
	color: #6699cc;
	font-weight: bold;
	background-color: #f0f0f0;
	padding: 5px;
	border: 3px double #ccc;
	float:left;
}
.titlelatestnews {
	color: #00b82e;
	font-weight: bold;
}
/* End of latest news */

/* Navigation Menu */
#dropmenudiv{
	position:absolute;
	background-color: #f0f0f0;
	border:1px solid #ccc;
	border-bottom-width: 0;
	font: 11px Tahoma;
	line-height:18px;
	z-index:100;
	text-align: left;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #ccc;
	padding: 1px 0;
	text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #00b82e;
	color: #666;
}

.navlist li {
	float:left;
	width: 60%;
	padding: 5px 8px;
	list-style-type: none;
	border-left: 6px solid #00509f;
	border-bottom: 1px dotted #CCC;
	text-align: left;
	font: bold 11px Tahoma;
}
.navlist li a, .navlist li a:visited {
	text-decoration: none;
	color: #00509f;
}
.navlist li a:hover {
	text-decoration: none;
	color: #00509f;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff', endColorStr='#1eb53a', gradientType='1');
	display: block;
	width: 100%;
}
a:link, a:visited {
	color: #6699cc;
	text-decoration: underline;
}
a:hover {
	color: #6699cc;
	text-decoration: none;
}
.smallfont {
	font-size: 11px;
}
/* collapse */
.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
margin: 10px 0;
}
.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}
.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: #00509f;
}
