/* The NUT on the Net stylesheet
(c) 1999-2009 John Asher. All rights reserved. */

* {
  margin: 0px;
  padding: 0px;
}

BODY {
	background-color: #000;
	top: 0px;
    border: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
    font-family: georgia, garamond, "century schoolbook", "times new roman", times, serif;
	font-size: 16px;
}

.noCSS {
	display: none;
}

#container {
	position: absolute;
    width: 825px;
    left: 50%;
	border: none;
	margin-top: 20px;
	margin-left: -417px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 5px 5px 10px 5px;
}

#banner {
	width: 825px;
	height: 120px;
}

#box {
    position: relative;
    background-color: #ffc;
	background-image: url('/graphics/nut_bg.png');
    background-repeat: repeat;
	width: 825px;
    padding: 1px
}

#navbar {
    position: absolute;
    width: 125px;
}

#navbar ul {
        margin: 0px;
	padding: 0px;
	text-indent: 0px;
	list-style-type: none;
}

#navbar li {
	margin: 2px;
	border: none;
	width: 120px;
	height: 30px;
	background-color: #900000;
	line-height: 1.6em;
}

#navbar a, #navbar a:link, #navbar a:visited {
	display: block;
	color: #dd0;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	width: 108px;
	height: 26px;
	background-color: #900000;
	line-height: 1.7em;
    border: none;
}

#navbar a:hover {
	color: #00a;
	background-color: #dd0;
}

#main {
    position: relative;
    left: 125px;
    width: 700px;
}


H1, H2, H3 {
	font-weight: bold;
	margin: 10px;
    color: #900;
}

H1 {
	font-size: 2.0em;
	text-align: center;
	margin: 10px 10px 20px 10px;
}

H2 { 
	font-size: 1.3em;
	text-align: left;
	margin-left: 20px;
	margin-right: 10px;
}

H3 {
	font-size: 1.0em;
	font-style: italic;
	text-align: left;
	margin-left: 20px;
	margin-right: 10px;
}

.subtitle {
    font-size: 0.75em;
}

P {
	font-size: 1.0em;
    line-height: 1.25em;
	color: #000000;
	text-align: justify;
	text-indent: 20px;
	margin: 20px;
}

P.linksbar {
	font-size: 0.9em;
	text-align: center;
}

P.team {
	text-align: left;
	text-indent: 0px;
}

P.noindent {
	text-align: left;
	text-indent: 0px;
}


P.counter {
        font-family: arial, helvetica, sans-serif;
        font-size: 0.9em;
        color: #000000;
        text-align: center;
}


P.author { 
	font-family: cursive; 
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	text-align: left;
	text-indent: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

P.intro, P.footnote {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	text-indent: 0px;
}

P.address { 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1.0em;
	text-indent: 0px;
}

P.img {
	text-indent: 0px;
	text-align: center;
}

P.pagelinks {
	font-size: 1.0em;
	text-align: center;
	text-indent: 0px;
}

P.nutissue {
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    text-indent: 0px;
    font-variant: small-caps;
    margin: 10px;
}

BLOCKQUOTE {
    margin: 0px 60px 0px 60px;
}

BLOCKQUOTE P {
    font-size: 0.9em;
    text-indent: 0px;
}


UL, OL {
	font-size: 1.0em;
	color: #000000;
	margin: 20px 20px 20px 60px;
}

UL.bulletpoints LI, OL.bulletpoints LI {
    line-height: 1.2em;
    margin-bottom: 10px;
}

EM, I { 
	font-style: italic; 
}

STRONG, B { 
	font-weight: bold; 
}       


SUP {
	font-size: 8pt;
}

CITE	{ 
	text-align: center;
	font-size: 1.0em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: italic; 
}         

A:link {
	color: #0000FF;
	text-decoration: none;
    border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaa;
}

A:visited { 
	color: #50c;
	text-decoration: none;
    border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaa;
}

A:hover, A:focus {
	text-decoration: none;
	color: #FF0000;
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc0000;
}

.pagelinks A:link, .pagelinks A:visited, .linksbar A:link, .linksbar A:visited {
    color: #0000FF;
    border: none;
}

.pagelinks A:hover, .linksbar A:hover, .pagelinks A:focus, .linksbar A:focus {
    text-decoration: none;
	color: #FF0000;
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc0000;
}


TH.dertscore {
	text-align: center;
	font-size: 1.0em;
	font-style: italic;
	font-family: verdana, arial, helvetica, sans-serif;
}

TH.dertclass {
	text-align: left;
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #2C6836;
}

#kit_table TH, #kit_table TD {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 0.6em;
}

TABLE.twocol_data {
    margin: 20px 20px 20px 80px;
}

TABLE.twocol_data TD {
    padding: 5px 20px 5px 20px;
}

TABLE.dert_results {
    margin-left: 50px;
}

TABLE.dert_results TD {
    padding: 5px;
}

SUP {
	font-size: 0.5em;
}

#columnLeft {
	float: left;
	width: 50%;
	margin-right: 1.5em;
	padding-right: 1em;
	margin-top: 0;
	padding-top: 0.7em;
	vertical-align: top;
}

#columnRight {
	padding-left: 2em;
	margin-top: 0;
	padding-top: 0.7em;
	vertical-align: top;
}

#footer {
	clear: both;
	padding-bottom: 0;
	text-align: center;
}

#sitemap a {
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 5px;
}

#sitemap a.article {
	font-size: 0.8em;
	font-weight: normal;
	margin-bottom: 2px;
}

#page_footer {
	float: left;
    position: relative;
}

#page_footer P {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
	text-align: left;
	text-indent: 0px;
	margin: 5px;
	padding: 0px;
}

#page_footer A:link {
    color: #78f;
    border-bottom: none;
}

#url_script {
	display: none;
}

#w3c {
	float: right;
	margin: 10px 5px 5px 5px;
	padding: 0px;
	vertical-align: middle;
}

#w3c A {
    border-bottom: none;
}

.linkdata {
	font-family: garamond, "times new roman", times, serif;
	font-size: 0.8em;
	font-style: italic;
}

DIV.gallery {
    text-align: center;
}

DIV.gallery A {
    border-bottom: none;
}

DIV.gallery IMG {
    margin: 10px;
}

DIV.archival {
    border: 1px solid #888;
    margin: 10px 30px 10px 30px;
}

DIV.archival P {
    text-indent: 0px;
    font-size: 1.2em;
    margin: 10px 20px 10px 20px;
}

DIV.archival A.selector {
    font-size: 0.6em;
}

DIV.archival UL LI {
    line-height: 1.4em;
}