body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px; 
	padding: 0px;
	top: 0px;
	left: 0px;
	text-align: left;
	background-image: url(img/rbkg.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#page {
	text-align: justify; 
   height: 100%; 
	background-color: #ffffff;
	margin: 0px 24px 0px auto;
}

#head {
	height: 100px;
	width: 100%;
	background-image: url(img/bkg.gif);
	background-repeat: repeat-x;
	background-position: left;
	vertical-align: top;
	padding: 0px 24px 0px auto;
	margin: 0 0 0 0;
	background-position: top;
}

#head img {
	display: inline;
	float: left;
}

#head h1 {
	margin: 0 0 0 0;
	padding: 54px 0 0 20px;
	font-size: 30px;
	font-weight: normal;
	color: #169002;
}

/* navigation */
#menu {
	width: 140px;
	background-color: #FFD298;
	padding: 0 0 0 0;
	margin: 0px 0 0 0;
	position: absolute;
	left: 0px;
	top: 130px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#menu h1 {
	background-color: #169002;
	line-height: 20px;
	color: #FFD298;
	font-size: 14px;
	padding: 3px 5px 3px 10px;
	margin: 0 0 0 0;
	background-image: url(img/hmenubkg.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#menu ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}

#menu a {
	display: block;
	padding: 5px 3px 5px 10px;
	width: 127px;
	background-color: #FFD298;
	border-bottom: 1px dashed #169002;
	font-weight: bold;
}

#menu a:link, #navlist a:visited {
	color: #169002;
	text-decoration: none;
}

#menu a:hover
{
	background-color: #FF9000;
	color: #fff;
}

/* ================  */

#content {
	margin: 10px 10px 10px 20px;
	position: absolute;
	left: 160px;
	top: 130px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#content h1 {
	color: #FF9000;
	font-size: 25px;
	margin: 0 0 0 0;
	padding: 0;
}

#content table {
	font-size:12px;
	border: 1px solid #169002;
}

.quiz caption {
	background-color:#169002;	
	color: #C3DFAF;
	font-weight: bold;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

.quiz th
{
   background-color: #C3DFAF;
   font-weight:bold;
   color:black;
   padding:5px;
}

.login {
	background-color: #D8F3D8;
}

.login th {
	color: #169002;
	text-align: right;
}

.button {
	border:1px solid #bbbbbb;
	background: #FF9000;
	font-weight:bold;
	font-size:14px;
	line-height:20px;	
	color: #fff;
	height: 25px;
}

p {
	font-size:12px;
	padding:8px;
}

.subquiz th
{
   background-color:#FFD298;	 
   font-weight:bold;
   color: black;
   padding: 5px;
}

.subquiz td {
	background-color: #fff;
}

.result td {
	background-color: #E8F6E6;
}

h4
{
   padding-top:-12px;
   padding-bottom:-12px;
   padding-left:20px;
}

a
{
	text-decoration: none;
	color:orangered;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
}

A:hover {
	text-decoration: underline;
}

textarea
{
   border:1px solid shocolate;	
}

input 
{
  border:1px solid shocolate;	
  height:20px;  
}

input.radio
{
	width:20px;
	height:20px;	
	border:none;
}

h1
{
	color:PapayaWhip;
	font-style:italic;
}
