body {
	margin: 0px;
  font-family: arial,tahoma,helvetica;
  font-size: 12pt;
  font-weight: normal;
  background: #fff;
}

h1 {
  font-size: 14pt;
  color: red;
  font-weight: bolder;
  vertical-align: middle;
}

h4 {
  color: black;
  font-weight: bold;
  margin-bottom: 0px;
}

h6 {
  color: black;
  font-size: 10pt;
  font-weight: normal;
  margin-bottom: 0px;
}

img {
  border: solid black 2px;
}

img.noborder {
  border: none;
}

p {
  text-indent: 2em;
  line-height: 2em;
  margin: 0 0;
}

p.noindent {
  text-indent: 0em;
  line-height: 1.25em;
  margin: 10px 5px;
}

table#registry {
  border: solid black 1px;
  border-collapse: collapse;
  padding: 5px;
  width: 100%;
}

th.registry-data,
th.registry-data_l {
  background-color: #999;
  border: solid black 1px;
  font-size: 10pt;
  padding: 5px;
  vertical-align: bottom;
}

th.registry-data_l {
  text-align: left;
}

td.registry-data,
td.registry-data_l,
td.registry-data_t {
  border: solid black 1px;
  font-size: 9pt;
  padding: 5px;
}
td.registry-data_l {
  text-align: left;
}
td.registry-data_t {
  vertical-align: top;
}

td.submission-label {
  font-size: 10pt;
  text-align: right;
  width: 150px;
}

tr.table-oddrow {
  background-color: #EEE;
  text-align: center;
}

tr.table-evenrow {
  background-color: #CCC;
  text-align: center;
}

ul#menu {
  color: #999;
  font-size: 9pt;
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
  text-align: left;
  text-decoration: none;
}

ul#menu a {
  color: #999;
  font-size: 9pt;
  line-height: 2em;
  text-decoration: none;
}
ul#menu a:link, visited {
  color: #999;
  font-size: 9pt;
  text-decoration: none;
}
ul#menu a:hover {
  color: #333;
  font-size: 9pt;
  font-weight: bold;
}

li {
  padding-bottom: 0px;
  padding-bottom: 10px;
}

.acme-hilite {
  color: red;
  font-weight: bold;
  font-style: italic;
}

.submission-label_small {
  font-size: 8pt;
  font-style: italic;
}

.text-hilite {
  font-weight: bold;
}

.email:link {
  text-decoration: none;
  color: #999;
}
.email:visited {
  text-decoration: none;
  color: #999;
}
.email:hover {
  text-decoration: none;
  color: #333;
}

.email-intext:link {
  text-decoration: none;
  color: blue;
}
.email-intext:visited {
  text-decoration: none;
  color: blue;
}
.email-intext:hover {
  text-decoration: none;
  color: blue;
  font-weight: bold;
}

.img-caption {
  font-size: 9pt;
  font-style: italic;
  text-align: left;
}

.testimonial {
  color: blue;
  font-size: 10pt;
  font-style: italic;
  text-align: left;
}

.list-heading {
  color: blue;
  font-weight: bold;
}

.store-header {
  border: solid yellow 1px;
  width: 100%;
}

.store-desc {
  font-size: 14pt;
  font-weight: bold;
}

.store-item {
  font-size: 14pt;
  font-weight: bold;
  color: red;
}

.store-contains,
.store-additional {
  font-size: 12pt;
  font-weight: bold;
}

.store-additional {
  font-style: italic;
}

.store-notes {
  font-size: 11pt;
}

.visual-hilite,
.visual-text {
  font-size: 11pt;
  font-style: italic;
}

.visual-hilite {
  color: red;
  font-weight: bold;
}

#header {
/*  border: solid blue 1px; */
  background: #999;
  border-bottom: solid black 3px;
  height: 107px;
  text-align: center;
  vertical-align: bottom;
}

#titlebar {
/*  border: solid red 1px; */
  height: 75px;
  vertical-align: middle;
}

#title {
/*  border: solid green 1px; */
  left: 200px;
  padding: 1%;
  position: relative;
  vertical-align: middle;
}

#left {
/*  border: solid yellow 1px; */
  position: absolute;
  left: 0px;
  top: 182px;
  padding: 0px 5px 0px;
  width: 200px;
  text-align: center;
}

#leftwrapper {
/*  border: solid red 1px; */
}

#left-menu {
/*  border: solid blue 1px; */
  position: relative;
  top: 0px;
  left: 0px;
  padding: 0px 5px 0px;
}

#equation {
  text-align: left;
}

#insideleftstuff {
/*  border: solid green 1px; */
  position: relative;
  top: 15px;
  bottom: 25px;
  left: 0px;
  padding: 0px 5px 0px;
}

#content {
/*  border: solid green 1px; */
  margin-left: 200px;
  padding: 1%;
  padding-right: 5%;
  /*text-align: justify;*/
}

#inline,
#inline-left {
  border: solid blue 1px;
  text-align: left;
  background-color: #EEE;
  padding: 5px;
}

#inline {
  float: right;
  margin: 0px 0px 10px 15px;
}
#inline-left {
    font-size: 13px;
}

#footer {
  border-top: solid black 1px;
  padding: 10px;
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
  color: #999;
  letter-spacing: .5em;
  visibility: hidden;
  margin-top: 40px;
}

#new {
  border: solid red 2px;
  text-align: left;
  background-color: #EEE;
  padding: 5px;
  float: right;
  width: 275px;
}

#clear {
  clear: both;
}