/*
 * $Id: leveledBooksTG.css,v 1.20 2004/07/21 16:05:35 brian Exp $
 * CSS selectors shared across all pages of the student directory site.
 */

body, div, layer, table, span, tbody, tr, td, table, p
{
  background-color: #FFFFFF;
  color: #000000;
}

body
{
  background-image: url("../images/LBTG/LBTG_background.gif");
  background-repeat: repeat-y;
}

#topImage
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1000px;
  height: 203px;
}

#leftImage
{
  position: absolute;
  top: 204px;
  left: 0px;
  width: 241px;
  height: 637px;
}

#rightImage
{
  position: absolute;
  top: 204px;
  left: 715px;
  width: 285px;
  height: 637px;
}

#content
{
  position: absolute;
  top: 204px;
  left: 241px;
  width: 474px;
}

a.blue:link
{
  color: #0033CC;
}

a.blue:active
{
  color: #0033CC;
}

a.blue:visited
{
  color: #0033CC;
}

a.blue:hover
{
  color: #0033CC;
}


a.plain:link
{
  color: #000000;
  text-decoration: none;
}

a.plain:active
{
  color: #000000;
  text-decoration: none;
}

a.plain:visited
{
  color: #000000;
  text-decoration: none;
}

a.plain:hover
{
  color: #000000;
  text-decoration: none;
}
