/***********************
 ** Aliante: Style Sheet
 ***********************
 */


/**
 ** body
 **/
BODY {
   font-family: arial;
   font-size: x-small;
   text-align: left;
   color: 797777;
   }



/**
 ** sponsor
 **/
DIV.sponsor {
   position: absolute;
   top: 300px;
   left: 120px;
   width: 500px;
   }

IMG.sponsor1 {
   width: 60px;
   border: 0;
   float: left;
   }

IMG.sponsor2 {
   width: 60px;
   border: 0;
   float: center;
   }

IMG.sponsor3 {
   width: 60px;
   border: 0;
   float: right;
   }

A.sponsor1 {
   font-size: xx-small;
   float: left;
   }

A.sponsor2 {
   font-size: xx-small;
   float: center;
   }

A.sponsor3 {
   font-size: xx-small;
   float: right;
   }



/**
 ** homelogo
 **/
DIV.homelogo {
   position: absolute;
   top: 20px;
   left: 120px;
   width: 500px;
   text-align: center;
   }

IMG.homelogo {
   height: 150px;
   border: 0;
   }



/**
 ** homemenu
 **/
*.homemenu {
   font-family: arial;
   font-size: x-small;
   font-weight: bold;
   text-align: center;
   }

DIV.homemenu {
   position: absolute;
   top: 250px;
   left: 120px;
   width: 500px;
   }



/**
 ** homeline
 **/
DIV.homeline {
   position: absolute;
   top: 280px;
   left: 120px;
   width: 500px;
   text-align: center;
   }

HR.homeline {
   }



/**
 ** minilogo
 **/
DIV.minilogo {
   position: absolute;
   top: 100px;
   left: 15px;
   }

IMG.minilogo {
   width: 100px;
   border: 0;
   }



/**
 ** pdflogo
 **/
IMG.pdflogo {
   width: 25px;
   border: 0;
   }



/**
 ** leftmenu
 **/
DIV.leftmenu {
   position: absolute;
   top: 150px;
   left: 15px;
   width: 100px;
   text-align: left;
   }

*.leftmenu {
   font-size: xx-small;
   font-weight: bold;
   font-colour: EEEEEE;
   }



/**
 ** centermenu
 **/
DIV.centermenu {
   position: absolute;
   top: 100px;
   left: 120px;
   width: 500px;
   text-align: left;
   }



/**
 ** rightmenu
 **/
DIV.rightmenu {
   position: absolute;
   top: 100px;
   left: 625px;
   width: 120px;
   }

P.rightmenu {
   text-align: center;
   font-size: xx-small;
   }

H1.rightmenu {
   text-align: center;
   font-size: x-small;
   font-weight: bold;
   }



/**
 ** twocolumnslogo
 **/
*.twocolumnslogo {
   border: 2px solid black;
   width: 100%
   }

TABLE.twocolumnslogo {
   width: 100%;
   }



/**
 ** topref
 **/
*.topref {
   text-align: right;
   }



/**
 ** copyright
 **/
*.copyright {
   text-align: center;
   font-size: xx-small;
   }


/**
 ** misc
 **/
H1 {
   font-weight: bold;
   font-style: italic;
   font-size: 130%;
   }

H2 {
   font-weight: bold;
   font-size: 120%;
   }

H3 {
   font-weight: bold;
   font-size: 100%;
   }

P,UL {
   font-family: arial;
   font-size: x-small;
   text-align: left;
   }

