/* NANOBITS CSS */

html, body {
	font-family: Verdana, Arial;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

p {
	text-align: justify;
	text-indent: 18px;
}

a:link, a:visited {
	font-weight: bold;
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted #0000cc;
}

#wrapper {
	position: relative;
	width: 700px;
	padding: 15px 15px 15px 85px;
	margin: 0px;
	text-align: left;
	height: auto;
}

#nav a {
	color: #000000;
	padding: 4px 6px;
	font-weight: bold;
}

#nav a.selected {
	background-color: #eeeeee;
}

#nav a:hover {
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
}

input {
	margin-bottom: 3px;
}

#quizbox {
	float: right;
	width: 200px;
	margin: 0px 5px 15px 25px;
	padding: 5px;
	border: none;
}

.labelcell {
	padding: 2px; 
	text-align: 
	right; width: 
	200px;
}

.documentlabel {
	width: 350px;
	padding: 5px 15px;
	text-align: right;
}