#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%; /* I love you, IE */
	height: 100px;
	z-index: 0;
	table-layout: fixed;
	background: rgb(245,245,245);
	border-bottom: 1px solid rgb(200,200,200);
}
#header img {
	border: none;
}

#endorsed-by {
	text-align: center;
	width: 164px;
	font-family: URW Chancery L, Blackadder ITC, Brush Script MT,
	             Edwardian Script ITC, Freestyle Script, French Script MT,
	             Gigi, Kunstler Script, Palace Script MT, Vladimir Script,
	             Zapf Chancery, Apple Chancery, cursive;
}

#footer {
	margin-top: 4ex;
	position: absolute;
	font-size: x-small;
	text-align: justify;
	left: 0;
	right: 0;
	width: 100%;
	table-layout: fixed;
	padding: 3px;
	border-top: 1px solid rgb(200,200,200);
	background: rgb(245,245,245);
	color: black;
	height: 50px;
}
#footer img {
	border: 0;
}
#footer td {
	vertical-align: middle;
}

#body {
	margin: 0;
	padding: 1ex;
	padding-top: 110px;
	padding-left: 3ex;
}

* html #body {
	position: relative;
	top: 120px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 120px;
}


#submit {
	text-align: right;
	max-width: 45em;
}


* html #submit {
	margin-right: 30%;
}


acronym {
	font-variant: small-caps;
	text-decoration: none;
	text-transform: lowercase;
	border: none;
}

p.intro {
	max-width: 45em;
	line-height: 1.4;
	text-align: justify;
	vertical-align: top;
	font-family: sans-serif;
	margin-bottom: 3ex;
}

* html p.intro {
	margin-top: 0;
	margin-bottom: 1.5ex;
	line-height: 1.2;
}

p.intro + p.intro {
	margin-top: -3ex;
	text-indent: 2em;
}

ul.question, ul.radio, ul.radioOther {
	list-style-type: none;
}

ul.question {
	padding-left: 0;
	margin-left: 0;
	font-family: serif;
	max-width: 40em;
}

ul.question li {
	padding-bottom: 2ex;
}


ul.radio > li {
	display: table-row;
}

ul.radio li, ul.radioOther li {
	padding-bottom: 0;
}

ul.radio label {
	padding-left: 2px;
	display: table-cell;
	padding-bottom: .5ex;
}

ul.radioOther input[type="radio"], ul.radioOther input[type="checkbox"] {
	position: absolute;
}

ul.radioOther label {
	padding-bottom: .6ex;
	padding-left: 2em;
	display: block;
}

* html ul.radioOther label {
	display: inline;
	padding-left: 0;
}

ul.radioOther label.other {
	display: inline;
}


table.scale {
	margin-left: 3em;
	text-align: center;
	table-layout: fixed;
}

table.scale td {
	width: 2.5em;
	font-size: small;
	font-weight: bold;
}

input.entrybox {
	margin-left: 3em;
	margin-top: 1ex;
}
textarea.entrybox {
	margin-left: 3em;
}

* html input.entrybox {
	/* keeps from bouncing around when enabling OTHER boxes on the
	* page.... I love you, IE */
	display: block;
}

.prompt {
	display: block;
	clear: right;
	max-width: 40em;
}

.error, .error-inline {
	display: block;
	text-align: justify;
	padding: 3px;
	background: rgb(255,170,0);
	border: 3px double yellow;
	color: black;
}

.error-inline {
	margin-left: 3em;
	max-width: 37em;
}

.error {
	float: right;
	max-width: 15em;
}

.choiceLine {
	display: block;
	margin-left: 3em;
	margin-top: 1em;
}

.choiceLine {
	display: block;
	margin-left: 3em;
	margin-top: 1em;
}

* html .error {
	position: relative;
}


.qgrid, .qgrid td, .qgrid th {
	border: 1px solid black;
	border-collapse: collapse;
	vertical-align: top;
}
.qgrid thead th {
	padding-left: .5em;
}
.qgrid thead th, .qgrid tbody th {
	padding-right: .5em;
}
.qgrid tbody th {
	text-align: right;
	font-weight: normal;
	font-style: italic;
}
.qgrid tbody td {
	text-align: center;
}
.qgrid .error-inline {
	margin: 3px;
	max-width: 100%;
	left: 0;
	right: 0;
}
.qgrid .errorRow td {
	border-top: hidden;
}

#glossary {
	max-width: 45em;
	padding-left: 1em;
	padding-right: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

#glossary dt {
	margin-top: 1em;
	font-weight: bold;
}

#glossary dd > p:first-child {
	margin-top: 0;
}

#glossary .math {
	display: block;
	margin-top: .5em;
	margin-left: 3em;
	margin-bottom: .5em;
}

#spokesman {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.sincerely {
	display: block;
	margin-top: 2ex;
	text-indent: 0;
}

.sign-name {
	display: block;
	margin-top: 1ex;
	text-indent: 0;
}

#privacy {
	clear: left;
	max-width: 54em;
	text-align: justify;
	font-size: small;
}

* html #spokesman {
	/* wtf. who knows, it's IE */
	position: relative;
}

