/*------------------------------------------------------------------
   
   ns-styles.css
   
   $Id: nn-styles.css,v 1.1.1.1 2002/02/21 06:04:03 dan Exp $
   
   Part of Webweaver Templates #2
   
   Due to the complexity of this template, we're gonna need a
   *completely* seperate stylsheet for netscape. Be SURE to call
   this stylesheet FIRST in the htdoc, and the *real* styles second
   using media="all" or @import to keep them hidden from out
   outdated and tired friend netscape.
   
   **WARNING!  Do not add anything to this stylesheet that is not
               used in styles.css or layout.css. You can, just make
               sure you override it in those 2 stylesheets. This
               stylesheet is loaded first, so if you don't heed this
               warning, these n4 specific styles will also show up
               in the compliant browsers!
   
   Dan Loda. I made this. <dan@webweaver.org>
   
   Copyright (c) 2002 webweaver.collective <http://webweaver.org>

------------------------------------------------------------------*/

BODY
{
   color: #000;
   background: #606060;
   font-family: verdana,helvetica, arial, sans-serif;
   font-size: 12px;
}

TD
{
   color: #000;
   font-family: verdana,helvetica, arial, sans-serif;
   font-size: 12px;
}

H1, H2, H3, H4, H5
{
   font-family: Arial, Sans-Serif;
   color: #6A83B2;
   background: transparent;
   font-size-adjust: .58;
}

H1 { font-size: 150%; font-weight: 400; letter-spacing: 5px }
H2 { font-size: 115%; font-weight: 400; letter-spacing: 1px }
H3 { font-size: 100%; font-weight: bold }
H4 { font-size: 90%; font-weight: bold }
H5 { font-size: 80%; font-weight: bold }

A:link { color: #000; background: transparent }
A:visited { color: #000; background: transparent }

ADDRESS { font-style: normal }

.clear { clear: both; font-size: 1px }

DIV#page
{
   color: #404040;
   background: transparent;
}

DIV#navigation
{
   color: #000;
   background: transparent;
}

DIV#navigation DIV {  }

DIV#header { }

DIV.tab0 {  }
DIV.tab1 {  }
DIV.tab2 {  }
DIV.tab3 {  }
DIV.tab4 {  }

DIV#tab0, DIV#tab1, DIV#tab2, DIV#tab3, DIV#tab4 { float: left }

A.navlink
{
   text-decoration: none;
}

DIV#header { }

DIV#pagebody { clear: both }

BLOCKQUOTE
{
   color: #2F4F88;
   background: transparent;
   font-family: "Times New Roman", Serif;
   font-style: italic;
   font-weight: none;
   font-size:16px;
}

BLOCKQUOTE { margin: 0 13px; padding: 0 }

BLOCKQUOTE

P#subnavigation { font-size: 14px }

A.subnavlink:link, A.subnavlink:visited
   { text-decoration: none }
   
BLOCKQUOTE#preamble
{
   color:#555;
   background: transparent;
   font-family: Times New Roman, Serif;
   font-style: italic;
   FONT-SIZE: 16px;
}

DIV#update { }

DIV#update DIV.item { }

DIV.item .title { }

DIV.item .desc { }

DIV#footer {  }

P#copyright { font-size: 12px }
