/* From bluerobot.com, Layout Reservour */
body {
    margin:0px;
    padding:0px;
    font-family:arial, helvetica, sans-serif;
    background-color:white;
    color:black;
}
.heading {
    margin:0px 0px 15px 0px;
    padding:0px;
    font-size:x-large;
    font-weight:900;
    color:#330099;
    background-color:transparent;
}
.subhead {
    font-size: large;
    color: #000000;
    background-color:transparent;
    font-weight: normal;
    border-bottom:1px dashed black;
}
.subsub {
    font-size: medium;
    color: #000000;
    background-color:transparent;
    font-weight: bold;
}
.ahem {
    display: none;
}

p {
    font-family:arial, helvetica, sans-serif;
    margin:0px 0px 16px 0px;
    padding:0px;
}

li {
    font-family:arial, helvetica, sans-serif;
    padding:0px;
}

dt {
    font-weight:bold;
}

dd {
    margin-left: 3em;
    margin-bottom: 0.5em;
}

/*  The layout work follows
 */
#outer {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    background-color:#330099; /* hack because IE6 doesn't handle navbar correctly.*/
}
#inner, #innerb {
    background-color:white;
    color:black;
    padding-top:10px;
}
/*  Navigation with links */
#inner {
    margin-left:9em;
}
/*  Navigation with buttons, like on index */
#innerb {
    margin-left:100px;
}

#banner {
    /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
    height:52px; /* 50px + 2px = 52px */
    border-style:solid;
    border-color:black;
    width:100%;
    border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
    background-color:#eee;
    color:black;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
    voice-family: "\"}\"";
    voice-family:inherit;
    height:50px; /* the correct height */
}

/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
html>body #banner {
    height:50px;
}

/* Reposition image in banner */
#siteimage {
    position: relative;
    top: 6px;
    margin-left: 10px;
}

#content {
    margin:0 4em 0 1em;
    padding:1em;
    padding-bottom:10px;
}

#footer {
    background-color: #eee;
    color: #9177C4;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    font-size: x-small;
    padding:0.5em 8em 0 2em;
    height:1.5em;  /* the IE hacked height */
    voice-family: "\"}\"";
    voice-family:inherit;
    height:2em;  /* the correct height */
}
html>body #footer {
    height:2em;
}

#footer a:link {
    color: #778;
}

#footer a:visited {
    color: #878;
}

#disclaimer {
    display:block;
    text-align:right;
    position: relative;
    top:-1.5em;
}
address {
    display: inline; 
}
#copy {
    font-family: arial, helvetica, sans-serif;
}
/*  General navigation style
     only need the IE5 hack if have nonzero margins/padding
*/
.navbar {
    position:absolute;
    top:0;
    left:0;
    margin:0;
    width:9em;
    height:100%;
    background-color:#330099;
    color:white;
    line-height:125%;
}

/*  Navigation with links
     only need the IE5 hack if have nonzero margins/padding
*/
#nav {
    width:9em;
}

/*  Navigation with buttons, like on index
     only need the IE5 hack if have nonzero margins/padding
*/
#navb {
    width:100px;
}

/* Navigation and special classes.
*/
ul.mainnav {
    list-style:none;
    margin: 0;
    padding: 0;
}

.mainnav li {
    height: 1.25em;
}
.mainnav a, .mainnav a:visited {
    display:block;
    text-decoration:none;
    font-family: arial, helvetica, sans-serif;
    font-size: smaller;
    white-space: nowrap;
    color: silver;
    background-color:transparent;
    padding-left:9px;
    margin-left:6px;
    margin-right: 0.5em;
}
/* Provide a navigation dot */
.mainnav .current a {
    color: white;
    background: transparent url(/wade/images/navdot-nt.png) left center no-repeat;
}

/*  Support for sidebar text in-line. */
.sidebar  {
    float:right;
    background-color:#eee;
    color:black;
    border-style:solid;
    border-width:1px;
    padding:0 0.5em 0.5em 0.5em;
    margin-left:0.5em;
    width:15em;
    max-width:40%;
}
.sidebar .subhead, .sidebar .heading {
    margin-top: 0.5em;
    border-bottom:0;
}
.sidebar dd {
    margin-left: 1em;
    margin-bottom: 0.5em;
}
.sidebar dd li {
    margin: 0;
    padding: 0;
    margin-left:-2em;
    font-size:smaller;
}

.motto {
    font-family: arial, helvetica, sans-serif;
    font-size: x-small;
    color: silver;
    background-color:transparent;
    font-weight: bold;
    margin-bottom:2em;
 }
.date {
    font-family: arial, helvetica, sans-serif;
    font-size: x-small;
    margin-bottom:1em;
}
.menu {
    font-family: arial, helvetica, sans-serif;
    font-size: small;
    color: #330099;
    background-color:transparent;
    margin-bottom:1em;
    border-bottom: 1px solid black;
    list-style:none;
}
.menu li {
    display:inline;
}
.menu a {
    border: 1px solid black;
    border-bottom: none;
    background-color:#ccccff;
    text-decoration: none;
    padding: 0 0.5em;
}
.menu .curr a {
    font-weight: bold;
    background-color:white;
    text-decoration: none;
    border-bottom: 1px solid white;
}
.submenu { 
    font-family: arial, helvetica, sans-serif;
    font-size: x-small;
    color: #330099;
    background-color:transparent;
    padding-left:2em;
    margin-top:-1em;
    margin-bottom:1em;
    list-style:none;
}
.submenu li {
    display:inline;
}
.submenu .curr a {
    font-weight: bold;
}

.validmarks {
/*    float:right; */
    margin-bottom:1em;
}

.note   {
    font-size:x-small;
}

/* for discussions of XML and tutorials. */
.elem {
    font-family:Courier,monospace; font-weight:bold;
}
.attr {
    font-family:Courier,monospace;
}
.parm {
    font-family:Courier,monospace;
}
.cmdline {
    font-family:Courier,monospace; text-indent: 2em;
}
.footnote {
    font-family: arial, helvetica, sans-serif;
    font-size: smaller;
    margin: 1em 0;
}
.footnote a {
    font-size:smaller;
    vertical-align:super;
}
a.fnote {
    font-size:smaller;
    vertical-align:super;
}
