/* 
  style.css

  a theme for spgm

  by Donna J. Harris
*/


body {
  margin: 0px;
  background-color: #ffffff;
  color: #9ea3a6;
  font-family: verdana, arial, "sans-serif";

  background-image: url("../../images/dD_mid.gif");
  background-repeat: no-repeat;
  background-position: 0px 200px;
}

#wrapper {
  margin: 0px;
  margin-top: 65px;
  padding: 0px;
  width: 1000px;
  overflow: hidden;
  position: relative;

}


#content
{
  background-color: transparent;

  font-family: verdana, arial, sans-serif;

}


#col0
        {

        color: #ffffff;

        font-size: 9px;
        text-align: right;
        float: left;
        margin-right: 20px;
        position: relative;
        z-index: 0;
        width: 180px;

        }


#sidebar
        {

        float: left;
        position: relative;
        z-index: 0;
        width: 196px;

        }


h1
{
  color: #4682B4;
  font-family: verdana, sans serif;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 6px;

}

h1 a
{
 text-decoration: none;
 color: #4682B4;
}

h1 a:hover
{
 text-decoration: underline;

}

h1 a:visited
{
 color: #4682B4;
}



#entry
        {

        font-size: 11px;
        line-height: 25px;
        text-align: justify;
        float: left;
        margin-left: 20px;
        position: relative;
        z-index: 4;
        width: 450px;
        }

#entry a
{
  color: #ff542d;
  text-decoration: none;
  font-weight: normal;
}

#entry a:hover
{
  color: #4682B4;
  text-decoration: underline;
  font-weight: normal;
}


#entry a:visited
{
  color: #ff542d;
  text-decoration: none;
}

#entry a:visited:hover
{
  color: #4682b4;
  text-decoration: underline;
}


strong
{
  color: #79736d;
}

b
{
  color: #79736d;
}




.linx
{

  font-family: verdana;
  font-size: 14px;
  color:        #ff542d;
  font-weight: normal;



}

.linx a
{
  text-decoration: none;
  font-weight: normal;

  color:        #ff542d;

  border: 1px solid #ffffff;
  padding: 3px;
}

.linx a.here
{
  font-weight: bold;
}


.linx a:visited
{
  color: #ff542d;
  font-weight: normal;

}

.linx a:hover
{
  color:	#ff542d;
  border: 1px solid #ff542d;
  padding: 3px;
  font-weight: normal;
}


.linx a.here:hover
{
  font-weight: bold;
  border: 1px solid #ffffff;

}

.linx ul
{
  line-height: 2em;

  list-style-position: outside;
  list-style-type: circle;
}


