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

body{
	background:url(images/background.gif) top left repeat;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	margin-left: 20px;
	margin-right: 0px;
}

a{
	color:#FFFFFF;

}
	
#wrapper{
	width:760px;
	margin:0 auto;
	margin-top:40px;

}

#top_white_bar{
	background:#FFFFFF url(images/top_corners.png) top left no-repeat;
	width:710px;
	height:120px;
	padding:25px 25px 0px 25px;
}

#logo{
	float:left;
	clear:none;
}

#language{
	float:right;
	clear:none;
	width:30px;
	margin-top:0px;
}

#language icon[type=image]{
	float:right;
	clear:none;
	margin-right:0px;
}

#menu{
	background:#000000;
	width:760px;
	height:36px;
	margin-top:0px;
}

#menu ul{
	margin:0px;
	padding:0px;
}

#menu ul li{
	list-style:none;
	float:left;
	clear:none;
	margin-left:1px;
	margin-top:4px;
}

#menu ul li a{
	display:block;
	width:125px;
	height:27px;
	text-decoration:none;
	font-size:13px;
	cursor:pointer;
	text-align:center;
	color:#ffffff;
	padding-top:5px;
}

#menu ul li a:hover, #menu ul li.active a{
	background:url(images/menu_active.png) top center no-repeat;
	width:125px;
	height:27px;
	color:#000000;
}

#content_box{
	background:#FFFFFF;
	padding:20px 0px 20px 0px;
}

#welcome{
	float:right;
	clear:none;
	width:550px;
	margin-right:30px;
}

.title{
	color:#a7d30d;
	font-size:30px;
}

.sub_title{
	color:#000000;
	font-size:20px;
	text-align:center;
	font-weight:bold;

}

.whatsnew{
	border:3px solid #000000;
	float:left;
	clear:none;
	margin-right:17px;
	margin-bottom:0px;
}

#divider{
	background:#000000;
	width:700px;
	height:10px;
	margin-bottom:15px;

}

#footer{
	background:#a7d30d;
	height:30px;
	font-size:12px;
	padding:7px 15px 0px 15px;
	margin-bottom:40px;
	color:#FFFFFF;
}

#footer a{
	font-size:13px;
	color:#FFFFFF;
}

#copyright{
	float:left;
	clear:none;
}#wrapper #content_box #email img {
}