body {
    margin-left:		0;
    font-size:			12px;
    font-family :		verdana; 
	color:				#333;
    background-color:	#ffffcc;	
}

a:link      {text-decoration: none; color: #6666aa; font-weight: bold;}
a:visited   {text-decoration: none; color: #6666aa; font-weight: bold;}
a:active    {text-decoration: none; color: #6666aa; font-weight: bold;}
a:hover     {text-decoration: none; color: #ff0000; font-weight: bold;}

h1 {
	margin-top:			0;
}

#headerbox {
	position:			relative;
	width:              800px;   
	height:             62px;
	border:             0px;
	margin:             75px auto 0;
	margin-top:			0px;
	padding:			2px;
	margin-bottom:		0px;
	padding-bottom:		0px;
}

#headerbox span {
	position:			absolute;
	font-size:			26px;
	font-weight:		bold;
	bottom:				0px;
	right:				0px;
}

#headerbox span b {
    color:				#ef675d;	
}

#logo {
	position:           absolute;
	top:				0px;
	left:				0px;
}

.box {
	position:           relative;
	width:              800px;   
	text-align:         left;
	border:             1px solid #333;
	margin:             75px auto 0;
	font-size:			12px;
    font-family:		verdana; 
	margin-top:			0px;
	padding-top:		0px;
    background-color:	#ffffff;	
}

.content{
	margin-top:			30px;
	padding:			10px;
    background-color:	#ffffff;	
}

.footer {
	text-align:			center;
	font-size:			10px;
    font-family:		verdana; 
}

.footer b {
    color:				#ef675d;	
}



#menubar {
	position:			absolute;
	border:				0;
	border-bottom:      1px solid #aaa;
	width:				800px;
	height:				24px;
	top:				0px;
    margin:				0;
    padding:			0;
    background-color:	#f89826;	
}

#menubar ul {
    border:				0;
    margin:				0;
    padding:			0;
    list-style-type:	none;
    text-align:			center;
    clear:				left;
}

#menubar ul li {
    display:			block;
    float:				left;
    text-align:			center;
}

#menubar ul li a {
    width:				99px;
    border-top:			0;
    border-left:		0;	
    border-bottom:		0;
    border-right:		1px solid #000;
    color:				#030303;
    text-decoration:	none;
    display:			block;
    text-align:			center;
    font-weight:		normal;
    line-height:		2em;
    font-size:			12px;
    font-weight:		bold;  
}

#menubarSelected, #menubar a:hover {
    background-color:	#dcff52;	
}


#previewtable td {
    padding:			3px;
	margin:				0px;
    border:				1px solid #000000;
}

#quizlist li {
	padding:			10px;
}


#scorebox {
    font-size: 17px;
    font-weight: bold;  
    padding: 10px;
    border: 1px solid #000000;
    width: 400px;
    margin-left: 200px;
    margin-right: 200px;  
    text-align: center;
}   

#boldtext {
    font-size:			14px;
    font-family :		verdana; 
	text-align:			center;
	font-weight:		bold;
	color:				#b6610e;
}

.boxedtext {
	margin:				0;
    border:				1px solid #000000;
	background-color:	#fae69e
}

.nomargin {
	margin:				0;
	padding:			0;
}

