

html, body{
    height: 100%;
     color: #444;
    background: #fff;
    text-align: justify; 
    text-justify: newspaper;
    text-justify: inter-word;
}

html>body .container {
    height: auto;
}

  /* Custom font definitions
  ----------------------------------------------- */
/*  h1 {  color: #888; background: #eee; border-top: 2px solid #666;} */
h1 {  color: #666; text-align: left; } /* background: #eee; border-bottom: 1px solid #666}*/
h2 { color: #888; background: #eee; text-align: left; clear: right;}
h3 { color: #666; text-align: left; }
h4 { color: #444; text-align: left; }


.menuBox{
    float: left;
    width: 18em;
    margin: 1em 2em 1em 0em;
    padding: 1em 2em 1em 0em;
    border-top: 2px solid orange; 
    border-right: 2px solid orange; 
    border-bottom: 2px solid orange; 
    background: #fff;
    text-align: left; 
}

.menuBox h1 {  color: #666; font-size: 120%; 
	       margin: .4em .1em 0em .1em;
	       padding: .4em .1em 0em .1em;
} /* background: #eee; border-bottom: 1px solid #666}*/
.menuBox h2 { color: #888; background: transparent;  	        
	      font-size: 100%; border-left: 2px solid orange;
	      margin: 0em .1em 0em 2em;
	      padding: 0em .1em 0em 2em;
	      text-indent: -1em;
	    }
.menuBox h3 { color: #666; font-size: 90%;  	      
	      margin: 0em 0em 0em 3em;
	      padding: 0em 0em 0em 3em; 
	       } 

.menuBox sample { background: yellow};

.menuBox p { text-indent: .5em};

.menuBox h1 h2 object { text-align: right};

.menuPage {  
    color: #666;
    font-size: larger;    
    font-weight: bold;
    margin: 3px 0px 3px 3px;
    padding: 3px 0px 3px 3px;
}


.menuTitle {
    color: #666;
    background: #eee;
    margin-top: 10px;
    font-weight: bold;
    text-align: left;
    margin-left: 1.5em;
}

.ssmenu{
/* color: #888;*/
 text-align: left;
/* font-size: small;*/
}

.ssmenu ul { 
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 20px;
    list-style-type:none;
}
.ssmenu ul li a{ 
}

.ssmenu li object{
}


.pix{
    float: none; 
    margin: 10px 10px 10px 10px;
    padding:  10px 10px 10px 10px;
/*    overflow: hidden;*/
}
.pix tr td{
    margin: 10px;
    padding: 10px;
}

.float-right{ float: right;}



.container{
    font-family: 'Trebuchet MS', Verdana, sans-serif;
/*  position: relative;*/
    min-height: 100%;
    height: auto;
    width: 98%;
    margin: 10x auto;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: smaller;
}

/*         banner             */
/* ################################################## */



.banner ul{
    float: left;
    width: 98%;
    padding:0;
    margin:0;
    height: 110px; 
    list-style-type:none;
    overflow: hidden;
    margin-left:25px;
}

.banner a{
    float:left;
    width:6em;
    text-decoration:none;
    color:white;
    background-color:purple;
    padding:0.2em 0.6em;
    border-right:1px solid white;
}

.banner li {display:inline}

/* top */
.top{
    text-align: center; 
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid black; 
}

/* content */

.content
{
    width: 99%; 
    margin-bottom: 5px;
    margin-top: 5px
}


.content ul li {
    margin: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
}



/*  footer */
.footer{ /*    position: absolute;*/
    bottom: 0;
    padding: 4px 0;
    margin: 0;
    text-align: center;
    width: 99%; 
}



/* small */
.smaller {
 font-size: smaller;
    margin-left: 6px;
}


.mylink a { 
    text-decoration: none;
    color: #888;
}

.mylink a:link {
    text-decoration: none;
    color: #888;
}
.mylink a:visited {
    text-decoration: none;
    color: #888;
}

.mylink a:hover{
    color: #f90;
    background: #eee;
    border-bottom: none; /*1px #ccc ;*/
    text-decoration: none;
}



.mouseover { color: #f90;}

.boxed
{
    color: #000;
    background: #ccc;
    text-justify: inter-word;
}

.boxed ul {
    list-style-type: none;
    display: block;
    padding: 3px;
    margin: 0;
}

.boxed a { 
    font-weight: normal;
    text-decoration: none;
}

.boxed a:link {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}
.boxed a:visited {
    color: #000;
    font-weight: normal;
}
.boxed a:hover{
    color: #f90;
    background: #eee;
    border-bottom: none; /*1px #ccc ;*/
    text-decoration: none;
}



.menuPageBelow {
    margin-left:25px;
    color: orange;
    padding-top:-8px;
    margin-top:-8px;
}

