BODY {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #DDD;
	color: #000;
}

A {
	color: #0E55A5;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

A IMG, A:hover IMG { border: none; text-decoration: none; }

#container {
  background-color: white;
  width: 760px;
}

#header {
  background: #DDD url('../images/header.gif') no-repeat left top;
  width: 760px;
  height: 90px;
}
#header h2,
#header h3 {
  margin: 0;
  padding: 0;
}
#header h2 span,
#header h3 span {
  display: none;
}
#header h3 a {
	display: block;
	height: 77px;
	width: 112px;
}

#main {
	min-height: 300px;
}
* html #main {
	height: 300px;
}

#footer {
	background: #DDD url('/challenge/images/footer.gif') no-repeat bottom left;
	width: 760px;
	height: 43px;
	color: White;
	font-size: 11px;
	line-height: 14px;
}
#footer A {
	color: White;
}
#footer #copyright {
	margin: 8px 0 0 10px;
	float: left;
}
#footer #footernav {
	text-align: center;
	float: left;	
	margin: 13px 0 0 100px;
}

.bold { font-weight: bolder;}

/* Index Page */
#indexpg #header {
  background: #DDD url('../images/index/header-blue.gif') no-repeat left top;
}

#errormsg h2 {
	font-size: 16px;
	margin-bottom: 2px;
}
#errormsg p {
	margin-top: 0;
}

#intro {
	padding: 25px;
}
#emailform {
	padding: 0 50px 25px;
}
#errormsg {
	background: #FCC;
	border: 2px solid #F00;
	margin: 0 25px 15px;
	padding: 10px 12px;
}
#submitbtn {
	margin: 0 25px 25px;
}

/* Quiz Questions */
#questions {
	padding-top: 5px;
}
#questions ol li {
	padding-bottom: 15px;
}
#questions ol ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#questions ol ul li {
	padding: 0;
}
#questions a {
	text-decoration: underline;
}
