/* Screen Style Sheet */
/* -------------------------------------------------------------- */
/* 
  Sitename: ISO
  Author: Samuel Richardson
  Date: 20040714
  
  Description
  ----------------------------------------------------------------
  Stylesheet that targets browsers that ignore the "@import" rule.
  
*/

p
{
  font-family : "arial", "sans-serif";
  font-size : 90%;
}

#sidebarnews
  h3
  {
    font-family : "arial", "sans-serif";
    font-size : 80%;
    margin : 0px;
  }

#navigation .section
{
  z-index: -1;
  position : absolute;
  visibility : hidden;
}


#navigation .box
{
  display : none;
  visibility : hidden;
}

body
{
  padding : 5pt;
  margin : 5pt;
  font-size : 10pt;
  font-family : "arial", "sans-serif";
}

a img
{
  border-style : none;
}

#navigation
{
  display : none;
}

#footer
{
  display : none;
}

.returntotop
{
  display : none;
}

