body
{
	background-image: url(../../images/background-other.jpg); 
	background-color: #80B858; 
	background-repeat:no-repeat; 
	background-position: top;
}

a {
	font-family: Verdana, Helvetica; 
	font-size: 10pt;
	
	}

.errors {
	color: #ff0000; 
	font-weight: bold;
	}

a {
	color: #0000ff; 
	}

#notice {
	position: absolute; 
	top: 130px; 
	z-index: 99; 
	float: none;
	}

input {
	color: #000000; 
	font-size: 8pt; 
	font-family: Arial; 
	font-weight: bold;
	}

p { 
	vertical-align : bottom;  
	margin-left: 5px;
	}

#chapreview { 
	position: absolute; 
	top: 140px; 
	left: 50%;
	width: 800px; 
	height: 450px; 
	margin-left: -400px;
	z-index: 99; 
	float: none;
	visibility: hidden; 
	display: none; 
	}

.question, .answer {
	font-family: Verdana, Helvetica;
	color: black;
	font-size: 11pt;
	text-align: left;
	}
.question {
	margin-top: 25px;
	margin-left: 10px; 
	font-weight: bold;
	}
.answer {
	margin-left: 30px;
	}
.mainbox {
	margin: 0 auto;
	width: 700px;
	border: 1px solid black;
	background: white;
	}

.menu td
{
	border-left: solid 1px black;
	text-align:center
}

.menu .first
{
	border-left: solid 0px;
}

.menu a
{
	color: black;
	font-size: 16px;
}

.maincontent
{
	width: 500px; 
	background-color: #e2e2e2;
	height: 100%;
	text-align:left;
	padding: 0 10px;
}

.text
{
	padding-left: 15px;
}

.text p
{
	font-family: Verdana, Helvetica; 
	font-size: 12px;
}

	
.label
{
	font-size: 16px;
	font-weight:bold;
	padding-top: 10px;
}

.dataLabel
{
	font-size: 16px;
	font-weight:bold;
	text-align:right
}

.data
{
}

.dropDown
{
}

.textBox
{
}

.regBar
{
	background-color: #999999;
}

.importantNote
{
	color: #ff0000;
	font-weight:bold
}

.registrationBox
{
	height:450px; 
	padding-top:50px
}