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



#mainContainer {
	border: 0px;/* IE 6.0 \*/
	text-decoration: none;
}
#canadadrop {
	background: #fff bottom left repeat-x;
	background-color:#f2f0f0;
	font-family:helvetica;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration:none;
	text-align: center;
}
#israeldrop {
	background: #fff bottom left repeat-x;
	background-color:#f2f0f0;
	font-family:helvetica;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
}
#usadrop {
	background: #fff bottom left repeat-x;
	background-color:#f2f0f0;
	font-family:helvetica;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
}
#canadadrop, #israeldrop, #usadrop {
	margin-right: 20px;
}
#content {
	margin: 13px 0px;/* IE 6.0 \*/
	width:890px;
	background-color:#F7F7F7;
	border:1px #f1f2f0 solid;
}

	
#canadaContent {
	display: block;		
}
#israelContent {
	display: none;	
}
#usaContent {
	display: none;	
}

#canadaContent, #israelContent, #usaContent {
	
	margin: 30px;
	/*margin-left: 30px;*/
}

