body {
	background: #d2e6fd url('images/bg3.jpg') repeat-y scroll top center ;
	margin:0;
	padding:0;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

* {
	margin:0;
	padding:0;
}

hr{
	border-bottom: 1px solid #009787;
}

li{
	text-align: justify; 
}

/* trigger */
h2.trigger {
	padding: 4px;
/*	margin: 0px;
	margin-top:5px;
	margin-bottom:5px;*/
	background: #fff url(images/plus.png) no-repeat;
	background-position: left center;
	padding-left:55px;
	color: #4c63ae;
	height: 25px;
	line-height: 25px;
	width: 530px;	
	float: left;
	border-bottom: 2px solid #009787;
	border-bottom-style: groove;
}

h2.trigger a {
	color: #333; 
	text-decoration: none;
	display: block;
}

h2.trigger a:hover {  
	text-decoration: none; 
	color: #000; 
	border:0px;
}

h2.active {
	background: #fff url(images/minus.png) no-repeat;
	background-position: left center;
} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/

.toggle_container {
	margin: 0px;
	padding: 3px;
	border: 0;
	background: #fff;
	overflow: hidden;
	font-size: 12px;
	width: 97%;
	clear: both;
}

.toggle_container .block {
	width: 97%;
	padding: 0px 10px 10px 10px; /*--Padding of Container--*/
	background: #fff;
}

/*My trigger*/
h5.trigger {
	padding: 2px;
	background: #fff url(images/plus_small.png) no-repeat;
	background-position: left;
	padding-left:30px;
	padding-top: 12px;
	color: #4c63ae;
	height: 25px;
	width: 530px;	
	float: left;
	vertical-align:middle;
}
h5.trigger a {
	color: #333; 
	text-decoration: none;
	display: block;
}

h5.trigger a:hover {  text-decoration: none; color: #000; border:0px;}

h5.active {
	background: #fff url(images/minus_small.png) no-repeat;
	background-position: left;
} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/

.toggle_container_inside {
	margin: 0px;
	padding: 0px;
	border: 0;
	background: #fff;
	overflow: hidden;
	font-size: 14px;
	width: 100%;
	clear: both;
}
.toggle_container_inside .block {
	width: 100%;
	padding: 0px; /*--Padding of Container--*/
	background: #fff;
}

/** element defaults **/
table {
	text-align: left;
}

th, td {
	padding: 10px 10px;
}

th {
	color: #fff;
	background: #fff none repeat-x scroll left top;
}

td {
	background: #fff;
	border-bottom:1px solid #ccc;
}

p {
	line-height: 1.9em;
	margin-bottom: 20px;
	color:#000000;
	text-align: justify; 
}

a {
	color: #111;
}

a:hover {
	color: #003d99;
}

a:focus {
	outline: none;
}

h1 {
	color: #e35c22;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	letter-spacing: 0.5px;
	font-weight: 500;
	padding-bottom 5px;;
	margin: 0;
}

h2 {
	color: #003d99;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 7px;
}

h3 {
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 15px;
	color: #404040;
}

h4 {
	padding-bottom: 5px;
	font-size: 13px;
	color: #333333;
}

h5 {
	padding-bottom: 10px;
	font-size: 12px;
	color: #333333;
}

ul, ol {
	margin: 0px 0px 15px 15px;
}

li {
	padding-bottom: 5px;
	line-height: 1.3em;
}

li ol, li ul {
	margin-bottom: 0;
	padding-top: 0px;

}

#container2 {
    width:100%;
}

#pdf {
    width:200px;
    z-index:1;
}

#layer_over_pdf {
    width:200px;
    z-index:2;
}

#pdf, #layer_over_pdf {
    position:absolute;
    top:0;
    left:0;
}

#container {
	width: 960px;
	margin:0 auto;
	padding: 0;
}

#header {
background: #fff url('images/IDF web banner_2-01.jpg') no-repeat;

	padding: 0;
	margin: 0 auto;
	height: 190px;
}

#header h1  {
	padding-top: 50px;
}

#header h1 a {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 57px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -5px;
	float: left;
}

#header h1 a strong {
	font-weight: normal;
	color: #ccc;
}

#header h2 {
	color: #111;
	float: left;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 12px;
	margin-top: 30px;
	padding-left: 4px;
	text-transform: uppercase;
	letter-spacing: 0;
}

#headerlink {
	display:block;
	height: 171px;
	width:320px;
}

#nav {
	background: #0060b6;
	height: 38px;
	width: 960px;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 40px;
}

#nav ul li {
	float: left;
	display: block;
	padding: 0;
}

#nav ul li a {
	color: #ffffff;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	border-right: 1px solid #fff;
	float: left;
}

#nav ul li a:hover {
	background: #a7e1ff;
	color:#183252;
}

#body {
	float: left;
	background: #fff none repeat-y scroll 0 0;
	margin:0 auto;
	padding: 20px 15px;
	width: 780px;
}

#content {
	float: right;
	width: 590px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.rightside {
	width: 130px;
	padding: 0;
	padding-right: 20px;
	float: right;
}

.rightside h4 {
	color: #3a3a3a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	margin: 0;
	padding: 0px 0px;
	font-weight: 600;
}

.rightside h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	margin: 0;
	padding: 0px 0px;
}

.sidebar {
	width: 160px;
	padding: 0;
	margin: 0;
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 20px;
	line-height: 1.9em;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 6px 7px;
	margin: 0;
	line-height: 1em;
	font-size: 12px;
	color: #666;
}

.sidebar li ul li a {
	font-weight: normal;
	letter-spacing: 1.5px;
	color: #333;
}

.sidebar li ul.blocklist li {
	padding: 0;
	display: inline;
}

.sidebar li ul.blocklist li a {
	display: block;
	padding: 7px 8px;
	background-color: #d9f3ff;
	color: #242424;
	border-bottom: 1px dotted #aaaaad;
	text-decoration: none;
	font-weight:bold;
}

.sidebar li ul.blocklist li a:hover {
	color: #405b69;
	background-color: #FFF;
	font-weight:bold;
}

.sidebar h4 {
	color: #405b69;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	margin: 0;
	padding: 5px 3px;
	font-weight: normal;
}

.clear {
	clear: both;
}

#footer {
	float: left;
	width: 960px;
	height: 15px;
	margin:0 auto;
}

.footer-content {
	background: #009787; 
}

#footer p {
	text-align: right;
	color: #fff;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	padding-right:10px;
}

#footer p a {
	color: #fff;
}