body {
	margin:0; padding:0;
	background-color:#C5CCDF;
}

div#header {
	margin:0;
	background:#7E8FB9 url(images/dice.gif) no-repeat;
	height:75px; width:100%;
}

#header h1#title {
	margin:0; padding:0;
	background-image: url(images/nerd_dice.gif);
	width:170px; height:75px;
	float:right;
	overflow:hidden;
	text-indent:170px;
	line-height:75px;
}

div#content {
	width:65%;
	margin:0; padding:2%;
	background-color:white;
	border:1px solid white;
	font-size:smaller;
	position:absolute;
	top:75px;
}

div#sidebar {
	margin-top:2em;
	font-weight:bold;
	font-size:smaller;
	position:absolute;
	width:30%;
	top:75px;
	right:0;
}

#sidebar h1 {
	font-size:medium;
}

#sidebar p {
	margin:0 5% .5em;
}

#sidebar p.survey_option {
	margin:0 10% .2em;
}

#sidebar ul {
	margin:0 0 .5em; padding:0;
	list-style:none;
}

#sidebar li {
	margin:0 5%; padding:0 0 0 20px;
	line-height:20px;
	background-image:url(images/nd_bullet.gif);
	background-repeat:no-repeat;
}

#sidebar form {
	border:1px dotted #7E8FB9;
	padding:6px;
	margin-right:.5em;
}

#sidebar label {
	display:block;
}

#sidebar textarea {
	width:75%;
	height:100px;
}

#content h1 {
	font-size:1.3em;
	color:#7E8FB9;
	margin:0;
	text-align:center;
	border-bottom:1px dotted #7E8FB9;
}

#content h2 {
	font-size:1.2em;
	color:#7E8FB9;
	margin:0 0 .5em;
}

#content p {
	margin:.5em 0 .5em 0;
	line-height:1.1em;
	text-indent:2em;
}

#content p.char_sum {
	text-indent:0;
	margin:1em 0;
	padding:.2em 1em;
	border:1px dotted #7E8FB9;
	width:50%;
}

#content p.header {
	float:right;
	width:120px;
	text-indent:0;
	background-color:#BECFF9;
	padding:8px;
	margin:0 0 4px 4px;
	border:0 dotted #7E8FB9;
	border-width:0 1px 1px;
}

.header .section {
	border-bottom:1px inset;
	display:block;
}

#content form {
	margin:0 0 2px;
	padding:2px;
	background-color:#BECFF9;
	border:1px dotted #7E8FB9;
	text-align:center;
}

#content form p.form_line {
	margin:0 5%; padding:0; text-indent:0;
	text-align:left;
}

#content form label {
	float:left;
	width:20%;
	clear:left;
	font-weight:bold;
}

#content form input.text_field {
	width:50%;
	margin-bottom:4px;
	font-size:.8em;
	border:1px solid black;
}

#content form textarea.text_field {
	width:50%;
	height:6em;
	border:1px solid black;
}

form input.submit_button {
	border:1px solid #7E8FB9;
	font-weight:bold; font-size:.9em;
	padding:2px 2em;
	margin:1em 0;
}

#content div.comment {
	padding:1em 2em;
	margin:1px 0;
	background-color:#D5DCEF;
}

#content div.comment p.footer {
	border-width:0;
	background-color:inherit;
	text-align:left;
	font-size:smaller;
	font-weight:normal;
	color:#5E6F99;
}

#content p.footer {
	text-align:center;
	text-indent:0;
	background-color:#BECFF9;
	padding:2px;
	margin:3px 0 1em;
	font-weight:bold;
	border:1px dotted #7E8FB9;
}

#content .survey_answers {
	margin:4em 5%;
	border:1px dotted #7E8FB9;
	padding:6px;
}

#content .survey_answers div {
	float:left;
}

#content .survey_answers .opt_label {
	font-weight:bold;
	clear:left;
	width:10em;
}

table.charsheet {
  border-collapse:collapse;
  border:2px solid #338;
  width:100%;
  clear:both;
}

.charsheet tr {
  vertical-align:top;
}

.charsheet th {
  text-align:left;
}

.charsheet th.group, .charsheet th.subgroup {
  text-align:center;
  border-bottom:1px dashed #338;
  background-color:#ae9;
}
.charsheet th.subgroup {
  background-color:#cfb;
}

.charsheet td, .charsheet th {
  padding-right:1.5em;
  border-bottom:1px solid #ddd;
}

