﻿@import url("layout.css");
@font-face {
    font-family: Hebrew;
    font-style:  normal;
    font-weight: normal;
    src: url(HEBREW0.eot);
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 0.8em;
	background-color: #34929C;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 700px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 698px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color: #34929C;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color: #34929C;
}
#content {
	float: right;
	width: 518px;
	margin-top: none;
	margin-bottom: none;
	margin-left: 10px;
	padding: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color: #fff;
}
tent {
	float: left;
	width: 518px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color: #34929C;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color: #34929C;
}
/* Masthead Styles */
/* Masthead Styles */
thead h1 {
	color: #000080;
}
#masthead h3 {
	color: #000080;
}
#masthead h3 {
	color: #000080;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #34929C;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: none ;
	background-color: #34929C;
}
#navigation a {
	color: #000080;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: none ;
	background-color: #34929C;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: none ;
	background-color: #34929C;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #000080;
}
#content img {
	padding: 5px;
	border: none ;
}
/* Footer Styles */
#footer p {
	color: #000080;
	margin-top: 5px;
}
#footer a {
	color: #000080;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #000080;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.hebrew36 {
	font-family: Hebrew;
	font-size: 36px;
	color: #000080;
}
.hebrew14 {
	font-family: Hebrew;
	font-size: 18px;
	color: #000080;
}
