/*
   BOGI main css file
   Filename: bogi.css

   This file contains styles used in the BOGI index.htm file
*/

body {margin: 10px; background: white url(back.jpg) repeat-y scroll 820px 0px}
#head {width: 750px; height: 150px; padding: 5px}



#main {width: 750px; font-family: Arial, Helvetica, sans-serif; margin-top: 30px; padding: 10px}
#main p {text-align: justify; font-size: 10pt}
#firstp:first-line {font-variant: small-caps}
#main img {float: right; margin: 0px 0px 10px 10px}

#main p span {color: green}

address {width: 750px; font-size: 8pt; font-style: normal; color: rgb(223,29,29);
         font-family: Arial, Helvetica, sans-serif; text-align: center;
         border-top: 1px solid rgb(223,29,29); padding-bottom: 10px}
         
         
.menu               {position:absolute; top: 190px; width: 144px; height: 30px; z-index: 3;
                     border: 1px solid black; color: black; background-color: rgb(212, 212, 212);
                     text-align: center}
.menu a             {display: block; width: 140px; height: 35px; color: black}
.menu a:hover       {background-color: rgb(151, 151, 151); color: white}

#menu1, #menu1List  {left: 0px}
#menu2, #menu2List  {left: 125px}
#menu3, #menu3List  {left: 250px}
#menu4, #menu4List  {left: 375px}
#menu5, #menu5List  {left: 515px}
#menu6, #menu6List  {left: 625px}

.menuList           {position: absolute; top: 206px; width: 124px; z-index: 2;
                     background-color: ivory; border: 1px solid black; display: none}

.menuList li        {margin-left: -1em}
.menuList a         {display: block; width: 124px}
.menuList a:hover   {background-color: rgb(151, 151, 151); color: white}


         
         
