﻿
.clear {
	clear: both;
}
body {
	margin: 5 0 0 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFCC66;
}
#container {
	width: 726px;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	text-align: center;
	width: 726px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
	height: 126px;
}
#navigation {
	margin: 2px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	width: 726px;
	height: auto;
	padding-left: 0px;
	list-style-type: none;
	padding-top:5px;
}
#content {
	float: left;
	width: 726px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#english-left-column {
	float: left;
	width: 46%;
	margin: 10px;
	text-align: left;
	font-size: small;
}
#hebrew-right-column {
	float: right;
	width: 46%;
	margin: 10px;
	text-align: right;
	font-size: medium;
	direction: rtl;
}
#footer {
	text-align: center;
	width: 726px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	margin-right: auto;
	margin-left: auto;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */

#navigation li
{
list-style: none;
margin: 0;
display: inline;
}

#navigation li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #DDE;
text-decoration: none;
}

#navigation li a:link { color: #448; }
#navigation li a:visited { color: #667; }

#navigation li a:hover
{
color: #000;
background: #AAE;
border-color: #227;
}
#navigation li a#current
{
background: white;
border-bottom: 1px solid white;
}/* Content Styles */
h6 {
	color: #3d6c87;
}
h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}
h3 {
	color: #3d6c87;
}
h2 {
	color: #3d6c87;
}
#content h1 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #333333;
	margin-top: 5px;
}
#footer a {
	color: #666666;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #33627d;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}

a:visited {
	color: #990000;
	text-decoration: underline;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.image-left {
	float: left;
	margin-right: 10px;
}
.image-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	}

label {
	float: left;
	text-align:right;
	font-weight:bold;
	width:8em;
	padding-right:.5em;
}
	
#Contact-style {
	border: thin solid #000000;
	padding: .5em;
	margin: 1em auto 1em auto;
	width: 50em;
	font-weight: bold;
}

.submit {
	font-weight: bold;
	text-align:center;
	}
}

