#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#header h3 {
	font-size: 1.3em;
}

.leftPanel {
	width: 450px !important;
	float: left;
	padding: 20px;
}

.leftPanel h2 {
	color: #477AA3;
	font-size: 2.8em;
}

.leftPanel ol li {
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 1.5em;
}
.resetOrdered {
	font-weight: normal;
	font-size: .8em;
}
.leftPanel .shadow {
	float: right;
	margin-left: 10px;
	clear: right;
	margin-bottom: 10px;
}
.rightPanel {
	float: left;
	overflow: auto;
	background-color: #c9ecf2;
	padding: 0px;
	width: 310px;
	margin: 0px;
}
.rightPanel h2 {
	color: #FFFFFF;
	background-color: #477AA3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: .3em;
	font-size: 1.6em;
}
#status h1 {
	display: none;
}
form {
	display: block;
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneQuestion img {
	vertical-align:middle;
}
/* Stupid IE6 Hack */
*html .fixie {
	position: relative;
	height: 442px;
}
*html .fixie .leftPanel {
	left: 0px;
	top: 0px;
	position: fixed;
	float: none;
}
*html .fixie .rightPanel {
	position: absolute;
	top: 0px;
	right: 0px;
	float: none;
}
