body {
margin : 0;
padding : 0;
border-color : #ffff00;
/*border-color : #880000;*/
/*background-color : #dddddd;*/
/*background-color : #ffffff;*/
background-color : #ffffff;
color : #000000;
/*color : #000000;*/
/*color : #153E7E;*/
/*color : #0000a0;*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size: 10pt;
base target="_top";
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
text-decoration: none;
}

ol,p,td,ul { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 10pt;
        text-decoration: none;
}

A:link { text-decoration: none;
         color: #0000ff
         /*color: #990000*/
}
A:visited { text-decoration: none; 
            color: #990000
}
A:active { text-decoration: none ;
           color: #990000
}
A:hover { text-decoration: none ;
          color: #990000
}

h1 {
  font : bold 14pt Verdana, Arial, Helvetica, sans-serif;
}
h2 {
  font : bold 12pt Verdana, Arial, Helvetica, sans-serif;
}

table.smallfont {
    font-size : 9pt;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-weight : normal;
}

#header {
  position : absolute;
/*  width : 65%;*/
  width : 780px;
/*  height : 15%;
  top : 2%;
  left : 17%;*/
  height : 100px;
  top : 0px;
  left : 200px;
  background : #BEDFC4;
/*background : #33ff99;*/
/*  background : #66FF99;*/
 /* background : #C6DEFF;*/
/*  background : #CFECEC;*/
  border-left : 2px solid #000000;
  border-right : 2px solid #000000;
/*  border-top : 2px solid ;*/
 /* color : #880000;*/
  color : #000000;
}
#leftnavigation {
  position : absolute;
/*  height : 81%;
  top : 17%;
  left : 2%;
  width : 15%;
  bottom : auto;*/
  top : 100px;
  left : 0px;
  width : 200px;
  height : 1000px;
   background : #BEDFC4;
 /* background : #BEDFC4;*/ /*original*/
/*  background : #33ff99;*/
/*  background : #C6DEFF;*/
/*  background : #CFECEC;*/
/*  height : 600px;*/
  border-top: 2px solid #000000;/*#880000;*/
/*  border-left: 2px solid #880000;*/
/*  border-bottom: 2px solid #880000;*/
  overflow : auto;
  color : #000000;
}
#lefttop { 
  position : absolute;
/*  height : 15%;
  top : 2%;
  left : 2%;
  width : 15%;*/
  height : 100px;
  top : 0px;
  left : 0px;
  width : 200px;
  overflow : auto;
   background : #BEDFC4;
/*  background : #33ff99;*/
/* background : #C6DEFF;*/
/*  border-top: 2px solid ;
  border-left: 2px solid ;*/
  color : #880000;
 }
#content {
  position : absolute;
/*  top : 17%;
  bottom : auto;
  left : 17%;
  width : 65%;*/
  width : 780px;
  top : 100px;
  left : 200px;
  height : 1000px;
/*  background : url(background.bmp);*/
/*  height : 81%;*/
  border-left : 2px solid #000000;
/*  border-bottom : 2px solid #880000;*/
  border-right : 2px solid #000000;
  border-top : 2px solid #000000;
  overflow : auto;
  color : #000000;
}
#content h1, #content h2 {
  color : #cc0000;
}
#footer {
  position: absolute;
  width: 100%;
  height: 0;
  top: auto;
  left: 0px;
  right: 0px;
  bottom: 0%;
}


