html { 			      /* this lengthens page to full screen so Firefox won't jump */
	min-height: 100%; 
        margin-bottom: 1px; 
}
body {
	font-family: Times New Roman, Arial, Verdana, sans-serif;
	font-size:14px;
	margin:0 auto;
	color: #333333;
	background-color: #eedd99;
}
#container {
	width:1000px;
	margin: 0 auto;
	border:1px solid #4e7195;
}
#header {
	color:#9ED4AC;
	background: #003366 url(gradient2.gif) repeat-x;
	height:140px;
	padding: 0px 15px;
	border:1px solid yellow;
	position:relative;
}
#logo {
	font-size:48px;/*42px;with Arial text*/
	font-weight:bold;
	position:absolute;
	top: 3px; 
	left:85px;
        font-family: Garamond; 
}
.tagline {
	position:absolute;
	top: 29px; 
	left: 730px; 
}
.title {
    font-family: David;
    font-size:64px;
    direction: rtl;
    text-align: right;
    padding:30px 30px;
    /*border: 1px solid red;*/
}


.title2 {
    font-family: David;
    font-size:18px;
    direction: rtl;
    text-align: right;
    float:left;
    padding:20px 10px 20px 20px;
   /* border: 1px solid red; */
    width: 50%;
}

/*
.subtitle {
    font-family: David;
    font-size:20px;
    direction: rtl;
    text-align: right;
    
    
   
}*/

/*
#left_nav {
	background:#3399FF;
	float:left;
	width:155px;
	padding:5px;
	font-size:14px;
}
*/
#topnav {
	background-color:#4e7195;
	width:1000px;
   /* height:30px;*/
    /*padding: 0 0 0 30px;*/
}
#topnav_contents {
	padding:6px 0 0 0;
	font-weight:bold;
	font-family: Arial, Verdana, sans-serif;
	font-size:14px;
   /* width: 900px;*//*900px;  changed 11/12/15*/
	margin:0 auto;
	text-align:center;
  /*  border: 1px solid red;*/
    height:28px;

}
.topnav_item {
	background-color: #4e7195;
  /*  float:left; */
	border-right:1px dotted yellow;
	padding:2px 13px;	   /*15*/
}
a:link, a:visited {
      	color: #ccc;
	text-decoration:none;
}
a:hover {
	color:#eedd99;
	text-decoration:none;
	
}
div.main {
	background-color:#f3f8d3; 
	padding:20px 30px 45px 30px;	
}
div.maincontent {
	font-size:18px;
	width:730px;
	margin:0 auto;
}
.maincontent a {
	color: #1e4165;
	font-weight:bold;
}
.hebrew {
    direction: rtl;
    text-align: right;
    font-family: David, FrankRuehl, Narkisim;
    font-size: 16pt;
}
.hebrew a {
	font-weight:normal;
}

h3 {
	margin-bottom:5px;	
}

/* for collapsible lists */
ul {
    padding:8px 30px;
    list-style-type: none;
}
ul.level3 {
    line-height:1.9em;
}
 
.icon {
    margin: 0 0 0 15px;
    /*border:1px solid red;*/
}

/* to position email info */
div.contact {
	margin: 5px 50px 10px;
}


#footer {
	background-color: #4e7195;
	width:1000px;
	height:30px;
	color:#ccc;
	text-align:center;
	font-weight:bold;
	border-top:1px solid yellow;
}
#footer_contents {
	padding:6px 0;
	font-weight:bold;
	width:930px; 
	margin:0 auto;
	text-align:center;
}
