div.questleft{
	float: left;
	width: 230px;
	padding: 0px;
	/*border: 1px solid red;*/
}
div.questright{
	margin:0px;
	margin-left: 215px;
	padding: 0px;
}
div.questrightin{
	width: 100%;
}

DIV.questleft DIV{
	color: #004ba8;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/guest/bg.gif);
	background-repeat: no-repeat;
	padding: 0px 10px 15px 10px;
}

DIV.questleft DIV.active{
	color: #004ba8;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/guest/bgact.gif);
	background-repeat: no-repeat;
	padding: 0px 10px 15px 10px;
	text-decoration: underline;
}
DIV.questleft DIV.active a{ text-decoration: underline;}
DIV.questleft DIV.active a:visited{ text-decoration: underline;}
DIV.questleft DIV.active a:hover{ text-decoration: none;}

DIV.topic{
	border-left: 2px solid #ffdd74;
	padding: 0px 0px 0px 2px;
	margin-bottom: 15px;
}

DIV.question{
	background-color: #eaf2fe;
	padding: 10px;
	font-family: Tahoma;
	font-size: 11px;
	color: #444444;
}
span.questtitle{
	color: #004ba8;
	text-transform: uppercase;
	font-weight: bold;
}
DIV.answer{
	background-color: #f6f9ff;
	margin: 2px 0px 0px 0px;
	padding: 10px;
	color: #195f97;
}





/*body {
	background: #ffffff;
	padding: 0px;
	margin: 0px;
	height: 100%;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; color: #4e4e4e;	
}

td{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; color: #4e4e4e;
}
div.title {background: url(../images/titlebg.gif) repeat-x; height: 42px;}


h1 {
	background: white url(../images/h1bg.gif) no-repeat;; 
	padding-left: 10px;
	padding-right: 2px;
	font-size: 13px;
	color: #31639b;
	line-height: 42px;
	height: 42px;
}

* html div.title h1 {
display: inline;	
}

input.quest{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; color: #4e4e4e;
	width: 50%;
	border:1px solid #31639b;
}

input.errorfield{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; color: #4e4e4e;
	width: 50%;
	border:1px dotted #d92b13;
	background-color: #fbe9e7;
}

textarea.quest{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; color: #4e4e4e;
	border:1px solid #31639b;
}

textarea.errorfield{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; color: #4e4e4e;
	width: 50%;
	border:1px dotted #d92b13;
	background-color: #fbe9e7;
}

input.bt_send{
	border: 0px;
	background-image: url(../images/send.gif);
	background-repeat: no-repeat;
	width: 65px;
	height: 18px;
	cursor: hand;
	cursor: pointer;
}

div.questleft{
	float: left;
	width: 215px;
	padding: 0px;
}
div.questright{
	margin:0px;
	margin-left: 215px;
	padding: 0px;
}
div.questrightin{
	width: 100%;
}
div.questleft li{
	padding:0px;
	margin: 0px;
	list-style: none;
	padding-right: 5px;
	font-size: 13px;
	color: #31639b;
	font-weight: bold;
	background-image: url(../images/quest.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

div.questleft li.active{
	padding:0px;
	margin: 0px;
	list-style: none;
	padding-right: 5px;
	font-size: 13px;
	color: #31639b;
	font-weight: bold;
	background-image: url(../images/questact.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
div.questleft li.active a{text-decoration: underline;}
div.questleft li.active a:visited{text-decoration: underline;}
div.questleft li.active a:hover{text-decoration: underline;}

table.quest{
	border-left:1px solid #31639b;
}
table.quest td.question{
	color:#31639b;
	font-weight: bold;
	background-color: #edf2f7;
	border-left: 3px solid White;
	border-bottom: 2px solid White;
	padding-left: 7px;
}
table.quest td.answer{
	background-color: #f7f9fb;
	border-left: 3px solid White;
	padding-left: 7px;
}

div.questadd{
	background-image: url(../images/questbt.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 18px;
	text-align: right;
	color: #414373;
	font-size: 11px;
	font-family: Tahoma;
	padding: 0px;
	padding-right: 6px;
	margin-bottom: 20px;
	padding-top: 2px;
}

div.questadd a{
	color: #414373;
	font-size: 11px;
	font-family: Tahoma;
}
div.questadd a:visited{
	color: #414373;
}
div.questadd a:hover{
	color: #414373;
}
*/
