@charset "utf-8";
/* CSS Document */

HTML , BODY {
	margin:0px;
	padding:0px;
	overflow:auto;
	color: rgb(0, 0, 0);  
	background-color: white; 
}

#flash

 {
	margin:0px;
	padding:0px;
	width: 900px;
 }

#flashcontent {
	width: 750;
	margin-top: 0px;
	margin-bottom: 0px;
}

A {
	text-decoration: none;
	color: #666666;
 }
 A:hover {
	text-decoration: none;
	color: #36C;
 }s

buttontext {
  font-family: Arial, Helvetica,sans-serif;
  color: #c1aea2;
  font-weight: bold;
  font-size: 16pt;
  text-decoration: none;
  text-align: center;
  font-style: normal;
}

#header {
	float: right;
	width: 600px;
	height: 16px;
	text-align: right;
	margin-right: 20px;
	margin-top: 43;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.footerleft {
	font-family: Helvetica, Arial, sans-serif;
	color: #C66;
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
	margin-left: 5px;
	text-align: left;
	vert-align: top;
	width: 600px;
	height: 25px;
	float: left;
	
}

.footerright {
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
	margin-right: 5px;
	text-align: right;
	vert-align: top;
	width: 200px;
	height: 25px;
	float: right;
	
}

.bigtitle {
	font-family: Helvetica, Arial, sans-serif;
	color: rgb(132, 119, 111); 
	font-weight: bold; 
	font-size: 24pt;
}

.smalltitle {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(132, 119, 111); 
	font-weight: bold; 
	font-size: 10pt;
}

#about {
	width: 635px; 
	height: 480px; 
	border:2px solid #000000; 
	position:relative; 
	background-color: #333; 
	margin-left:auto; 
	margin-right:auto;
	
	}
	
	#about2left {
    float: left;
	position:relative;
	width: 255px;
	height: 480px;
	overflow: hidden;
	background-color:#333;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	}
	
	#about2right {
	float: left;
	position:relative;
	padding: 0px;
	width: 375px;
	height: 480px;
	overflow: auto;
	background-color:#333;
	text-align: justify;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	font-size: 8pt;
	color: #CCC;
	}
	

.question {
	font-family: Helvetica, Verdana;
	font-size: 10pt;
	color:#000
}
.answer {
  font-size: 7pt;
  color: black;
  font-family: Arial,Helvetica,sans-serif;
  padding-left: 10px;
}

.hint {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #03F;
}

#links a {
	font-family: Arial,Helvetica,sans-serif;
	color: #69F;
	font-size: 20px;
	font-weight: normal;
	line-height: 0.9em;
}
#links a:hover {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #333;
	font-size: 20px;
}
.heading {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #CC9;
	line-height: 0.4;
}

.item {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12pt;

