@media screen {

body { 
	font: 8pt/16pt veranda; 
	color: #000000; 
	bgcolor: #FFFFFF;
	margin: 0px; 
	}
p { 
	font: 8pt/16pt veranda; 
	margin-top: 0px; 
	text-align: justify;
	}
h1 { 
	font: italic normal 14pt veranda; 
	color: #7D775C;
	}
h3 { 
	font: italic normal 12pt veranda; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	font-size: x-small;
	text-decoration: none; 
	color: #9685BA;
	}
a:visited { 
	font-weight: bold; 
	font-size: x-small;
	text-decoration: none; 
	color: #9685BA;
	}
a:hover, a:active { 
	text-decoration: underline; 
	font-size: x-small;
	color: #9685BA;
	}


/* specific divs */

/*  TOP LINKS */
#toplinks table {
	font: italic 8pt/16pt georgia; 
	text-align:center;
	border:0;
	}
	
/*  TOP LINKS */

/*  BOTTOM ADDRESS TEXT  */
#btm_addressFurniture table {
	text-align:center;
	border:0;
	font-size: -1;
	}
	
#btm_addressFurniture font {
	size: -1; 
	color: #000000; 
	}
/*  BOTTOM ADDRESS TEXT  */

	
/*tree menu stuff */
#containerul, #containerul ul{
  text-align:left;
  margin:0;				/* Removes browser default margins applied to the lists. */
  padding:0;				/* Removes browser default padding applied to the lists. */
}

#containerul li{
  margin:0 0 0 5px;			/* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0;				/* Removes browser default padding applied to the list items. */
  list-style-type:none;			/* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{			/* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}

#containerul a:link { 
	font-weight: normal; 
	font-size: 8pt;
	text-decoration: none; 
	color: #770000;
	}
#containerul a:visited { 
	font-weight: normal; 
	font-size: 8pt;
	text-decoration: none; 
	color: #770000;
	}
#containerul a:hover, a:active { 
	font-weight: normal; 
	text-decoration: underline; 
	font-size: 8pt;
	color: #420000;
	}
	
	.myLayersClass { position: relative; visibility: hidden; }
	.myLayersClassShow { position: relative; visibility: visible; }
	.remove { display: none }
	
	#furnMenu {position: absolute; top: 160px; left: 2px; font: 8pt/16pt georgia;}
	#content {position: absolute; top: 120px; left: 170px; width: 600px; }
	#btm_addressFurniture { width: 780px; }
	
}
	
@media print {
	
body { 
	font: 8pt/16pt times; 
	color: #000000; 
	bgcolor: #FFFFFF;
	margin: 0px; 
	}
p { 
	font: 8pt/16pt times; 
	margin-top: 0px; 
	text-align: justify;
	}
h1 { 
	font: italic normal 14pt times; 
	color: #7D775C;
	}
h3 { 
	font: italic normal 12pt times; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	font-size: x-small;
	text-decoration: none; 
	color: #9685BA;
	}
a:visited { 
	font-weight: bold; 
	font-size: x-small;
	text-decoration: none; 
	color: #9685BA;
	}
a:hover, a:active { 
	text-decoration: underline; 
	font-size: x-small;
	color: #9685BA;
	}


/* specific divs */

/*  TOP LINKS */
#toplinks table {
	font: italic 8pt/16pt times; 
	text-align:center;
	border:0;
	}
	
/*  TOP LINKS */

/*  BOTTOM ADDRESS TEXT  */
#btm_addressFurniture table {
	text-align:center;
	border:0;
	font-size: -2;
	}
	
#btm_addressFurniture font {
	size: -2; 
	color: #000000; 
	}
/*  BOTTOM ADDRESS TEXT  */

	
/*tree menu stuff */
#containerul, #containerul ul{
  text-align:left;
  margin:0;				/* Removes browser default margins applied to the lists. */
  padding:0;				/* Removes browser default padding applied to the lists. */
}

#containerul li{
  margin:0 0 0 5px;			/* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0;				/* Removes browser default padding applied to the list items. */
  list-style-type:none;			/* Removes the bullet point that usually goes next to each item in a list. */
}


	
	.myLayersClass { position: relative; visibility: hidden; }
	.myLayersClassShow { position: relative; visibility: visible; }
	.remove { display: none }
	
	#furnMenu {display: none;}
	#content {position: absolute; top: 100px; left: 0px; width: 550px; }
	#btm_addressFurniture { width: 550px; }
	#toplinks { display: none; }
	
	h1 { display: none; }
}


