body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	background-color: E8EFF7;
	margin: 0px;
	padding: 0px;
}
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #6699CC; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	width: 74px; /*Width of top level menu link items*/
	padding: 1px 5px;
	border-left-width: 0;
	text-decoration: none;
	color: white;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #669ACC;
	border-right-color: #999999;
	border-bottom-color: #669ACC;
	border-left-color: #669ACC;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #FFFFFF;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: #6699CC;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
	background-color: #6699CC;
	background-image: url(images/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
	background-color: #6699CC;
	background-image: url(images/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%;}
* html .suckertreemenu ul li a { height: 1%;}
/* End */	

#header {
	background-attachment: scroll;
	background-image: url(images/header_fulla.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 205px;
	width: 808px;
}
#header_jave {
	float: left;
	height: 205px;
	width: 510px;
}
#header_rhs {
	float: right;
	height: 205px;
	width: 298px;
}
.title {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	color: #999999;
}
#navbar {
	background-color: #6699CC;
	float: left;
	width: 210px;
}
#lhsidebar {
	background-color: #006699;
	float: left;
	width: 220px;
	text-align: center;
}

#hornavbar {
	background-color: #6699CC;
	float: left;
	height: 25px;
	width: 790px;
	clear: both;
}

#main_text {
	float: right;
	width: 520px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#main {
}

#text {
	float: left;
	width: 300px;
	padding-left: 10px;
}
.boxes {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	margin-left: 8px;
	margin-bottom: 8px;
}
	.titleb {
	width: 200px;
	border: none;
	background-color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	color: #000066;
	text-align: center;
	height: 25px;
	vertical-align: middle;
		}
#main {
	float: left;
	width: 790px;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(images/blue_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#footer {
	background-attachment: scroll;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
	float: left;
	height: 55px;
	width: 807px;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
		

		
	#parentbox {
		position: relative;
		float: right;
		}
.pageheading {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	color: #000066;
	line-height: 24px;
	padding-bottom: 10px;
}
.heading {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}
.blueback {
	background-color: #E8EFF7;
	padding: 5px;
}
.image_border {
	border: 1px solid #666666;
	margin: 2px;
	padding: 2px;
}
a:link {
	color: #333333;
	font-family: "Trebuchet MS";
}
a:visited {
	font-family: "Trebuchet MS";
	color: #666666;
	text-decoration: none;
}
.frontpage_paratext {
	font-size: 10pt;
	line-height: 150%;
}
.lineheight {
	line-height: 195%;
}
.img-rabbi {
	padding-right: 10px;
	padding-bottom: 15px;
}
.blue {
	color: #069;
}
.red {
	color: #900;
}

