@import "global.css";
#main .content {
	padding-left: 55px;
}
#toppanel {
	height: 30px;
	font-size: 24px;
	background-color: #FFFFFF;
	margin-top: 5px;
	color: #000;
	margin-left: 10px;
	line-height: 20px;
	margin-bottom: 15px;
}
#questions {
	border-bottom: solid 1px #267EB0;
	width: 572px;
	padding-bottom: 20px;
	height: 250px;
}
#answers {
	border: solid 0px red;
	width: 572px;
}
#toppanel #links {
	position:relative;
	top: 12px;
	left: 244px;
}
a, a:hover {
	color: #069;
	font-weight:normal;
	text-decoration: none;
}
.arrow {
	border: solid 0px orange;
	padding-left:24px;
	height: 13px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 1px;
}
.question {
	border: solid 0px orange;
	font-weight:bold;
	font-size: 1.2em;
	padding-bottom: 6px;
	padding-top: 12px;
	color: #267EB0;
}
.answerPara {
	padding-left: 10px;
	padding-bottom: 6px;
}
.listPara {
	padding-left: 20px;
	padding-bottom: 6px;
}
.listItem {
	background: transparent url("../images/bullet.gif") no-repeat 0px 3px;
	padding-left: 15px;
}
.subheading {
	font-weight: bold;
	padding-bottom: 6px;
}
.question-brief {
	width:259px;
	margin-left: 5px;
	padding-bottom: 2px;
	background: transparent url("../images/arrow_r.gif") no-repeat 0px 4px;
	padding-left: 15px;
	border-bottom: solid 0px red;
	vertical-align: top;
	float: left;
}
.backtotop {
	border-bottom: solid 1px #267EB0;
	text-align: right;
	padding-top: 6px;
	padding-bottom: 12px;
}
.backtotop a {
	background: transparent url("../images/arrow_r.gif") no-repeat 0px 2px;
	padding-left: 15px;
}
#bottomline {
	border-top: solid 1px #267EB0;
	margin-top: 20px;
	width: 770px;
}
