body {
    background-color	:	#FFCC00;
    color		:	black;
}

#topbanner {
    position		:	fixed;
    width		:	100%;
    height		:	115px;
    left		:	0px;
    top			:	0px;
    background-color	:	white;
    color		:	black;
    z-index		:	20;
}

#toptext {
    position		:	fixed;
    height		:	26px;
    top			:	5px;
    right		:	0px;
    left 		:	100px;
    text-align		:	right;
    margin-right	:	5px;
    z-index		:	30;
}

.tagline {
    text-align		:	right;
    margin-right	:	10px;
    font-size		:	26px;
    font-family		:	"Avant Garde", Arial, Helvetica, sans-serif;
    font-weight		:	bold;
    vertical-align	:	top;
}

.toptext {
    text-align		:	right;
    margin-right	:	10px;
}

img.logo {
    margin-top		:	5px;
    margin-left		:	5px;
}

#content {
    position		:	absolute;
    left		:	5px;
    top			:	120px;
    width		:	97%;
    height		:	395px;
    z-index		:	0;
}

hr {
    background-color	:	black;
    color		:	black;
    height		:	5px
}

dt {
    color		:	#990066;
}

a {
    outline		:	black none thin;
}

img {
    border		:	0;
}

p,form {
    margin-left		:	20px;
}

input, select { background-color	:	 inherit; }
/* This is explicit because "inherit does not work on option in FF2 */
option { background-color	:	#FFCC00; }

li.prose {
    padding-bottom	:	1em;
    margin-left		:	20px;
}

#separator {
    position		:	fixed;
    background-color	:	black;
    height		:	5px;
    top			:	115px;
    left		:	0px;
    width		:	100%;
}

.abstract {
    margin-left		:	50px;
    margin-right	:	50px;
}

table.pricelist {
  border-collapse	:	collapse;
  margin-left		:	100px;
}

td.pricelist {
  border		:	medium double black;
  padding		:	5px;
}

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

div.results {
	position:relative;
	width:auto;
	padding:0.2em;
	margin-left:3em;
	font-family: monospace;
	font-weight:bold;
	font-size:x-large;
}

form div.row {
   width: 450px;
   clear: both;
   padding-bottom:1em;
}

form div.row label {
   display: inline;
   float: left;
   width: 120px;
}

form div.row input, form div.row textarea, form div.row select {
   margin: 0;
}
