/* $WEFT -- Created by: Jason Garver (n6539f@hotmail.com) on 11/30/2007 -- */

@font-face 
{
font-family: 'wwiiregular';
src: url('css/wwii_tm1-webfont.eot');
src: url('css/wwii_tm1-webfont.eot?#iefix') format('embedded-opentype'),
     url('css/wwii_tm1-webfont.woff2') format('woff2'),
     url('css/wwii_tm1-webfont.woff') format('woff'),
     url('css/wwii_tm1-webfont.ttf') format('truetype'),
     url('css/wwii_tm1-webfont.svg#wwiiregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face 
{
font-family: "wwii";
font-style:  normal;
font-weight: normal;
src: url(WWII_TM1.ttf);
}


div#header { 
 border:none;
 margin:2em;
 margin:0;
 padding:2px;
 min-width:900px;
 /*height:110px;*/
 top:0px;
 left:0px;
 right:0%;
 overflow:hidden;
 position: fixed; /*added for test 02-08-2025*/
/* width: 100%;*/     /*added for test 02-08-2025*/
 z-index: 100;    /*added for test 02-08-2025*/
}

div#links { 
 border:none;
 margin:1em;
 margin:0;
 padding:4px;
 width:200px;
 min-width:200px;
 max-width:200px;
 height:100%;
 top:104px;
 left:0px;
 right:0%;
 overflow:hidden;
 position: fixed; /*added for test 02-08-2025*/
/* width: 100%;*/     /*added for test 02-08-2025*/
 z-index: 100;    /*added for test 02-08-2025*/
}

div#body
{
 border:none;
 margin:1em;
 margin:0;
 margin-top:110px; /*added 02-08-2025 for testing*/
 padding-top:5px; /*added 06-05-2026 for testing*/
 margin-left:200px; /*added 02-08-2025 for testing*/
 height:100%; /*added for test 06-05-2025*/
}
/*-------------------------------------------------------------------------------------------------------------------------------------------*/

