/*
 * Style sheet for Bluewind web site
 */

a:link {
   color: blue;
   text-decoration: none;
   }

a:visited {
   color: purple;
   text-decoration: none;
   }

BODY {
   font-family: arial;
   font-size: small;
   text-align: left;
   color: #797777;
   }

*.homelogo {
    text-align: center;
    }

*.homemenu {
   font-family: arial;
   font-size: small;
   font-weight: bold;
   text-align: center;
   }

DIV.minilogo {
   position: absolute;
   top: 10px;
   left: 15px;
   width: 100px;
   text-align: center;
   }

DIV.leftmenu {
   position: absolute;
   top: 60px;
   left: 10px;
   width: 100px;
   text-align: center;
   }

*.leftmenu {
   background-color: #EEEEEE;
   font-size: x-small;
   font-weight: bold;
   }

DIV.centermenu {
   position: absolute;
   top: 10px;
   left: 120px;
   width: 500px;
   text-align: left;
   padding-right: 5pt;
   padding-left: 5pt;
   padding-bottom: 50pt;
   border-right: thin solid grey;
   border-left: thin solid grey;
   }

H1 {
   color: #800000;
   font-weight: bold;
   font-style: italic;
   font-size: 120%;
   padding-bottom: 1pt;
   border-bottom: 3px solid #b9aaaa;
   }

H2 {
   color: #800000;
   font-weight: bold;
   font-size: 100%;
   padding-bottom: 1pt;
   border-bottom: 2px solid #b9aaaa;
   }

P,UL {
   font-family: arial;
   font-size: small;
   text-align: left;
   }

DIV.rightmenu {
   background-color: #CCFFFF;
   position: absolute;
   top: 10px;
   left: 625px;
   width: 120px;
   border: thin dotted grey
   }

*.rightmenu {
   text-align: left;
   font-size: x-small;
   margin-bottom: 0pt;
   margin-left: 10pt;
   }


*.rightmenutitle {
   text-align: left;
   font-size: x-small;
   font-weight: bold;
   color: #800000;
   margin-bottom: 2pt;
   margin-left: 2pt;
   }


*.twocolumnslogo {
   border: 2px solid black;
   width: 100%
   }

TABLE.twocolumnslogo {
   width: 100%;
   }


*.topref {
   text-align: right;
   }

*.copyright {
   text-align: center;
   font-size: x-small;
   }

   }

