body {background-color:silver;
    margin-left:0px; 
      margin-right:0px; 
      margin-bottom:0px; 
      margin-top:0px;}

a:link,a:active,a:visited
   {text-decoration: none;
   /* font-weight:bold;*/
    color: dodgerblue;}
a:hover    {text-decoration: underline;
    /*font-weight:bold;*/
    color: navy;}
select {border-style:none;color:navy;background-color:#f4f4f4;}

select option {border-style:none; color:navy;background-color:white;}

#homepage {
border:dotted 1px;}

.menu2open {font-weight:bold;
background-color:yellow;}

b.rtop, b.rbottom{display:block;background: silver}
b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: white;}
b.r1{margin: 0 5px}b.r2{margin: 0 3px}b.r3{margin: 0 2px}b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
/* HEADER*/
#headerup {position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index:10;}
#header{background-color:white;
        padding: 0px 10px 0px 10px;          
        position:fixed;
        left: 0px;
        right: 0px;
        top:5px; 
        z-index:10;
        height:23px;
        max-height:23px;
        overflow: auto;}
#headerdown {position: fixed;
	left: 0px;
	right: 0px;
	top: 28px;
	z-index:10;}
/* Middle (paper) */
#paperup {position: fixed;
	left: 0px;
	right: 0px;
	top:37px;
	z-index:10;}
#paperdown {position: fixed;
	left: 0px;
	right: 0px;
	bottom: 95px;
	z-index:10;}

#content {
padding: 10px 10px 10px 10px;
background-color:white;
position: absolute;
	left: 0px;
	right: 0px;
	top:42px;
	bottom: 100px;
/*	min-width:900px;*/
	z-index:10;
	overflow: auto;	}
/*BOTTOM*/
#bottomup {position: fixed;
	left: 0px;
	right: 0px;
	bottom: 85px;
	z-index:10;}
#bottomdown {position: fixed;
	left: 00px;
	right: 0px;
	bottom: 5px;
	z-index:10;}
#bottom {background-color:white;
padding: 0px 10px 0px 10px;
position: fixed;
	left: 0px;
	right: 0px;
	bottom: 10px;
	z-index:10;
        height:75px;
        max-height:75px;
	overflow: auto;	}



#theDivsActualTextContent {position:absolute;
	z-index:1;
	color:white;	}
#theDivsTransparentBackground {	position: absolute;
//	left:0; top:0;
	width:100%; height:100%;
//	z-index:0;
	background:black;
	opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity=70);	}