#banner_top{
	position:absolute;
	right:0;
	top:0;
}
a{
	text-decoration:none;
	color:#14327e;
}
a:hover{
	text-decoration:underline;
	color:black;
}
.noscreen{
	display:none;
}
#page{
	position:absolute;
	left:50%;
	top:0;
	width:1000px;
	margin-left:-500px;
	background:url(../images/bg.jpg) 0 114px no-repeat;
}
#menu a{
	text-decoration:none;
}
#menu{
	position:relative;
	left:0px;
	margin:0;
	padding:0;
	font-size:9pt;
	font-weight:bold;
	width:100%;
	background:url(../images/bg_menu.gif) repeat-x;
	height:27px;
}
#menu li ul{
	font-weight:normal;
}
.menu ul,
.menu li,
.menu a{
	display:block;
}
.menu ul{
	margin:0 0 0 30px;
	padding:0;
	list-style:none;
	white-space:nowrap;
}
.menu li.more ul{
	position:absolute;
	width:240px;
	border:1px solid #6b6a6a;
	border-top-width:0;
	white-space:normal;
}
.menu li ul {
	display:none;
	margin:1px 0 0 0;
}
.menu li.more a {
	color:#595959;
	text-transform:uppercase;
	text-align:center;
	padding:4px 24px 4px 24px;
	line-height:15px;
	margin:2px 1px 1px 1px;
}
.menu li.more ul li a {
	padding:5px 25px 5px 25px;
	margin:0;
}
/* Fix IE. Hide from IE Mac \*/* 
html .menu ul li {
	float: left;
	height: 1%;
}
* html .menu ul li a {
	height: 1%;
}
* html .menu ul li{
	width:1%;	
}
/* End */
.menu ul li {
	width:auto;
	float:left;
}
.menu li ul li{
	width:auto;
	float:none;
}
.menu li:hover ul,.menu li.over ul {
	display: block;
}
.menu li.cur a,
.menu li.more:hover a,.menu li.over a{
	color:white;
	cursor:default;
	background:#24568f;
}
.menu li.more:hover ul a,.menu li.over ul a,
.menu ul li.nomore a{
	color:black;
	background:white;
	text-align:left;
	text-transform:none;
	cursor:pointer;
}
.menu ul li.more ul li a:hover{
	color:white;
	background:#24568f;
}

/*========================*/

#menu #control{
/*	float:right;*/
	position:absolute;
	right:0;
	top:0;
}
#menu #control .lang{
	margin-right:20px;
}
#menu #control img{
	margin:8px 5px 0 5px;
}
#menu #control a{
	display:block;
	float:left;
	margin-right:10px;
	line-height:27px;
}


#header{
	height:87px;
}
#header #slogan{
	position:absolute;
	right:220px;
	top:46px;
}
#header #logo{
	position:absolute;
	top:15px;
	left:30px;
	width:179px;
	height:57px;
}


#right{
	float:right;
	width:220px;
	margin-top:7px;
	right:0;
	background:#24568f;
	padding-bottom:10px;
}
#right h2{
	color:white;
	text-align:left;
	font-size:11pt;
	padding:10px 0 5px 10px;
	margin:0;
	background-color:#3271ae;
}
#right ul{
	margin:0 0 5px 0;
	padding:0 10px 10px 20px;
	list-style:none;
	list-style-image:url(../images/bg_ul.gif);
	background-color:#3271ae;
}
* html #right ul{
	padding-left:25px;
}
* html #right li{
	margin:0 0 2px 0;
}
#right a.this{
	color:white;
}
#right #last h2,
#right #last ul{
	background-color:#3e89c2;
}
#right #why h2,
#right #why ul{
	background-color:transparent;
}
#right li{
	margin:0 0 3px 0;
}
#right li a{
	color:#bde3fa;
	font-size:9pt;
	display:block;
}
#right li a:hover{
	color:white;
}
#right #news h2{
	background:url(../images/bg_home_help.gif) no-repeat;
	color:#595959;
	padding:5px 0 5px 10px;
	margin-top:10px;
}
#right #news ul{
	background:#d2e9a4;
	margin-right:12px;
	padding-top:5px;
	padding-bottom:5px;
}
#right #news li a:hover{
	color:black;
}
#right #news li a{
	color:#595959;
	font-weight:normal;
}

#content a{
	color:blue;
}
#content{
	padding:0;
	margin-left:75px;
	width:650px;
	font-family:"Century Gothic",arial,sans-serif;
	font-size:11pt;
}
#breadcrumbs{
	margin-top:80px;
	padding-left:55px;
	font-size:9pt;
	color:white;
}
#breadcrumbs a{
	color:white;
}
#title h2{
	margin:0;
	padding:20px 0 20px 0;
	text-align:left;
	margin-left:55px;
	color:#24568f;
}

#footer{
	clear:both;
	border:0 solid #595959;
	border-top-width:1px;
	margin-top:20px;
}
#footer h4{
	color:#595959;
	font-size:9pt;
	font-weight:normal;
	float:left;
	padding:10px 0 0 60px;
	margin:0;
}
#footer h5{
	display:block;
	font-size:9pt;
	font-weight:normal;
	float:right;
	padding:10px 30px 0 0;
	margin:0;
}
