body {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, 'Trebuchet MS', 'Lucida Grande', sans-serif;
	margin: 0px;
	color: black;
	background-color: white;
}

p, h1, h2, h3, h4, h5, h6 {
	margin-left: 6px;
	margin-right: 5px;
}

body								{background-color:#FFFFFF;color:#000066;font-family:verdana,sans-serif;font-size:10pt;font-variant:normal;font-weight:normal;text-transform:none;}
#body {
#	font-size: smaller;
#}
#main p, #main h2 {
	font-size: 87%;
}

#top, #foot {
	background-image: url("/images/bgFade.gif");
	background-repeat: repeat-y;
	background-position: 100% 100%;
}
#top {
	position: absolute;
	width: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 45px;
	border-bottom: 1px solid blue;
}
#top p {
	font-size: 80%;
}
#foot {
	height: 39px; /* match height of logo in #foot */
	clear: both;
}
#foot p {
	margin-top: 0px;
}

#main {
	margin-top: 45px; /* match height of logo in #top */
	padding-bottom: 1em;
	background-color: #FFFFFF;;
}

#heading {
	position: absolute;
	top: 0px;
	left: 145px; /* match width of logo in #top */
	right: 200px;
	bottom: auto;
}

#heading h1 {
	font-size: 1.2em;
}

#heading p, #heading h1, #heading h2 {
	margin-top: 0em;
	margin-bottom: 0em;
}

#top img, #foot img {
	float: left;
	margin-left: -3px; /* TEMP: shouldn't be necessary, but ... */
}

img.link {
	border: none;
}

p.links {
	float: right;
	text-align: right;
	vertical-align: top;
}

#sectionNav { /* implement as tabs */
	width: 100%;
}
#sectionNav ul {
	background-color: #87afff;
	list-style: none;
	margin: 0em;
	padding-top: 3px;
}
#sectionNav ul li {
	display: inline;
	color: white;
	background-color: #6666ff;
	font-weight: bold;
	padding: 0px 3px;
	margin: 0px 5px;
}

#sectionNav ul li a:link, #sectionNav ul li a:visited {
	color: white;
	text-decoration: none;
}
#sectionNav ul li a:hover {
	background-color: yellow;
	color: black;
}

#sectionNav ul li.here {
	color: black;
	background-color: white;
}
#sectionNav ul li.here a, #sectionNav ul li.here a:link, #sectionNav ul li.here a:visited {
	color: black;
	text-decoration: none;
}


div.taskNav {
	text-align: center;
	padding: 1em;
	width: 13em;
	float: right;
	background-color: #87afff;
	margin-right: 0em;
}

div.taskNav .button {
	width: 10em;
}

div.next {
	text-align: right;
	padding: 1em;
	float: right;
}

.button {
	background-color:	#3030ff;
	color: white;
	font-weight: bold;
	border: 1px solid black;
	padding: 3px 1em 3px 1em; 
}
.button:link, .button:visited {
	color: white;
	text-decoration: none;
}
a.button:hover {
	background-color: yellow;
	color: black;
}


#table {
#	border-collapse: collapse;
#	empty-cells: show;
#}
table{
	border-collapse: separate;
	border-spacing:0px;
	empty-cells: show;
	font-family:verdana,sans-serif;font-size:10pt;font-variant:normal;font-weight:normal;
}

td{color:#000066;font-family:verdana,sans-serif;font-size:10pt;font-variant:normal;font-weight:normal;text-transform:none;cellpadding=0px;}


#table.pos, table.pos td {
#	border-style: none;
#}
#th, td {
#	padding: 5px;
#}
#th {
#	background-color: #6666ff;
#	color: white;
#	font-size: 11px;
#	font-weight: bold;
#}
#	background-color: white;
#	color: black;


.bgDarker td {
	background-color: #EEEEEE;
}

.bgLighter td {
	background-color: #FFFFFF;
}

.login th, .login td {
	vertical-align: middle;
	text-align: center;
}
.login .label {
	font-weight: bold;
}


.username {
	font-weight: bold;
	font-style: italic;
}

.error {
	color: red;
	background-color: white;
	font-weight: bold;
}

.note {
	font-size: smaller;
	margin-left: 4em;
	margin-right: 4em;
}

.important {
	color: red;
	background-color: white;
}

a:hover {
	background-color: yellow;
	color: black;
}

.lookout {
	background-color: #b9dcff;
}

acronym	{ border-bottom: 1px dotted #bbbbff; }

form{margin:0px;}