body {
  background:#FFFFFF;
  background-image:   url(images/background.gif);
	background-repeat: repeat;
	margin:0;
	padding:15px 0;
	font-family:Verdana, sans-serif;
	font-size:70%;
	line-height:1.6em;
	
	 
	
}


/* headings
--------------------------------------------------*/
h1, h1 a,
h2, h2 a,
h3 a,
h4 a
  {color:#2F0254;}


/* links
--------------------------------------------------*/
a {
	color:#6600CC;
	font-weight: bold;
}

a:hover {
	color: #9966FF;
	text-decoration: none;
}

a img {border:none;}



/* navigation
--------------------------------------------------*/
#navigation {background-color:#4F3C86;}

#navigation li {border-color:white;}

#navigation a {
	color:white;
	font-weight: normal;
}

#navigation .selected,
#navigation li a:hover
  {
	background-color:transparent;
	color: #F1E4FC;
	text-decoration: underline;
}

#navigation form {
	border-color:white;
	background:no-repeat right bottom;
	float: right;
}

#navigation #s {border-color:#FFF9EA;}

#navigation #searchbutton {
  color:#4F3C86;
  background-color:#FFFFFF;
}


/* reset
--------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,form,fieldset {margin:0;padding:0;}
.low {display:none;}


/* headings
--------------------------------------------------*/
h1 {
	font-size:50px;
	margin-right: 120px;
	letter-spacing: 5px;
}

#content h2 {
	font-size:18px;
	font-weight:normal;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC0D5;
	letter-spacing: 2px;
	padding-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	margin-left: 20px;
}

#content h3 {
  margin:0 0 18px 0;
  font-size:1em;
}

#content h4 {
  margin:0;
  font-size:1em;
}



/* paragraphs, lists, etc
--------------------------------------------------*/
p {
  margin:0;
  padding:0 60px 18px 20px;
}

ul {
	margin-top: 0px;
	margin-bottom: 18px;
	list-style-type: square;
	margin-right: 40px;
}
ol {
	margin-top: 0px;
	margin-bottom: 18px;
	margin-right: 40px;
}

li{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
}


/* images
--------------------------------------------------*/
img.left {
  float:left;
  margin:0 12px 0 0;
}

img.right {
  float:right;
  margin:0 0 0 12px;
}

img.center {
  display: block;
  margin:0 auto;
}



/* navigation
--------------------------------------------------*/
#navigation {
	height:2.2em;
	line-height:2em;
	background-color:#8275A9;
	border-top-width: 2px;
	border-top-color: #4F3681;
	border-top-style: solid;
	margin: 0px;
	padding: 0px;
}

#navigation ul {
  margin:0;
  padding:0;
}

#navigation li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  border-right:1px solid;
  white-space:nowrap;
}

#navigation li a {
	display:block;
	padding:0 18px;
	font-size:9px;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration: none;
}

* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

#navigation form {
  float:right;
  height:100%;
  width:200px;
  padding:0 15px 0 2px;
  line-height:0;
}

#navigation form fieldset {
  /* centering the search form could've
  been done way more elegant but IEWin
  and Opera refused to follow the rules */
  margin-top:5px;
  border:0 solid; /* Opera */
}

* html #navigation form fieldset {margin-top:7px;}

#navigation #s {
  height:12px;
  width:120px;
  margin:0 5px 0 0;
  padding:0;
  border:1px solid;
  font-size:9px;
  vertical-align:middle;
}

#navigation #searchbutton {
  height:auto;
  width:auto;
  padding:0 1px;
  border:1px solid;
  font-size:9px;
  letter-spacing:1px;
  text-align:center;
  vertical-align:middle;
  color:#4F3C86;
  background-color:#FFFFFF;
}

#navigation li {border-color:white;}

#navigation form {
  border-color:white;
  background:no-repeat right bottom;
}

#navigation #s {border-color:#FFF9EA;}

#navigation .small {
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation li a {color:white;}

#navigation li a:hover
  {
	background-color:#8275A9;
	color: #FFFFFF;
	text-decoration: underline;
}

/* content
--------------------------------------------------*/
#content {
	float:right;
	width:547px;
	padding-top:1px;
	padding-left: 1px;
}




/* subcontent
--------------------------------------------------*/
#subcontent {
	float:left;
	width:120px;
	font-size:0.9em;
	line-height:1.5em;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0;
}

* html #subcontent {padding-top:1px;} /* dirty fix for IEWIN; temporary! */

#subcontent ul, #subcontent p {margin:0;}




/* container
--------------------------------------------------*/
#container {
	width:690px;
	margin:0 auto;
	padding:0px;
	background:#FFFFFF repeat-y 500px 0px;
	border-top: 10px solid #4F3681;
	border-right: 1px solid #4F3681;
	border-bottom: 10px solid #4F3681;
	border-left: 1px solid #4F3681;
}




/* header
--------------------------------------------------*/
#header {
	height:80px;
  padding:0 0 0 18px;
  background-color:#CCC0D5;
	background-image:  url(images/header_bg2.gif);
	background-repeat: no-repeat;
}

#header h1 {
  /*display:none; This will hide the text in your header */
  padding-top:50px;
}

/* footer
--------------------------------------------------*/


#footer strong {font-weight:normal;}


#footer {
	clear:both;
	color:#CCC0D5;
	background:white no-repeat 470px 0px;
	padding: 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


#footer p {
	border-top:1px solid #CCC0D5;
	padding-top: 10px;
	color: #8275A9;
	background-color: #FFFFFF;
}

#footer a {
	color:#8275A9;
	font-weight: normal;
}

#footer a:hover {color:#4F3681;}


/* navcontainer
--------------------------------------------------*/


#navcontainer { margin-right: px; }

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family:  verdanal, sans-serif;
	font-size: 12px;
	
}

#navcontainer li { margin: 0 0 1px 0; }

#navcontainer a
{
	display: block;
	padding: 5px 15px 5px 20px;
	width: 115px;
	color: #fff;
	background-color: #4F3C86;
	text-decoration: none;
	font-weight: normal;
}

#navcontainer a:hover
{
color: #fff;
background-color: #801BD7;
text-decoration: none;
}

#navcontainer ul ul li { 
font-size: 10px;
font-weight: normal;
margin: 0 0 1px 0; 
}

#navcontainer ul ul a
{
display: block;
padding: 5px 5px 5px 10px;
width: 105px;
color: #fff;
background-color: #8275A9;
text-decoration: none;
}

#navcontainer ul ul a:hover{

color: #fff;
background-color: #801BD7;
text-decoration: none;
}



/* leftindented
--------------------------------------------------*/


#leftindented {
	margin:0 0px 18px 20px;
}
#leftindented table {
	margin:0 10px 18px 20px;
	padding: 5px;
}
#leftindented h3 {
	margin:0 20px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #8275A9;
	letter-spacing: 3px;
}
#leftindented p {
	padding-left: 20px;
	padding-right: 60px;
}
#leftindented li {
	padding-left: 80px;
}
/* news
--------------------------------------------------*/


#news {
	width:170px;
	border: 1px solid #8275A9;
	float:left;
	padding: 0px;
	margin: 0px;
}
#news h2{
	font-size: 10px;
	font-weight: bold;
	color: #2F0254;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC0D5;	
}
#news p {
	padding: 0px 10px;
	margin: 0px;
}

#news ul {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0px;
	margin-left: 0px;
	
}
#news li {
	margin-top: 0; 
  	margin-bottom: 0;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px 10px;
}



/* rightcolumn
--------------------------------------------------*/

#rightcolumn {
	float: right;
	width: 300px;
	padding-left: 10px;	
}
#rightcolumn p {
	padding: 0px 15px 0px 0px;
	margin: 0px;
}
#rightcolumn td {
	font-family: Arial, sans-serif;
	font-size: 10px;
}
.red {
	color: #FF0000;
	background-color: #FFFFFF;
}
.hebrew {
	font-size: 12px;
	font-family: Arial, sans-serif;
}
