/* CSS Document */

body {
	
	color: #666666;
	font: 11pt Arial, Helvetica, sans-serif;
	padding-left: 1.5cm;
	padding-top: 1.5cm;
	padding-right: 2cm;
}

#mainCopy h2 {
	font-size: 1.8em;
}
#mainCopy a, #footer a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 2px dotted #D1EA33;
}
#mainCopy a:hover, #footer a:hover {
	color: #000000;
	text-decoration: none;
	background: #D1EA33;
}
h2 {
	color: #333333;
	background: #D9EE55;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
#navList {
	display: none;

}
#badge {
	position: absolute;
	right: 2cm;
	top: 1cm;
}
#mainTitle {
	display: block;
	color: #333333;
}
#mainTitle h1 {
	font-size: 2.4em;
	margin: 0px 0px 10px;
	padding: 0px;
	line-height: 85%;
}
.copyUp {
	font-size: .6em;
}
#mainCopy {
	color: #333333;
	
}
#subHead {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #666666;
}
#footer {
	margin-top: 2cm;
}
#footer a {
	display: none;
}
.highlight {
	display: block;
	font-weight: bold;
}
.quote {
	font-size: 1.3em;
	color: #000000;
}
.wrong {
	background: url(images/cross.gif) no-repeat left top;
	padding-left: 24px;
}
.right {
	background: url(images/tick.gif) no-repeat left top;
	padding-left: 24px;
}
h3 {
	font-size: 1.3em;
	border-top: 2px solid #F0E8BF;
	padding-top: 0.5em;
	margin-top: 2em;
	margin-bottom: 1.6em;
}
.highlight {
	display: block;
	font-weight: bold;
}
.quote {
	font-size: 1.2em;
	color: #000000;
}
.callOut {
	color: #000000;
	background: #D9EE55;
	display: block;
	padding: 7px;
	margin-top: 30px;
	margin-bottom: 20px;
}#questionBadge {
	display: none;
}
