body {margin: 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	}
#header {background:url(../images/headerBG.jpg) repeat-x;}
#ContentWrapper {
	background: white url(../images/headerShadow.jpg) top repeat-x;
	overflow:visible;
	}
#Menu {
	float:left; 
	width: 161px; 
	
	overflow:visible; 
	background:url(../images/menuBG_full.jpg) top right no-repeat; 
	display:block;
	}	
#menuMain {padding: 7px; height: 309px; }
	
#menuMain ul {padding: 0; margin: 0;}
	
#menuMain ul li{
	line-height: 170%;
	border-bottom: 1px solid white;
	font-weight: bold;
	list-style-type: none; 
	width: 100%;
	}	
	
#menuMain li a{
	color:#FFFFFF;
	text-decoration:none;
	display: block;
	width: 100%;
	}	
	
#menuMain li a:hover{
	color:#036;
	}	
#content {
	position:relative;
	margin-left: 160px; 
	padding: 20px 20px 20px 20px; 
	overflow:visible;
	line-height: 150%;
	color:#003399;}
	
#content h1 {
	font-size:22px; 
	color:#003366; 
	border-bottom: 1px solid #CCC; 
	padding: 4px; 
	margin: 4px;
	font-weight:bold;
	margin-bottom: 20px;}	
#content p {
	margin-top: 5px;
	}
#content a {color:#003399;}
#content a:hover {text-decoration:none}

#content li {list-style-type:square;}

#footer {
	clear:both; 
	background-color:#EEE ;
	font-size: 10px;
	padding: 5px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;}	
#footer a {color:#003399;}
#footer a:hover {text-decoration:none}	

.hebrew {
font-family:Arial, Helvetica, sans-serif;
direction: rtl;}	
.tableHeader {background-color: #95AAC4; color:#FFFFFF;}
.tableBotBorder {border-bottom: 1px solid #95AAC4;}
