@charset "iso-8859-1";
 html {

max-height:100%;max-width:1000px;
padding:0;
margin:0;
border:0;

/*background:#def;*/
background:#c7c29a;
}
body {

font-family:  Verdana, Arial, sans-serif;
max-height:100%;/*max-width:1000px;*/
}
#page {
display:block;
overflow:auto;
position:relative;top:0px;left:0px;margin:0px;padding:0px;
}
#navbar {
background:url(images/bkgrd-300.jpg) no-repeat;
float:left;width:250px;height:100%;overflow-y:auto;
position: fixed;top:3px;left:3px;
margin:0px; padding:0px;  color:#009a00;
font-size:.8em;
}
#navbar p{color:black; margin:10px;text-align:left;}
p {
font-size:.9em;
}
#hdrbox {
position:absolute;display:inline;
top:0px;
left:250px;float:left; border:0px; margin:0px 0px; padding:0px 0px;min-width:840px; height:60px;
/*background:#cde;*/
background:#c7c29a;
color:#efa96b;
}
#pageContent {
position:absolute;display:inline;
float:left;left:250px;
margin:0px; padding:10px;
top:60px;
height:100%;width:840px;min-width:840px;
max-height:100%;
/*background:#cde;*/
background:#c7c29a;

}
/* tab menu */
.tabmenu {
/* background:#ccffbb; */
float:left;margin:10px;
/* border:1px solid blue;
*/
}
.tabitem {
/* background:#ccffcc; */
float:left;
padding:0 1em 0 1em ;
/* border:1px blue dashed; */
border:0px;
}
/*************/


.float {float:left;margin:1px 1px 1px 3px;border:0px;height:100%}
.spacer {clear:both;}

