html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background: #feb;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
/*background-image:  url(img/bgr_roots.jpg); background-repeat: repeat; background:rgb(209,205,193);*/

  scrollbar-base-color: #e1bf82;
 
/*scrollbar-3dlight-color: #521;*/
  scrollbar-arrow-color: #521;
/*scrollbar-darkshadow-color: #521;
  scrollbar-face-color: #ebebeb;
  scrollbar-highlight-color: #888;
  scrollbar-shadow-color: #521;
  scrollbar-track-color: #efefef; */
	}

#background{position:absolute; z-index:1; width:100%; height:100%;}

#content {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:10;
	top:110px; 
	bottom:22px; 
	width:710px; 
	margin-left:-355px; 
	left:50%; 
	/*border-left:1px solid #000;
	border-right:1px solid #000;
	background:#fff;*/
	}

* html #content {
	top:0; 
	bottom:0; 
	height:100%;
	width:712px;
	border-bottom:22px solid transparent;
	border-top:110px solid transparent; 
	/*set an unused color to be index color*/
	_border-color:tomato; /*For IE6-*/
	
	/*then remove this indexed color*/
	_filter:chroma(color=tomato);/*For IE6-*/
	}


a {  color: #c53; text-decoration: none font-weight: bold;}
a:link {  color: #c53;}
a:visited {  color: #c53;}
a:active {  color: #c53;}
a:hover {  color: #710;}


#txt_bgr {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:2; 
	top:110px; 
	bottom:22px; 
	width:710px; 
	margin-left:-355px; 
	left:50%;
	/*background:#f2e4ab;*/
	/*border-left:1px solid #000;
	border-right:1px solid #000;*/
	}

* html #txt_bgr {
	top:0; 
	bottom:0; 
	height:100%;
	width:712px;
	border-bottom:22px solid transparent;
	border-top:111px solid transparent; 
	
	/*set an unused color to be index color*/
	_border-color:tomato; /*For IE6-*/
	
	/*then remove this indexed color*/
	_filter:chroma(color=tomato);/*For IE6-*/
	}



#txt_bgr_color {
	height: 100%; 
	width: 100%;  
	background:#f2e4ab;	
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	}


#top_bar {
	position:absolute; 
	z-index:5; 
	top:8px; 
	width:100%;  
	height:88px; 
	background:#b53b1f;  
	filter:alpha(opacity=63);
	-moz-opacity:.63;
	opacity:.63
	}

* html #top_bar {
	top:8px; /*width:100%; height:80px;*/
	}


#head {
	position:absolute; 
	z-index:30;
 
	left:50%; 
	top:0; 
	width:600px; 
	/*min-width:710px;*/
	margin-left:-355px; 
	height:150px; 
	/*background:#fff; */
	font-size:1em;  
	/*border:1px solid #000;*/
	}

* html #head {
	top:0px; width:600px; height:148px;
	}


#frank {
	position:absolute; 
	z-index:10;
	left:50%; 
	top:0; 
	width:152px; 
	margin-left:210px; 
	height:110px; 
	/*background:#fff; */
	font-size:0.6em;  
	/*border:1px solid #000;*/
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	}

* html #frank {
	top:1px; width:152px; height:110px; 
	}


#foot {
	text-align:center;
	position:absolute; 
	margin-left:-321px; 
	left:50%; 
	bottom:0; 
	width:640px; 
	min-width:640px; 
	height:50px; 
	font-size:1em; 
	z-index:5; 
	border:1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;
	}

* html #foot {
	bottom:2px; width:642px; height:48px;
	}


#content p, #content ul, #content ol {
	text-align:justify;
	font-size:85%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	}


#content p b, #content ul b, #content ol b {
	text-align:justify;
	font-size:120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


#content h1 {
	font-size:125%; 
/*	font-weight:bold;*/
	font-family: Tahoma, Arial, sans-serif;
	}
	
#content h1, #content p {
	margin: 10px 20px 10px 10px;
	}
	
.boldhead {
	font-size:1.5em; 
	font-weight:bold;
	}
	
.bold {font-weight:bold;}
.left {float:left; margin:10px; border:1px solid #000;}
.right {float:right; margin:10px; border:1px solid #000;}
.lefttext {float:left; width:300px; text-align:justify;}
.righttext {float:right; width:300px; text-align:justify;}

* html .lefttext {float:left; width:310px; text-align:justify;}
* html .righttext {float:right; width:310px; text-align:justify;}



a.screen, a.screen:visited {
color:#c00; 
position:relative; 
z-index:1;
}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
/*width:200px;  give it a width */
height:0; /* no height to solve an Opera bug that makes it selectable when hidden */
border:1px solid #000;/*  add a border */
left:0; /* position:the image */
top:-80px;
left:40px;
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.screen:hover b {
visibility:visible; /* make the image visible */
/*height:150px;  now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}
a.screen:hover b img {
border:0; /* remove the link border */
}



/*
.tooltip { position:relative; z-index:24; }
a:hover {background:transparent; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:130px;}
a.tooltip:hover span{display:inline; position:absolute; background:#fefce8; border:1px solid #333; /*color:#6c6c6c;*/}
.tooltip:hover {z-index:25;}


.tooltip { position:relative; z-index:24; }
.tooltip span { display:none;}
.tooltip:hover {z-index:25;}
.tooltip:hover span { 
	display:block;
	position:absolute; 
	width:120px; 
	top:25px; 
	left:20px; 
	background-color:#fefce8; 
	border:1px solid #333333; 
	padding:5px;
	font-size:11px;
	color:#333333;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}	
	
	*/

