body{
	background-color:#FFF;
	color:#000;
	font-family:Verdana,Arial,Georgia,sans-serif;
/* 	font-family:'Lucida Sans',Arial; */
	margin:0 auto;
	padding:0;
}
#wrapper{
	background:#FFF url(../images/wrapper_bg.gif) repeat-y scroll left top;
	margin:0 auto;
	padding:0 19px;
	width:965px;
	font-size:62.5%;
}
/* Header */
#header{
	background:#00349A url("../images/header_bg.jpg") repeat-y top center;
	height:59px;
}
#header #header_logo{
	border:none;
	float:left;
	margin:9px 10px;
}
#header #header_menu{
	float:right;
	text-align:right;
	margin:5px 15px 0 0;
	width:262px;
}
#header #header_menu #ddlCountry,
#header #header_menu #search{
	font-size:1.2em;
	width:230px;
}
#header #header_menu #ddlCountry{
	padding:0;
	width:236px;
}
#header #header_menu #HeaderSelect select,
#header #header_menu #header_search #search{
	float:left;
}
#header #header_menu #header_search #searchBtn,
#header #header_menu #HeaderSelect #ddlCountryBtn{
	float:right;
}
#header #header_menu #header_search #searchBtn,
#header #header_menu #header_search #search{
	margin-top:3px;
}
/* Navigation */
#navigation{
	background:#E8ECEF url("../images/navigation_bg.gif") repeat-x scroll 0 0;
	clear:both;
	height:30px;
	margin:1px 0;
	width:100%;
}
#navigation ul{
	line-height:1.3em;
}
#navigation ul li{
	background-image:url("../images/navigation_divider.gif");
	background-repeat:no-repeat;
	background-position:right center;
	height:30px;
	font-size:1.28em;
	float:left;
	padding:0 17px 0 15px;
	text-align:center;
}
#navigation ul li a{
	color:#666666;
	display:block;
	font-weight:bold;
	padding-top:7px;
}
/*
#navigation ul li a:hover{
	text-decoration:underline;
}
*/
/* Content */
#content{
	min-height:450px;
	height:450px;
	height:auto !important;
	padding:2px 0 10px 0;
}
/* Footer */
#footer{
	background:#FFF url("../images/footer_bg.gif") repeat-x bottom center;
	height:25px;
	line-height:1.3em;
	padding-top:35px;
	text-align:center;
}
#footer p span a{
	display:inline-block;
	padding:0 4px;
	text-align:center;
	text-decoration:underline;
}
#footer p{
	clear:both;
}
#footer p,
#footer p span a{
	color:#868686;
	margin-bottom:0;
	line-height:1em;
}
#footer p.first{
	margin-bottom:3px;
}
div.legal{
	padding:10px;
}
div.legal h1{
	color:#214B9D;
	font-size:1.5em;
	margin-bottom:0.2em;
}
div.legal h2{
	color:#214B9D;
	font-size:1.3em;
	margin-bottom:1em;
}
div.legal p, 
div.legal li{
	font-size:1.1em;
	line-height:1.3em;
	margin-bottom:1em;
}
div.legal ul{
	list-style:inside;
}
div.legal ol{
	list-style-type: decimal;
	margin-left:20px;
}
div.legal li{
	margin-bottom:0.5em;
}
#powered{
	margin:0 auto;
	width:965px;
	margin-top:3px;
}
#powered a{
	float:right;
}
/* Notifications */
.notification{
	margin:10px 0;
	padding:10px 20px;
}
.notification p{
	margin-bottom: 10px;
	font-size:14px;
	font-family: Georgia, serif;
	font-style: italic;
}
.notification p.n-title{
	font-size: 22px;
}
.notification p.n-title span{
	font-size: 18px;
}
.notification.n-error{
	background-color: #FFE0E2;
	border: 1px solid #FFB2E2;
	color: #D63F68;
}
.notification img{
	float: left;
	margin-right: 10px;
}
/* Helpers */
div.column{
	float:left;
}
div.clear{
	clear:both;
}
p{
	font-size:1.1em;
	line-height:1.3em;
	margin-bottom:1em;
}
a{
	color:#214B9D;
	text-decoration:none;
}