body {
	margin: 0;
	padding: 0;
        font-family: "lucida grande", verdana, arial, helvetica, sans-serif;
        font-size: 1em;
	color:#000;
	background-color: #ffffff;
	}
#content {
	margin: 0em;
	padding: 1em 1em 1em 16.5em;
}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
        margin-bottom: 0em;
	color:#ff0000;
        background-color: transparent;
	}
h2 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	color:#ff3300;
        background-color: transparent;
	}
h3 {
	font-size: 1.3em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	color:#333;
        background-color: transparent;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	color:#333;
        background-color: transparent;
	}
p {
	font-size: 1.0em;
        line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
p.c1 {
        text-align:center;
        margin:0em auto;
}
abbr, acronym {
        border-bottom: 0.06em dotted #000;
        cursor: help;
}
hr       {
        margin-top: 0.31em;
        margin-bottom: 0.31em;
}

a {
	color:#333399;
        background-color: transparent;
	text-decoration:none;
	font-weight:bold;
	}
a:link {
        color:#3333ff;
        background-color: transparent;
}
a:visited {
        color:#333366;
        background-color: transparent;
}
a:hover {
        color: #ff9933;
        background-color: transparent;
}
span.c40 {
        color: Maroon;
        background-color: transparent;
}
span.c38 {
        color: Teal;
        background-color: transparent;
        font-size: 120%;
}
span.c37 {
        color: Red;
        background-color: transparent;
}
img {
        border-style:none;
        margin: 0 0em;
}
img.valid {
        vertical-align:middle;
        width: 5.5em;
        height:1.94em;
}
#header {
	color:#333;
	background-color: #eee;
	background-position: left;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0.25em 0.25em 0.25em 1em;
	padding: 0.25em 0.25em;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
        /*	height:33px; */
        /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
        height: 5em;
	border-width:0.06em 0.06em; /* top and bottom borders: 1px; left and right borders: 0px */
}
#header div {
        margin-left: 9em;
}

#menu {
	position:absolute;
	top: 6.5em;
	left: 1em;
	width: 13em;
	padding: .6em;
	color:#333;
	background-color:#ddddbb;
	border:0.06em dashed #999;
}
.row {
        position: relative;
        vertical-align: middle;
}
.left {
        float : left;
        text-align: left;
        border:0em;
        padding:1em;
}
div.c1 {
        clear : both;
}
div.c5 {
        font-size : 64%;
        font-style : italic;
}
div.c39 {
        text-align: center;
}
.right {
        float : right;
        text-align: right;
}
#menu ul {
        list-style: none;
        margin-top: 0.19em;
        margin-bottom: 0.19em;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
}
#menu ul li {
        margin: 0.25em 0 0 0em;
        display: inline;
}

#menu ul li a {
        text-decoration: none;
        display: block;
}
#menu ul li a:hover {
        text-decoration: none;
}

table   {
        display: table;
        margin-left:auto;
        margin-right:auto;
}
table.sortable a.sortheader {
        background-color:#eee;
        color:#666666;
        font-weight: bold;
        text-decoration: none;
        display: block;
}
table.sortable span.sortarrow {
        color: black;
        background-color: transparent;
        text-decoration: none;
}
#toc {
  float: right;
  font-size: 80%;
  display: inline;
  border: 0.06em solid #000;
  margin: 0em 0em 1.25em 1.25em;
  padding: 0.31em;
  color:#333;
  background: #ddd;
}
#toc .level2 { margin-left: 1em; }
#toc .level3 { margin-left: 2em; }
#toc .level4 { margin-left: 3em; }
#toc .level5 { margin-left: 4em; }
#toc .level6 { margin-left: 5em; }

/* This next part is for the button-like links that close the boxes.
The button divs belong to the cb class.
The links are given the pale grey background colour which turns blue on hover and a border.
They are wrapped in a div that aligns itself horizontally to the right */

div.cb {
  text-align: right; 
  clear: both;
  padding: 0em 0em;
  }

a.close {
	color:#09c;
	font-size: 0.62em;
	font-weight:600;
	text-decoration:none;
	padding: 0.19em;
	background-color:#eee;
	border:0.06em solid black;
	}
a.close:link {
        color:#09c;
	background-color: transparent;
        }
a.close:visited {
        color:#09c;
	background-color: transparent;
        }
a.close:hover {
	color:#09c;
	background-color:#FFFF99;
	text-decoration: underline;
	}
.section {
	background-color: transparent;
	padding:0.62em;
	}

/* Eric Myer's Simple List Separators
http://www.meyerweb.com/eric/talks/2003/commug/commug.html */
 #navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 0.06em solid gray;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 0.06em solid gray;
}

#navlist li a { text-decoration: none; }
 img.c19 {height: 0.87em; width: 6.25em;}
 img.c18 {height: 0.94em; width: 5em;}
 img.c17 {height: 1.94em; width: 5.5em;}
 div.c16 {font-size: 0.75em;}
 img.c15 {height: 1.12em; width: 1.12em;}
 img.c14 {height: 1em; width: 5.62em;}
 a.c13 {display: inline}
 img.c12 {height: 1.69em; width: 4.87em;}
 form.c11 {font-size: 1em;}
 input.c10 {background-color: #ffcc00; font-size: 1em;}
 input.c9 {font-size: 1em;}
 img.c8 {height: 2em; width: 4.69em;}
 fieldset.c7 {font-size: 1em; border: none}
 img.c20 {height: 6.25em; width: 5em;}
 img.c6 {height: 5.25em; width: 5em;}
 img.c5 {height: 7.9em; width: 5em;}
 img.c4 {height: 6.19em; width: 5em;}
 img.c3 {height: 5em; width: 5em;}
 img.c2 {height: 7.56em; width: 5em;}
 img.c1 {height: 7em; width: 5em;}


