

*	{
margin: 0;
padding: 0;
}
body {
	background: #ffffff;	
	font: 14px Arial, Helvetica, sans-serif;
	behavior: url("csshover.htc");
}

.h1_1	{
	font-size: 24; 
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #BABEB7;
}

.h2_1	{
	font-size: 18; 
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #54A4DE;
}

.h3_1	{
	font-size: 16; 
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #BABEB7;
	
}

.h4_1	{
	font-size: 14; 
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #54A4DE;	
}

h5	{
	font-size: 12; 
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #54A4DE;	
}


h6	{
	font-size: 9; 
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #BABEB7;	
}
table 	{
	  font-size:11px; Arial, Helvetica, sans-serif;
	  font-family: Arial, Helvetica, sans-serif;
	  border: 0px;	
}

th	{
	font-size: 16; 
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #54A4DE;
}



#wrapper {
	position: relative;
	background: #ffffff;	
	width: 760px;
	margin: 0 auto; 
}

/*------------------------------------------------------------HEADER--------------------------------*/
.headerA {
	position: relative;
	background:#EBF4FA;
	z-index: 0;
	height: 120px;	
}


#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 380px;
	height: 120px;


}


#right_hdr {
	position: absolute;
	top:0;	
	left : 380px;
	width: 380px;
	height: 120px;

}

.headerC {
	top:80px; 	
	background: #BBD9EE;
	height: 40px;
}


.headerD {
	background: #ffffff;	
	z-index: 1;
	height: 9px;	
}




/*------------------------------------------------------------NAVBAR---------------------------------*/

.navBar {
	width: 760px;
	height: 20px;
	z-index: 10;
}

/*---------------------------------------------------------contents--------------------------------------------*/
#contents{
	background-color: #ffffff;	
	_width: 693px;
	_height: 320px;
	min-height: 320px;
	margin-top: 14px;
	_margin-top: 9px;
	padding: 22px 28px;
	border-width : 6px 6px 30px 6px;
	border-style:solid;
	border-color: #F2F2F2;
	color: #000444;
	z-index: 5;
	/*      */
	/*     */	  
	/*Copyright  2006 Anat Tessler*/
	/*      " */
	/*     */
	/*anatessler@gmail.com*/
	/*    xx-small or x-small*/
	/*    */
}
/*------------------------------------------------------------A-------------------------------------------------*/
a {
	text-decoration: none;
	color: #000888; 
	font-weight: bold;
}
a:link,
a:visited {
	color:#000888; 
	font-weight: bold;
}
a:hover,
a:active {
	color: #FF9834; 
	font-weight: bold;
}


/*------------------------------------------------------------drop down menu------------------------------*/
#drop_down_menu	{
list-style: none;
z-index:11;
}
#drop_down_menu a	{
	font-weight: bold;
}
#drop_down_menu li	{
	float: left;
	display: inline;
	position: relative;
	background: #e9e9e9;
	padding-top: 3px;
	height: 17px;
	width: 125px;
	margin-left: 9px;
	text-align: left;
	color: #000888;
	font-weight: bold;
	border-bottom: 6px solid #000888;
}
#drop_down_menu li:hover	{
	border-bottom: 6px solid #ff9834;
}
#drop_down_menu li.first	{
	margin-left: 0px;
}
#drop_down_menu li.last	{
	width: 125px;
}
#drop_down_menu li ul	{
		display: none;
		position: absolute;
		top: 26px;
		left: 0;
		width: 100%;
}
#drop_down_menu li:hover ul	{
		display: block;
}
#drop_down_menu li ul li	{
			margin: 0;
			border-bottom: 1px solid white;
			font-weight: bold;
			width: 100%;
}
#drop_down_menu li ul li:hover	{
				background: #f2f2f2;
				border-bottom: 1px solid white;
}
#drop_down_menu li ul li:hover a	{
				color: #ff9834;
}

/*-----------------------------------------------------------copy----------------------------------------*/
.copywrite	{
position: absolute;
bottom: 7px;
left: 22px;
color: #666;
font-size: 9px;
}
.copywrite a	{
color: #666;
font-weight: normal;
}
.copywrite a:hover	{
color: #000444;
}
	

