﻿body {
  font: 85% Arial, Helvetica, sans-serif;
  color: #320a7b;
  background-color: #fff;
  padding-top: 5px;
  margin-top: 5px;
}
#wrapper {
	width: 795px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#navbar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 130px;
  background-color: #cecfd3;
  color: #320a7b;
}
#navbar div {
  margin: 0;
  width: 130px;
}
#header {
  height: 135px;
  background-color: #ffcc00;
  text-align: center;
  color: black;
}
#header img {
  padding: 5px 0 5px 0;
}
#header h3 {
  margin-top: 5px;
}
#content {
	position: absolute;
	width: 650px;
	left: 147px;
	top: 0px;
}
.right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  display: inline;
}
.left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline;
}
.downone {
  font-size: 0.8em;
}
.center {
  text-align: center;
}
.textleft {
  text-align: left;
}
.textright {
  text-align: right;
}
.keyline {
  border: 1px solid #000;
}
.blowup p {
 margin-left: 10%; 
 margin-right: 10%;
}
li {
 padding: 3px;
}
a:visited {
  color: #999999;
  background-color: white;
}
a:hover {
  color: #ff0000;
  background-color: white;
}
.clearleft {
  clear: left;
}
.clearright {
  clear: right;
}
div.fixer {
  clear: both;
}
a img {
  border: none;
}
.paraindent {
  text-indent: 2em;
  margin-bottom: 0;
}

.speakerindent {
	margin-left: 40px;
}

/*<group=form styles>*/
td.formlabel {
  font-size: .8em;
  text-align: right;
  width: 150px;
  border-bottom: 1px solid #aaa;
}
td.required {
  background-color: #ffff00;
  color: black;
}
td.smallfont {
  font-size: .8em;
}
/*</group>*/
div.nobreaks p {
  margin: 3px;
}
.topmargin {
  margin-top: 10px;
}
div.indented p {
 margin:  1.5em 5%; 
}
div.indented0 p {
  margin:  3px 5%; 
}
fieldset.soup {
  border: 1px solid #000;;
}
fieldset {
  border: none;
}
table.book {
  margin-bottom: 4px;
  border-bottom: 1px solid #000;
}
