/* overriding default behaviours */
* { padding: 0; margin: 0; }
select option { padding-right:6px; }
.radio, .checkbox {	border:none; }
img { border: none; }
#content a {
	color: #0066DB;
	text-decoration:underline;
}
#content a:hover {
	color: #FF7200;
	text-decoration:underline;
}
#content h1, #rightbar h1 {
	border-left:3px solid #FF7200;
	padding-left:15px;
	color:#03416A;
	font-weight:normal;
	padding-top:2px;
	margin-bottom:20px;
	font-size:24px;
	/*font-weight:bold;
	letter-spacing:-0.6px;*/
}
#content h2 {
	margin-left:20px;
	color:#03416A;
	font-weight:normal;
	margin-bottom:8px;
	font-size:18px;
	font-weight:normal;
}
#content h3 {
	margin-left:20px;
}
#content p, #content .p {
	margin-left:20px;
	width:500px;
	font-size:14px;
	text-align:justify;
}
#content ul {
	margin-left:35px;
	width:500px;
	font-size:14px;
}

/* layout */
body, html {
	height:100%;
	text-align: center;
	color: #414141; 
	background:url(../images/bg/bg.jpg) repeat-y top center #0668A0;
	font-family: Arial, sans-serif;
	font-size:12px;
}
#wrap {
	margin: 0 auto;
	width: 988px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height */
	min-height:100%; /* real browsers */
	text-align: left;
	background-color: #F8F8F8;
	position:relative;
}
#headerContentWrap {
	width: 966px;
	margin: 0 auto;
	overflow:hidden;
}
#header {
	height:73px;
	position:relative;
}
#lang {
	position:absolute;
	bottom:10px;
	right:20px;
	color:#030303;
}
#topMenu {
	height:26px;
	width:910px;
	border:3px solid #023D5F;
	background:url(../images/bg/bg-topmenu.jpg) repeat-x top center #023D5F;
	padding-top:10px;
	padding-left:50px;
}
#topMenu ul {
	list-style:none;
}
#topMenu ul li {
	display:inline;
}
#topMenu ul li a {
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	float:left;
	margin-right:40px;
}
#topMenu ul li a:hover {
	color:#FF7200;
	text-decoration:underline;
}
#rightbar ul {
	list-style:none;
}
#rightbar ul li {
	padding: 3px 0;
	margin-left:20px;
}
#rightbar ul li a {
	text-decoration:none;
	color:#414141;
}
#rightbar ul li a:hover {
	text-decoration:underline;
	color:#FF7200;
}
#content {
	padding:25px 0 60px 20px;
	float:left;
}
#rightbar {
	padding:25px 0 60px 680px;
	
}
#footerWrap {
	position:absolute;
	bottom:0;
	width:988px;
}
#sepFooter {
	height:4px;
	background-color:#FF7200;
	overflow:hidden;
}
#footer {
	color:#FFF;
	height:20px;
	background-color:#022940;
	overflow:hidden;
	text-align:right;
	padding-top:5px;
	padding-right:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* styles */
#logo {
	margin:0;
	height:73px;
	width:600px;
	cursor:pointer;
	background:url(../images/bg/logo.jpg) no-repeat bottom left #F8F8F8;
}
.orange {
	color:#FF7200;
}
.currenttab a span {
	color:#FF7200;
	text-decoration:underline;
}
.currentmenu a span {
	color:#FF7200;
	text-decoration:underline;
}
.error {
	color:#FF0000;
	font-weight:bold;
}
.success {
	color:#9EC439;
	font-weight:bold;
}
td {
	padding-bottom:7px;
	padding-right:50px;
}
#info {
	border-collapse:collapse;
}
#info td {
	border-bottom:1px solid #CCC;
	padding:7px 50px 7px 0;
}
.red {
	color:#FF0000;
}
.border {
	border:2px solid #CCC;
}
/*
 hasLayout issue =>
 #content{display: inline-block;} #content{display: block;} 
*/