/* Style sheet for ITO's web site */
/* Contains both IE4+ and NN4+ syntax. */
/* NN definitions that vary from IE use the "#" label/id syntax */

/* Contents copyright (c) 2001 It's Time, Oregon! */
/* All rights reserved. */

body { 
    font-family: "arial, sans-serif";
    font-size: medium;
    font-weight: normal;
    text-align: left;
    color: #FFFFFF; 
    background : Black;
}

/* define the default look of text blocks */
p, td, dt, dd, li {
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    color: Black;
    font : normal;
}

/* main page content links */
a {
	color: Red;
}
a:LINK {
	Color: Red;
}
a:VISITED {
    color: Red;
}
a:HOVER {
	color: Navy;
}

/* site navigation elements */
td.contentitem {
	font-size: 85%;
	padding-bottom: 1px;
}
td.subcategory {
	font-size: 75%;
}
/* links are always Green, with IE setting the hover to yellow */
a.sitecontents {
    color: Lime;
    Font-weight: bold;
}
a.sitecontents:LINK {
    color: Lime;
    Font-weight: bold;
}
a.sitecontents:VISITED {
    color: Lime;
    Font-weight: bold;
}
a.sitecontents:HOVER {
    color: Yellow;
}

table.childcategory {
	margin-bottom: 1px;
	padding-bottom:  0px;
}
/* Subcategory links are always red, with IE setting the hover to yellow */
a.subcontents {
    color: Lime;
}
a.subcontents:LINK {
    color: Lime;
}
a.subcontents:VISITED {
    color: Lime;
}
a.subcontents:HOVER {
    color: Lime;
}

/* use this a tag when at the current group of pages */
a.currentgroup {
	color: Navy;
	font-weight : bold;
}
a.currentgroup:LINK {
	color: Navy;
}
a.currentgroup:VISITED {
	color: Navy;
}
a.currentgroup:HOVER {
	color: Red;
}

/* links used for the page footer */
a.footer { color: Lime; }
a.footer:LINK { color: Lime; }
a.footer:VISITED { color: Lime; }
a.footer:HOVER {
   font-weight: normal;
   color: Yellow;
}

/* standard monospace font for use in PRE structures */
pre {
    font-family: monospace;
    font-size: small;
}


/* default form text */
form {
	font-size: smaller;
    font-weight: normal;
    font-style: std;
    text-align: left;
}


/* copyright paragraph for each page */
p.copyright {
    padding: 0em;
    margin-top: .1em;
    font-size: 60%;
    line-height: normal;
    color: #FFFFFF;
    text-align : center;
}
p.copyright span.inlinenote {
	font-style: italic;
    color: #ffffff;
}


h1 {
    color: #000080;
    font-family: serif; 
    font-size: 125%;
    font-style: italic;
    line-height: normal; 
    font-weight: bold; 
    margin-top: .8em; 
    padding-top: 0; 
    margin-bottom: 0; 
    padding-bottom: 0; 
    text-align: center;
}
h1.contentheader {
	color: #FFFF00;
	text-align : left;
    font-size: 125%;
}

h3 {
    font-weight: bold;
    color: Teal;
}

.scDesc {
	font-size : 70%;
	color : White;
}

.quote {
    font-size: 70%;
    font-style: italic;
    color: White;
}

.author {
    font-size: 70%;
    line-height: 120%;
    font-style: normal;
    color: White;
}

/* page footer links */
td.navfooter {
    font-size: 70%;
    line-height: normal;
    text-align: center;
}

span.standout {
	font-weight: bold;
    color: Teal;
}

span.nolink {
	font-weight: bold;
    color: Teal;
}

span.statute {
	font-weight: bold;
	color: Teal;
}
