
/* Structural Styles */

/* BSD */

div.bsdborder
{
	position: absolute;
	top: 10px;
	left: 655px;
	background-color: #ffcc66;
	border-width:3px;
	border-style:solid;
	border-color: #ffcc45;
	height: 37px;
	width: 150px;
}

img.bsd
{
	position: absolute;
	top: 10px;
	left: 700px;
	/* background-color: #ffcc66;
	border-width:3px;
	border-style:solid;
	border-color: #ffcc45;*/
	/* padding-left:96px; */
	z-index: 1;
}
/* End BSD */

/* Logo */
img.keialogo
{
	position: absolute;
	top: 10px;
	left: 215px;
	background-color: #ffcc66;
	border-width:3px;
	border-style:solid;
	border-color: #ffcc45; 
	z-index: 1;
}

img.desertline
{
	position: absolute;
	top: 165px;
	left: 65px;
	z-index: 1;
}

/* End Logo */

/* Menu */

.menuborder 
{
	position: absolute;
	/*padding: 20px 10px 30px 10px;*/
	border-width:3px;
	border-style:solid;
	border-color: #ffcc45; 
	top: 40px;
	left: 0px;
	height: 375px;
	width: 190px;
	background-color: #ffcc85;
	z-index: 2;
}


.menulocation
{
	position: absolute;
	top: 20px;
	left: 0px;
}

.menu
{
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
	left: 10px;
	position: absolute;
	text-decoration: none;
	height:20px;
	width: 155px;
	text-align: center;
	background-color: #ffcc66;
	padding: 5px;
	color: #000000;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
}


.menu:hover 
{
	background-color: #D9D919;
}

.menuover
{
border-top: 2px solid black;
	border-right: 2px solid black;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
	left: 10px;
	position: absolute;
	text-decoration: none;
	height:20px;
	width: 155px;
	text-align: center;
	background-color: #CFB53B;
	padding: 5px;
	color:#666666;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	
}

.menuover:hover 
{
	background-color: #D9D919;
}


/* End Menu */


 /* Last Update */
.lastupdate
{
	position: absolute;
	border-width:3px;
	border-style:solid;
	border-color: #ffcc45; 
	top: 430px;
	left: 0px;
	height: 60px;
	width: 190px;
	text-align: center;
	background-color: #ffcc85;
	color: #000000;
	font-family: Tahoma;
	font-size: 7pt;
	font-weight: bold;
	z-index: 2;
}

/* End Last Update */


/* KEIA Update */
.keiaupdate
{
	position: absolute;
	border-width:3px;
	border-style:solid;
	border-color: #ffcc45; 
	top: 60px;
	left: 655px;
	/*left: 660px; for scrollbar */
	height: 375px; /* original 320px*/
	width: 150px;
	text-align: center;
	background-color: #ffcc85;
	color: #000000;
	font-family: Tahoma;
	font-size: 7pt;
	font-weight: bold;
	z-index: 2;
}

.updateheader
{
	text-align: center;
	background-color: #CFB53B;
	padding: 5px;
	color:#000000;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
}

/* End KEIA Update */

/* MyJewishMatches */
.myjewishmatches
{
	position: absolute;
	border-width:3px;
	border-style:solid;
	border-color: #ffcc45; 
	top: 450px; /* orginal value 395*/
	left: 655px;
	/*left: 660px; for scrollbar */
	height: 90px;
	width: 150px;
	text-align: center;
	background-color: #ffcc85;
	color: #000000;
	font-family: Tahoma;
	font-size: 7pt;
	font-weight: bold;
	z-index: 2;
}

/* End MyJewishMatches */



/* Page Body */

div.header
{
	position: absolute;
	top: 175px;
	left: 200px;
	z-index: 2;
	width: 450px;
	height: 30px;
	text-align: center;
	color: #000000;
	font-family: Tahoma;
	font-size: 20pt;
	font-weight: bold;
	background-color: #ffcc66;
}


div.maincontent
{
	position: absolute;
	top: 205px;
	left: 200px;
	z-index: 2;
	/*height: 500px; for scroll bar*/
	width: 450px;
	max-width: 450px;
	clear: both;
	/* overflow: auto;  for scroll bar*/
}

div.footer
{
	height: 10px;
	width: 450px; 
	/*width: 400px;*/
	background-color: #ffcc66;
}
/* End Page Body */

/* Listings */

div.location
{
	height: 25px;
	width: 130px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	font-family: Tahoma, Arial;
 
	font-size: 16px;
	font-weight: bold;
	background-color: #ffcc66;
}

div.shul
{

	font-family: Tahoma, Arial;

	font-size: 15px;
	font-weight: bold;

}

div.establishment
{
	left: 15px;
	font-family: Tahoma, Arial;
 
	font-size: 15px;
	font-weight: bold;
}

div.establishmentsub
{
	left: 15px;
	font-family: Tahoma, Arial;
 
	font-size: 14px;
	font-weight: bold;
}

/* End Listings */

/* End Structural Styles */


/* Text Styles */
BODY 
{
	font-family: Tahoma, Arial;
 
	font-size: 12px;
 
	color:#000000; 
	/* background-image: url(images/torobkng.gif); */
}


TD     
{ 
	font-family: Tahoma, Arial;
 
	font-size: 14px; 
}



H1     
{ 
	font-family: Tahoma, Arial;

	font-size: 20px;
 
	color: #000000;
 
	margin-top: 3px;
  
	margin-bottom:	3px; 
}

H2     
{ 
	font-family: Tahoma, Arial;

	font-size: 18px;
 
	color: #000000;
 
	margin-top: 3px;
  
	margin-bottom:	3px; 
}



H3     
{ 
	font-family: Tahoma, Arial;
 
	font-size: 16px; 
	color: #000000; 
	margin-top: 3px;
 
	margin-bottom: 3px;
}




H4     
{ 
	font-family: Tahoma, Arial;
 
	font-size: 14px; 
	color: #000000; 
	margin-top: 3px;
 
	margin-bottom: 3px;
}



A      
{ 

	color: #0000ee;
	/* color: #CFB53B;
 */
	text-decoration: none;
}



A:hover 
{ 
	color: #666666;

	text-decoration: none;
}



BLOCKQUOTE 
{
	font-family: Tahoma, Arial;
 
	font-size: 13px; 
}

PRE 
{
	font-family: Tahoma, Arial;
 
	font-size: 13px;
}

DL 
{
	font-family: Tahoma, Arial;
	 
	font-size: 14px;
}

P 
{
	font-family: Tahoma, Arial;
	 
	font-size: 14px;
}

/* End Text styles */
