body {
	color: black;
	margin-bottom: 6ex;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

h1 {
	color: #039;
	margin-bottom: 2ex;
	text-align:center;
}

h2, h3, h4, h5, h6 {
  color: #039;
}
/*
table {
	margin-right: auto;
	margin-bottom: 2ex;
}

thead td, th {
  color: black;
  background: #cccccc;
  font-size: smaller;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 1ex;
  border: 1pt solid gray;
}

tbody td, td {
	color: black;
	font-size: small;
	text-align: left;
	padding: 0.5em 1ex;
	border: 1pt solid gray;
	background-color: #7A96E0;
}*/
/* CSS Document */


/* The containing box for the quiz. */
#container {
	position:absolute;
	width:766px;
	height:755px;
	border:1px solid #aaa;
	left: 1px;
	top: 200px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	right: 3px;
	background-color: #AEB5E7;
	
}


#navcontainer ul
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
	background-color: #4A5AE6;
	color: white;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
	position: absolute;/* fixes Firefox 0.9.3 */
	left: 1px;
	top: 168px;
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #7B86FF;
color: white;
}

#navcontainer #active { border-left: 1px solid #fff; }
#address_trivia {
	position:absolute;
	width:766px;
	height:20px;
	z-index:2;
	left: 1px;
	top: 1040px;
	color: #FF0000;
	background-color: #A5C4DC;
}
.rb_pft_btm_trivia img {
	float:left;
	text-align: center;
}
.rb_pft_btm_trivia {
	padding:0;
	height:38px;
	line-height:30px;
	position: absolute;
	width: 766px;
	left: 2px;
	top: 1000px;
	border:none;
	font-size: xx-small;
}
