/*style sheet PFLAG Ogden webpages*/
/*Buttons are arial bold 13*/

body  	 {background-image:URL('images/background.jpg'); background-repeat:no-repeat; text-align:center; padding:0px;
            font-family:times new roman, san serif, arial}
img      {padding:0px; border:0px; margin:0px}
.block   {font-size:16px}
.text    {border-right:1px solid #9999cc; padding-right:10px; font-size:14px}
.header  {font-size:18px; background-color:#9999cc; color:white; padding-left:5px}
a:hover  {color:blue}
a        {color:black}
.foot    {padding-left:5px; padding-right:5px; border-right:1 solid black}
.usefulLinks   {text-decoration:none; color:#482458; margin:0; font-size:16pt; font-weight:600}

#slideshow {
   position:relative;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow IMG {
    position:absolute;
    top:10px;
    left:5px;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}


