@charset "utf-8";
/* CSS Document */
body{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	margin:0px;
	height:100%;
	background:url('../img/whitebg.jpg') center;
	background-color:#EDEDED;
	background-repeat:repeat-y;
}

h2{
	font-weight:bold;
	color:#666666;
	font-size:14px;
	padding-bottom:4px;
	line-height:130%;
}

h3{
	font-weight:bold;
	color:#666666;
	font-size:12px;
	padding-bottom:10px;
	padding-top:8px;
	line-height:130%;
}

p{
	text-align:justify;
	font-size:12px;
	color:#666666;
	line-height:145%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding-bottom:7px;
}

a{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:underline;
	font-weight:bold;
}

a:hover{
	color:#999999;
}

#header{
	background:url('../img/headerbg.jpg');
	background-repeat:repeat-x;
	height:111px;
}

#main{
	margin:0 auto;
	
	width:939px;
	padding-left:29px;
	padding-right:29px;
	padding-top:10px;
} 

#insideheader{
	width:985px;
	margin:0 auto;
	padding-left:12px;
}

#headerleft{
	float:left;
	width:700px;
}

#headerright{
	float:left;
	background:url('../img/loginbox.png');
	height:93px;
	width:253px;
}

.logininput{
	border:1px solid #FFFFFF;
	width:83px;
	vertical-align:middle;
	height:14px;
	padding-top:1px;
	margin-top:61px;
	margin-left:6px;
	font-size:12px;
	color:#666666;
	font-weight:bold;
}

#level1left{
	float:left;
	width:715px;
	padding-bottom:0px;
}

#level1right{
	float:left;
	width:200px;
	padding-bottom:0px;
}

#level2left{
	float:left;
	width:700px;
	padding-right:15px;
	margin-top:5px;
	min-height:170px;
}

#level2right{
	float:left;
	width:200px;
	margin-top:5px;
}

.rankingstable{
	font-size:12px;
	color:#666666;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}

#footer{
	margin-top:10px;
	padding-bottom:10px;
}

.downloadul li{
	text-align:justify;
	font-size:12px;
	color:#666666;
	line-height:125%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding-bottom:10px;
	margin-left:30px;
}

.contacttable{
	font-size:12px;
	color:#666666;
	width:350px;
}

.formtable{
	font-size:14px;
	color:#666666;
}

.contactfield{
	font-size:12px;
	color:#666666;
	width:158px;
}

.contactbutton{
	background:url('../img/button.jpg');
	border:none;
	width:80px;
	height:26px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	cursor:pointer;
}

.contactbutton2{
	background:url('../img/button2.jpg');
	border:none;
	width:50px;
	height:16px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	cursor:pointer;
}

.contactbutton3{
	background:url('../img/button3.jpg');
	border:none;
	width:90px;
	height:26px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	cursor:pointer;
}

.pg-normal{
	cursor:pointer;
	font-size:12px;
}

.pg-selected{
	color:#2E98CC;
	font-size:12px;
}

.registerfield{
	font-size:12px;
	color:#666666;
	width:158px;
	height:18px;
	padding:2px;
	padding-top:4px;
}

.newstext{
	text-align:justify;
	font-size:12px;
	color:#666666;
	line-height:125%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

.newstextlink{
	text-align:justify;
	font-size:12px;
	color:#666666;
	line-height:125%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	cursor:pointer;
	font-weight:bold;
}

.newstextlink:hover{
	text-decoration:underline;
}

.newstitle{
	font-weight:bold;
	color:#666666;
	font-size:13px;
	padding-bottom:10px;
	padding-top:8px;
	line-height:130%;
	cursor:pointer;
}

.footerlink{
	cursor:pointer;
	text-decoration:none;
	font-size:11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;	
}

.videolink{
	font-size:11px;
}

#quizdiv{
	cursor:default;
	display:none;
	height:300px;
	width:350px;
	background:#FFFFFF;
}

.questionDiv{ 
	text-align:left;
	height:191px;
	overflow:auto;
	background:#FFFFFF;
}

#quizContainer{
	text-align:left;
	font-size:12px;
	color:#666666;
	line-height:145%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding-bottom:7px;
	background:#FFFFFF;
}

#timer{
	border:none;
	color:#333333;
	font-size:26px;
	font-weight:bold;
	width:120px;
	cursor:default;
}

.answers{
padding-left:15px;
}
